Class: Google::Cloud::ServiceUsage::V1::BatchGetServicesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceUsage::V1::BatchGetServicesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/serviceusage/v1/serviceusage.rb
Overview
Request message for the BatchGetServices
method.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Names of the services to retrieve.
-
#parent ⇒ ::String
Parent to retrieve services from.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns Names of the services to retrieve.
An example name would be:
projects/123/services/serviceusage.googleapis.com
where 123
is the
project number.
A single request can get a maximum of 30 services at a time.
226 227 228 229 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 226 class BatchGetServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Parent to retrieve services from.
If this is set, the parent of all of the services specified in names
must
match this field. An example name would be: projects/123
where 123
is
the project number. The BatchGetServices
method currently only supports
projects.
226 227 228 229 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 226 class BatchGetServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |