class Mutation_Delete extends Message

Arguments to [delete][google.spanner.v1.Mutation.delete] operations.

Protobuf type Google\Spanner\V1\Mutation\Delete

Methods

__construct()

No description

string
getTable()

Required. The table whose rows will be deleted.

setTable(string $var)

Required. The table whose rows will be deleted.

getKeySet()

Required. The primary keys of the rows within [table][google.spanner.v1.Mutation.Delete.table] to delete.

setKeySet(KeySet $var)

Required. The primary keys of the rows within [table][google.spanner.v1.Mutation.Delete.table] to delete.

Details

at line 31
__construct()

at line 42
string getTable()

Required. The table whose rows will be deleted.

Generated from protobuf field string table = 1;

Return Value

string

at line 53
setTable(string $var)

Required. The table whose rows will be deleted.

Generated from protobuf field string table = 1;

Parameters

string $var

at line 65
KeySet getKeySet()

Required. The primary keys of the rows within [table][google.spanner.v1.Mutation.Delete.table] to delete.

Generated from protobuf field .google.spanner.v1.KeySet key_set = 2;

Return Value

KeySet

at line 76
setKeySet(KeySet $var)

Required. The primary keys of the rows within [table][google.spanner.v1.Mutation.Delete.table] to delete.

Generated from protobuf field .google.spanner.v1.KeySet key_set = 2;

Parameters

KeySet $var