Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1alpha Client class CreateInstanceRequests.
See usage below for notes.
Generated from protobuf message google.cloud.alloydb.v1alpha.CreateInstanceRequests
Namespace
Google \ Cloud \ AlloyDb \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ create_instance_requests |
array<Google\Cloud\AlloyDb\V1alpha\CreateInstanceRequest>
Required. Primary and read replica instances to be created. This list should not be empty. |
getCreateInstanceRequests
Required. Primary and read replica instances to be created. This list should not be empty.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCreateInstanceRequests
Required. Primary and read replica instances to be created. This list should not be empty.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AlloyDb\V1alpha\CreateInstanceRequest>
|
Returns | |
---|---|
Type | Description |
$this |