Interface MutationAction.ModOrBuilder (6.62.0)

public static interface MutationAction.ModOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeleteKeys()

public abstract KeySet getDeleteKeys()

Delete rows from "table".

.google.spanner.executor.v1.KeySet delete_keys = 6;

Returns
TypeDescription
KeySet

The deleteKeys.

getDeleteKeysOrBuilder()

public abstract KeySetOrBuilder getDeleteKeysOrBuilder()

Delete rows from "table".

.google.spanner.executor.v1.KeySet delete_keys = 6;

Returns
TypeDescription
KeySetOrBuilder

getInsert()

public abstract MutationAction.InsertArgs getInsert()

Exactly one of the remaining elements may be present. Insert new rows into "table".

.google.spanner.executor.v1.MutationAction.InsertArgs insert = 2;

Returns
TypeDescription
MutationAction.InsertArgs

The insert.

getInsertOrBuilder()

public abstract MutationAction.InsertArgsOrBuilder getInsertOrBuilder()

Exactly one of the remaining elements may be present. Insert new rows into "table".

.google.spanner.executor.v1.MutationAction.InsertArgs insert = 2;

Returns
TypeDescription
MutationAction.InsertArgsOrBuilder

getInsertOrUpdate()

public abstract MutationAction.InsertArgs getInsertOrUpdate()

Insert or update existing rows of "table".

.google.spanner.executor.v1.MutationAction.InsertArgs insert_or_update = 4;

Returns
TypeDescription
MutationAction.InsertArgs

The insertOrUpdate.

getInsertOrUpdateOrBuilder()

public abstract MutationAction.InsertArgsOrBuilder getInsertOrUpdateOrBuilder()

Insert or update existing rows of "table".

.google.spanner.executor.v1.MutationAction.InsertArgs insert_or_update = 4;

Returns
TypeDescription
MutationAction.InsertArgsOrBuilder

getReplace()

public abstract MutationAction.InsertArgs getReplace()

Replace existing rows of "table".

.google.spanner.executor.v1.MutationAction.InsertArgs replace = 5;

Returns
TypeDescription
MutationAction.InsertArgs

The replace.

getReplaceOrBuilder()

public abstract MutationAction.InsertArgsOrBuilder getReplaceOrBuilder()

Replace existing rows of "table".

.google.spanner.executor.v1.MutationAction.InsertArgs replace = 5;

Returns
TypeDescription
MutationAction.InsertArgsOrBuilder

getTable()

public abstract String getTable()

The table to write.

string table = 1;

Returns
TypeDescription
String

The table.

getTableBytes()

public abstract ByteString getTableBytes()

The table to write.

string table = 1;

Returns
TypeDescription
ByteString

The bytes for table.

getUpdate()

public abstract MutationAction.UpdateArgs getUpdate()

Update columns stored in existing rows of "table".

.google.spanner.executor.v1.MutationAction.UpdateArgs update = 3;

Returns
TypeDescription
MutationAction.UpdateArgs

The update.

getUpdateOrBuilder()

public abstract MutationAction.UpdateArgsOrBuilder getUpdateOrBuilder()

Update columns stored in existing rows of "table".

.google.spanner.executor.v1.MutationAction.UpdateArgs update = 3;

Returns
TypeDescription
MutationAction.UpdateArgsOrBuilder

hasDeleteKeys()

public abstract boolean hasDeleteKeys()

Delete rows from "table".

.google.spanner.executor.v1.KeySet delete_keys = 6;

Returns
TypeDescription
boolean

Whether the deleteKeys field is set.

hasInsert()

public abstract boolean hasInsert()

Exactly one of the remaining elements may be present. Insert new rows into "table".

.google.spanner.executor.v1.MutationAction.InsertArgs insert = 2;

Returns
TypeDescription
boolean

Whether the insert field is set.

hasInsertOrUpdate()

public abstract boolean hasInsertOrUpdate()

Insert or update existing rows of "table".

.google.spanner.executor.v1.MutationAction.InsertArgs insert_or_update = 4;

Returns
TypeDescription
boolean

Whether the insertOrUpdate field is set.

hasReplace()

public abstract boolean hasReplace()

Replace existing rows of "table".

.google.spanner.executor.v1.MutationAction.InsertArgs replace = 5;

Returns
TypeDescription
boolean

Whether the replace field is set.

hasUpdate()

public abstract boolean hasUpdate()

Update columns stored in existing rows of "table".

.google.spanner.executor.v1.MutationAction.UpdateArgs update = 3;

Returns
TypeDescription
boolean

Whether the update field is set.