Reference documentation and code samples for the Google Cloud Parallelstore V1beta Client class GetInstanceRequest.
Get an instance's details.
Generated from protobuf message google.cloud.parallelstore.v1beta.GetInstanceRequest
Namespace
Google \ Cloud \ Parallelstore \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The instance resource name, in the format |
getName
Required. The instance resource name, in the format
projects/{project_id}/locations/{location}/instances/{instance_id}
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The instance resource name, in the format
projects/{project_id}/locations/{location}/instances/{instance_id}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The instance resource name, in the format
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Parallelstore\V1beta\GetInstanceRequest |