class GetInstanceRequest extends Message

The request for [GetInstance][google.spanner.admin.instance.v1.InstanceAdmin.GetInstance].

Protobuf type Google\Spanner\Admin\Instance\V1\GetInstanceRequest

Methods

__construct()

No description

string
getName()

Required. The name of the requested instance. Values are of the form projects/<project>/instances/<instance>.

setName(string $var)

Required. The name of the requested instance. Values are of the form projects/<project>/instances/<instance>.

Details

at line 26
__construct()

at line 38
string getName()

Required. The name of the requested instance. Values are of the form projects/<project>/instances/<instance>.

Generated from protobuf field string name = 1;

Return Value

string

at line 50
setName(string $var)

Required. The name of the requested instance. Values are of the form projects/<project>/instances/<instance>.

Generated from protobuf field string name = 1;

Parameters

string $var