Google Cloud Parallelstore V1beta Client - Class GetInstanceRequest (0.2.0)

Reference documentation and code samples for the Google Cloud Parallelstore V1beta Client class GetInstanceRequest.

Request to get an instance's details.

Generated from protobuf message google.cloud.parallelstore.v1beta.GetInstanceRequest

Namespace

Google \ Cloud \ Parallelstore \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The instance resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}.

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 projects/{project_id}/locations/{location}/instances/{instance_id}. Please see Google\Cloud\Parallelstore\V1beta\ParallelstoreClient::instanceName() for help formatting this field.

Returns
Type Description
Google\Cloud\Parallelstore\V1beta\GetInstanceRequest