Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class GetInstanceRequest.
Message for getting a Instance
Generated from protobuf message google.cloud.alloydb.v1beta.GetInstanceRequest
Namespace
Google \ Cloud \ AlloyDb \ V1betaMethods
__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 |
|