lib/google/apis/servicecontrol_v1/classes.rb in google-apis-servicecontrol_v1-0.19.0 vs lib/google/apis/servicecontrol_v1/classes.rb in google-apis-servicecontrol_v1-0.20.0
- old
+ new
@@ -1405,15 +1405,10 @@
# ServiceController.Check.
# Corresponds to the JSON property `endTime`
# @return [String]
attr_accessor :end_time
- # Unimplemented.
- # Corresponds to the JSON property `extensions`
- # @return [Array<Hash<String,Object>>]
- attr_accessor :extensions
-
# DO NOT USE. This is an experimental field.
# Corresponds to the JSON property `importance`
# @return [String]
attr_accessor :importance
@@ -1497,10 +1492,9 @@
# Update properties of this object
def update!(**args)
@consumer_id = args[:consumer_id] if args.key?(:consumer_id)
@end_time = args[:end_time] if args.key?(:end_time)
- @extensions = args[:extensions] if args.key?(:extensions)
@importance = args[:importance] if args.key?(:importance)
@labels = args[:labels] if args.key?(:labels)
@log_entries = args[:log_entries] if args.key?(:log_entries)
@metric_value_sets = args[:metric_value_sets] if args.key?(:metric_value_sets)
@operation_id = args[:operation_id] if args.key?(:operation_id)