GetInstanceRequest
class GetInstanceRequest extends Message
The request for [GetInstance][google.spanner.admin.instance.v1.InstanceAdmin.GetInstance].
Protobuf type Google\Spanner\Admin\Instance\V1\GetInstanceRequest
Methods
No description
Required. The name of the requested instance. Values are of the form
projects/<project>/instances/<instance>
.
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;
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;