Google Cloud Service Usage V1 Client - Class BatchGetServicesResponse (1.1.1)

Reference documentation and code samples for the Google Cloud Service Usage V1 Client class BatchGetServicesResponse.

Response message for the BatchGetServices method.

Generated from protobuf message google.api.serviceusage.v1.BatchGetServicesResponse

Namespace

Google \ Cloud \ ServiceUsage \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ services array<Google\Cloud\ServiceUsage\V1\Service>

The requested Service states.

getServices

The requested Service states.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServices

The requested Service states.

Parameter
NameDescription
var array<Google\Cloud\ServiceUsage\V1\Service>
Returns
TypeDescription
$this