Google Cloud AlloyDB for PostgreSQL V1 Client - Class BatchCreateInstancesResponse (0.1.3)

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

Message for creating batches of instances in a cluster.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

Created instances.

getInstances

Created instances.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInstances

Created instances.

Parameter
NameDescription
var array<Google\Cloud\AlloyDb\V1\Instance>
Returns
TypeDescription
$this