Google Cloud AlloyDB for PostgreSQL V1 Client - Class CreateInstanceRequests (0.3.0)

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

See usage below for notes.

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

Namespace

Google \ Cloud \ AlloyDb \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ create_instance_requests array<Google\Cloud\AlloyDb\V1\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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCreateInstanceRequests

Required. Primary and read replica instances to be created. This list should not be empty.

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