Google Cloud Service Usage V1 Client - Class BatchEnableServicesResponse (1.2.3)

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

Response message for the BatchEnableServices method.

This response message is assigned to the response field of the returned Operation when that operation is done.

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

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 new state of the services after enabling.

↳ failures array<Google\Cloud\ServiceUsage\V1\BatchEnableServicesResponse\EnableFailure>

If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure.

getServices

The new state of the services after enabling.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServices

The new state of the services after enabling.

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

getFailures

If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFailures

If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure.

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