Class: Google::Cloud::ServiceUsage::V1::DisableServiceResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/serviceusage/v1/serviceusage.rb

Overview

Response message for the DisableService method. This response message is assigned to the response field of the returned Operation when that operation is done.

Instance Attribute Summary collapse

Instance Attribute Details

#service::Google::Cloud::ServiceUsage::V1::Service

Returns The new state of the service after disabling.

Returns:



100
101
102
103
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 100

class DisableServiceResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end