DeleteInstanceRequest
class DeleteInstanceRequest extends Message
The request for [DeleteInstance][google.spanner.admin.instance.v1.InstanceAdmin.DeleteInstance].
Protobuf type Google\Spanner\Admin\Instance\V1\DeleteInstanceRequest
Methods
No description
Required. The name of the instance to be deleted. Values are of the form
projects/<project>/instances/<instance>
Required. The name of the instance to be deleted. Values are of the form
projects/<project>/instances/<instance>
Details
at line 26
__construct()
at line 38
string
getName()
Required. The name of the instance to be deleted. 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 instance to be deleted. Values are of the form
projects/<project>/instances/<instance>
Generated from protobuf field string name = 1;