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 \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ instances |
array<Google\Cloud\AlloyDb\V1alpha\Instance>
Created instances. |
getInstances
Created instances.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setInstances
Created instances.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AlloyDb\V1alpha\Instance>
|
Returns | |
---|---|
Type | Description |
$this |