Google Cloud AlloyDB for PostgreSQL V1alpha Client - Class BatchCreateInstancesResponse (0.5.0)

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

Message for creating batches of instances in a cluster.

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

Namespace

Google \ Cloud \ AlloyDb \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

Created instances.

getInstances

Created instances.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInstances

Created instances.

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