Reference documentation and code samples for the Google Cloud Service Usage V1 Client class BatchGetServicesRequest.
Request message for the BatchGetServices
method.
Generated from protobuf message google.api.serviceusage.v1.BatchGetServicesRequest
Namespace
Google \ Cloud \ ServiceUsage \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
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.
↳ names
array
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.
getParent
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.
string
setParent
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.
var
string
$this
getNames
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.
setNames
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.
var
string[]
$this