Google Cloud AlloyDB for PostgreSQL V1beta Client - Class BatchCreateInstancesResponse (0.10.1)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class BatchCreateInstancesResponse.

Message for creating batches of instances in a cluster.

Generated from protobuf message google.cloud.alloydb.v1beta.BatchCreateInstancesResponse

Namespace

Google \ Cloud \ AlloyDb \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ instances array<Google\Cloud\AlloyDb\V1beta\Instance>

Created instances.

getInstances

Created instances.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setInstances

Created instances.

Parameter
Name Description
var array<Google\Cloud\AlloyDb\V1beta\Instance>
Returns
Type Description
$this