Class: Google::Cloud::ServiceUsage::V1::BatchGetServicesResponse

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 BatchGetServices method.

Instance Attribute Summary collapse

Instance Attribute Details

#services::Array<::Google::Cloud::ServiceUsage::V1::Service>

Returns The requested Service states.

Returns:



235
236
237
238
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 235

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