class DeleteInstanceRequest extends Message

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

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

Methods

__construct()

No description

string
getName()

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

setName(string $var)

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;

Return Value

string

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;

Parameters

string $var