public static interface MutationAction.ModOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeleteKeys()
public abstract KeySet getDeleteKeys()
Delete rows from "table".
.google.spanner.executor.v1.KeySet delete_keys = 6;
Returns | |
---|---|
Type | Description |
KeySet |
The deleteKeys. |
getDeleteKeysOrBuilder()
public abstract KeySetOrBuilder getDeleteKeysOrBuilder()
Delete rows from "table".
.google.spanner.executor.v1.KeySet delete_keys = 6;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
MutationAction.InsertArgsOrBuilder |
getReplace()
public abstract MutationAction.InsertArgs getReplace()
Replace existing rows of "table".
.google.spanner.executor.v1.MutationAction.InsertArgs replace = 5;
Returns | |
---|---|
Type | Description |
MutationAction.InsertArgs |
The replace. |
getReplaceOrBuilder()
public abstract MutationAction.InsertArgsOrBuilder getReplaceOrBuilder()
Replace existing rows of "table".
.google.spanner.executor.v1.MutationAction.InsertArgs replace = 5;
Returns | |
---|---|
Type | Description |
MutationAction.InsertArgsOrBuilder |
getTable()
public abstract String getTable()
The table to write.
string table = 1;
Returns | |
---|---|
Type | Description |
String |
The table. |
getTableBytes()
public abstract ByteString getTableBytes()
The table to write.
string table = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
MutationAction.UpdateArgsOrBuilder |
hasDeleteKeys()
public abstract boolean hasDeleteKeys()
Delete rows from "table".
.google.spanner.executor.v1.KeySet delete_keys = 6;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the update field is set. |