Class: Google::Cloud::ServiceUsage::V1::BatchGetServicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceUsage::V1::BatchGetServicesResponse
- 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
-
#services ⇒ ::Array<::Google::Cloud::ServiceUsage::V1::Service>
The requested Service states.
Instance Attribute Details
#services ⇒ ::Array<::Google::Cloud::ServiceUsage::V1::Service>
Returns The requested Service states.
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 |