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.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the resource. For the required format, see the comment on the Instance.name field.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getView
The view of the instance to return.
Returns | |
---|---|
Type | Description |
int |
setView
The view of the instance to return.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
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. |
Returns | |
---|---|
Type | Description |
Google\Cloud\AlloyDb\V1\GetInstanceRequest |