- 6.102.1 (latest)
 - 6.102.0
 - 6.101.1
 - 6.100.0
 - 6.99.0
 - 6.98.1
 - 6.97.1
 - 6.96.1
 - 6.95.1
 - 6.94.0
 - 6.93.0
 - 6.89.0
 - 6.88.0
 - 6.87.0
 - 6.86.0
 - 6.85.0
 - 6.83.0
 - 6.82.0
 - 6.80.1
 - 6.79.0
 - 6.77.0
 - 6.74.1
 - 6.72.0
 - 6.71.0
 - 6.69.0
 - 6.68.0
 - 6.66.0
 - 6.65.1
 - 6.62.0
 - 6.60.0
 - 6.58.0
 - 6.57.0
 - 6.56.0
 - 6.55.0
 - 6.54.0
 - 6.53.0
 - 6.52.1
 - 6.51.0
 - 6.50.1
 - 6.49.0
 - 6.25.1
 - 6.24.0
 - 6.23.4
 - 6.22.0
 - 6.21.2
 - 6.20.0
 - 6.19.1
 - 6.18.0
 - 6.17.4
 - 6.14.1
 
public static interface MutationAction.ModOrBuilder extends MessageOrBuilderImplements
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.  |