generated/google/apis/servicenetworking_v1/classes.rb in google-api-client-0.29.0 vs generated/google/apis/servicenetworking_v1/classes.rb in google-api-client-0.29.1

- old
+ new

@@ -2220,10 +2220,15 @@ # identified by values for the labels `"database_id"` and `"zone"`. # Corresponds to the JSON property `labels` # @return [Array<Google::Apis::ServicenetworkingV1::LabelDescriptor>] attr_accessor :labels + # Optional. The launch stage of the monitored resource definition. + # Corresponds to the JSON property `launchStage` + # @return [String] + attr_accessor :launch_stage + # Optional. The resource name of the monitored resource descriptor: # `"projects/`project_id`/monitoredResourceDescriptors/`type`"` where # `type` is the value of the `type` field in this object and # `project_id` is a project ID that provides API-specific context for # accessing the type. APIs that do not use project information can use the @@ -2246,9 +2251,10 @@ # Update properties of this object def update!(**args) @description = args[:description] if args.key?(:description) @display_name = args[:display_name] if args.key?(:display_name) @labels = args[:labels] if args.key?(:labels) + @launch_stage = args[:launch_stage] if args.key?(:launch_stage) @name = args[:name] if args.key?(:name) @type = args[:type] if args.key?(:type) end end