generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.45.0 vs generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.45.1

- old
+ new

@@ -1017,31 +1017,9 @@ @location = args[:location] if args.key?(:location) @message = args[:message] if args.key?(:message) end end - # Request message for DisableService method. - class DisableServiceRequest - include Google::Apis::Core::Hashable - - # Required. The identity of consumer resource which service disablement will be - # applied to. The Google Service Management implementation accepts the following - # forms: - "project:" Note: this is made compatible with google.api. - # servicecontrol.v1.Operation.consumer_id. - # Corresponds to the JSON property `consumerId` - # @return [String] - attr_accessor :consumer_id - - def initialize(**args) - update!(**args) - end - - # Update properties of this object - def update!(**args) - @consumer_id = args[:consumer_id] if args.key?(:consumer_id) - end - end - # Operation payload for DisableService method. class DisableServiceResponse include Google::Apis::Core::Hashable def initialize(**args)