Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class GetInstanceRequest.
Message for getting a Instance
Generated from protobuf message google.cloud.alloydb.v1.GetInstanceRequest
Namespace
Google \ Cloud \ AlloyDb \ V1Methods
__construct
Constructor.
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 Instance.name field.
↳ view
int
The view of the instance to return.
getName
Required. The name of the resource. For the required format, see the comment on the Instance.name field.
string
setName
Required. The name of the resource. For the required format, see the comment on the Instance.name field.
var
string
$this
getView
The view of the instance to return.
int
setView
The view of the instance to return.
var
int
$this
static::build
name
string
Required. The name of the resource. For the required format, see the comment on the Instance.name field. Please see Google\Cloud\AlloyDb\V1\AlloyDBAdminClient::instanceName() for help formatting this field.