Google Cloud AlloyDB for PostgreSQL V1beta Client - Class GetClusterRequest (0.9.0)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class GetClusterRequest.

Message for getting a Cluster

Generated from protobuf message google.cloud.alloydb.v1beta.GetClusterRequest

Namespace

Google \ Cloud \ AlloyDb \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the resource. For the required format, see the comment on the Cluster.name field.

↳ view int

Optional. The view of the cluster to return. Returns all default fields if not set.

getName

Required. The name of the resource. For the required format, see the comment on the Cluster.name field.

Returns
TypeDescription
string

setName

Required. The name of the resource. For the required format, see the comment on the Cluster.name field.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

Optional. The view of the cluster to return. Returns all default fields if not set.

Returns
TypeDescription
int

setView

Optional. The view of the cluster to return. Returns all default fields if not set.

Parameter
NameDescription
var int
Returns
TypeDescription
$this