Mutation_Delete
class Mutation_Delete extends Message
Arguments to [delete][google.spanner.v1.Mutation.delete] operations.
Protobuf type Google\Spanner\V1\Mutation\Delete
Methods
No description
Required. The table whose rows will be deleted.
Required. The table whose rows will be deleted.
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;
at line 53
setTable(string $var)
Required. The table whose rows will be deleted.
Generated from protobuf field string table = 1;
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;
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;