- 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 interface SpannerActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActionCase()
public abstract SpannerAction.ActionCase getActionCase()| Returns | |
|---|---|
| Type | Description | 
| SpannerAction.ActionCase | |
getAdmin()
public abstract AdminAction getAdmin()Action that contains any administrative operation, like database, instance manipulation.
 .google.spanner.executor.v1.AdminAction admin = 30;
| Returns | |
|---|---|
| Type | Description | 
| AdminAction | The admin. | 
getAdminOrBuilder()
public abstract AdminActionOrBuilder getAdminOrBuilder()Action that contains any administrative operation, like database, instance manipulation.
 .google.spanner.executor.v1.AdminAction admin = 30;
| Returns | |
|---|---|
| Type | Description | 
| AdminActionOrBuilder | |
getBatchDml()
public abstract BatchDmlAction getBatchDml()Action to a batch DML.
 .google.spanner.executor.v1.BatchDmlAction batch_dml = 24;
| Returns | |
|---|---|
| Type | Description | 
| BatchDmlAction | The batchDml. | 
getBatchDmlOrBuilder()
public abstract BatchDmlActionOrBuilder getBatchDmlOrBuilder()Action to a batch DML.
 .google.spanner.executor.v1.BatchDmlAction batch_dml = 24;
| Returns | |
|---|---|
| Type | Description | 
| BatchDmlActionOrBuilder | |
getCloseBatchTxn()
public abstract CloseBatchTransactionAction getCloseBatchTxn()Action to close a batch transaction.
 .google.spanner.executor.v1.CloseBatchTransactionAction close_batch_txn = 41;
| Returns | |
|---|---|
| Type | Description | 
| CloseBatchTransactionAction | The closeBatchTxn. | 
getCloseBatchTxnOrBuilder()
public abstract CloseBatchTransactionActionOrBuilder getCloseBatchTxnOrBuilder()Action to close a batch transaction.
 .google.spanner.executor.v1.CloseBatchTransactionAction close_batch_txn = 41;
| Returns | |
|---|---|
| Type | Description | 
| CloseBatchTransactionActionOrBuilder | |
getDatabasePath()
public abstract String getDatabasePath()Database against which to perform action. In a context where a series of actions take place, an action may omit database path if it applies to the same database as the previous action.
 string database_path = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The databasePath. | 
getDatabasePathBytes()
public abstract ByteString getDatabasePathBytes()Database against which to perform action. In a context where a series of actions take place, an action may omit database path if it applies to the same database as the previous action.
 string database_path = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for databasePath. | 
getDml()
public abstract DmlAction getDml()Action to a DML.
 .google.spanner.executor.v1.DmlAction dml = 23;
| Returns | |
|---|---|
| Type | Description | 
| DmlAction | The dml. | 
getDmlOrBuilder()
public abstract DmlActionOrBuilder getDmlOrBuilder()Action to a DML.
 .google.spanner.executor.v1.DmlAction dml = 23;
| Returns | |
|---|---|
| Type | Description | 
| DmlActionOrBuilder | |
getExecuteChangeStreamQuery()
public abstract ExecuteChangeStreamQuery getExecuteChangeStreamQuery()Action to execute change stream query.
 .google.spanner.executor.v1.ExecuteChangeStreamQuery execute_change_stream_query = 50;
 
| Returns | |
|---|---|
| Type | Description | 
| ExecuteChangeStreamQuery | The executeChangeStreamQuery. | 
getExecuteChangeStreamQueryOrBuilder()
public abstract ExecuteChangeStreamQueryOrBuilder getExecuteChangeStreamQueryOrBuilder()Action to execute change stream query.
 .google.spanner.executor.v1.ExecuteChangeStreamQuery execute_change_stream_query = 50;
 
| Returns | |
|---|---|
| Type | Description | 
| ExecuteChangeStreamQueryOrBuilder | |
getExecutePartition()
public abstract ExecutePartitionAction getExecutePartition()Action to execute batch actions on generated partitions.
 .google.spanner.executor.v1.ExecutePartitionAction execute_partition = 44;
| Returns | |
|---|---|
| Type | Description | 
| ExecutePartitionAction | The executePartition. | 
getExecutePartitionOrBuilder()
public abstract ExecutePartitionActionOrBuilder getExecutePartitionOrBuilder()Action to execute batch actions on generated partitions.
 .google.spanner.executor.v1.ExecutePartitionAction execute_partition = 44;
| Returns | |
|---|---|
| Type | Description | 
| ExecutePartitionActionOrBuilder | |
getFinish()
public abstract FinishTransactionAction getFinish()Action to finish a transaction.
 .google.spanner.executor.v1.FinishTransactionAction finish = 11;
| Returns | |
|---|---|
| Type | Description | 
| FinishTransactionAction | The finish. | 
getFinishOrBuilder()
public abstract FinishTransactionActionOrBuilder getFinishOrBuilder()Action to finish a transaction.
 .google.spanner.executor.v1.FinishTransactionAction finish = 11;
| Returns | |
|---|---|
| Type | Description | 
| FinishTransactionActionOrBuilder | |
getGenerateDbPartitionsQuery()
public abstract GenerateDbPartitionsForQueryAction getGenerateDbPartitionsQuery()Action to generate database partitions for batch query.
 
 .google.spanner.executor.v1.GenerateDbPartitionsForQueryAction generate_db_partitions_query = 43;
 
| Returns | |
|---|---|
| Type | Description | 
| GenerateDbPartitionsForQueryAction | The generateDbPartitionsQuery. | 
getGenerateDbPartitionsQueryOrBuilder()
public abstract GenerateDbPartitionsForQueryActionOrBuilder getGenerateDbPartitionsQueryOrBuilder()Action to generate database partitions for batch query.
 
 .google.spanner.executor.v1.GenerateDbPartitionsForQueryAction generate_db_partitions_query = 43;
 
| Returns | |
|---|---|
| Type | Description | 
| GenerateDbPartitionsForQueryActionOrBuilder | |
getGenerateDbPartitionsRead()
public abstract GenerateDbPartitionsForReadAction getGenerateDbPartitionsRead()Action to generate database partitions for batch read.
 
 .google.spanner.executor.v1.GenerateDbPartitionsForReadAction generate_db_partitions_read = 42;
 
| Returns | |
|---|---|
| Type | Description | 
| GenerateDbPartitionsForReadAction | The generateDbPartitionsRead. | 
getGenerateDbPartitionsReadOrBuilder()
public abstract GenerateDbPartitionsForReadActionOrBuilder getGenerateDbPartitionsReadOrBuilder()Action to generate database partitions for batch read.
 
 .google.spanner.executor.v1.GenerateDbPartitionsForReadAction generate_db_partitions_read = 42;
 
| Returns | |
|---|---|
| Type | Description | 
| GenerateDbPartitionsForReadActionOrBuilder | |
getMutation()
public abstract MutationAction getMutation()Action to buffer a mutation.
 .google.spanner.executor.v1.MutationAction mutation = 22;
| Returns | |
|---|---|
| Type | Description | 
| MutationAction | The mutation. | 
getMutationOrBuilder()
public abstract MutationActionOrBuilder getMutationOrBuilder()Action to buffer a mutation.
 .google.spanner.executor.v1.MutationAction mutation = 22;
| Returns | |
|---|---|
| Type | Description | 
| MutationActionOrBuilder | |
getPartitionedUpdate()
public abstract PartitionedUpdateAction getPartitionedUpdate()Action to a partitioned update.
 .google.spanner.executor.v1.PartitionedUpdateAction partitioned_update = 27;
| Returns | |
|---|---|
| Type | Description | 
| PartitionedUpdateAction | The partitionedUpdate. | 
getPartitionedUpdateOrBuilder()
public abstract PartitionedUpdateActionOrBuilder getPartitionedUpdateOrBuilder()Action to a partitioned update.
 .google.spanner.executor.v1.PartitionedUpdateAction partitioned_update = 27;
| Returns | |
|---|---|
| Type | Description | 
| PartitionedUpdateActionOrBuilder | |
getQuery()
public abstract QueryAction getQuery()Action to do a query.
 .google.spanner.executor.v1.QueryAction query = 21;
| Returns | |
|---|---|
| Type | Description | 
| QueryAction | The query. | 
getQueryCancellation()
public abstract QueryCancellationAction getQueryCancellation()Query cancellation action for testing the cancellation of a query.
 .google.spanner.executor.v1.QueryCancellationAction query_cancellation = 51;
| Returns | |
|---|---|
| Type | Description | 
| QueryCancellationAction | The queryCancellation. | 
getQueryCancellationOrBuilder()
public abstract QueryCancellationActionOrBuilder getQueryCancellationOrBuilder()Query cancellation action for testing the cancellation of a query.
 .google.spanner.executor.v1.QueryCancellationAction query_cancellation = 51;
| Returns | |
|---|---|
| Type | Description | 
| QueryCancellationActionOrBuilder | |
getQueryOrBuilder()
public abstract QueryActionOrBuilder getQueryOrBuilder()Action to do a query.
 .google.spanner.executor.v1.QueryAction query = 21;
| Returns | |
|---|---|
| Type | Description | 
| QueryActionOrBuilder | |
getRead()
public abstract ReadAction getRead()Action to do a normal read.
 .google.spanner.executor.v1.ReadAction read = 20;
| Returns | |
|---|---|
| Type | Description | 
| ReadAction | The read. | 
getReadOrBuilder()
public abstract ReadActionOrBuilder getReadOrBuilder()Action to do a normal read.
 .google.spanner.executor.v1.ReadAction read = 20;
| Returns | |
|---|---|
| Type | Description | 
| ReadActionOrBuilder | |
getSpannerOptions()
public abstract SpannerOptions getSpannerOptions()Configuration options for Spanner backend
 .google.spanner.executor.v1.SpannerOptions spanner_options = 2;
| Returns | |
|---|---|
| Type | Description | 
| SpannerOptions | The spannerOptions. | 
getSpannerOptionsOrBuilder()
public abstract SpannerOptionsOrBuilder getSpannerOptionsOrBuilder()Configuration options for Spanner backend
 .google.spanner.executor.v1.SpannerOptions spanner_options = 2;
| Returns | |
|---|---|
| Type | Description | 
| SpannerOptionsOrBuilder | |
getStart()
public abstract StartTransactionAction getStart()Action to start a transaction.
 .google.spanner.executor.v1.StartTransactionAction start = 10;
| Returns | |
|---|---|
| Type | Description | 
| StartTransactionAction | The start. | 
getStartBatchTxn()
public abstract StartBatchTransactionAction getStartBatchTxn()Action to start a batch transaction.
 .google.spanner.executor.v1.StartBatchTransactionAction start_batch_txn = 40;
| Returns | |
|---|---|
| Type | Description | 
| StartBatchTransactionAction | The startBatchTxn. | 
getStartBatchTxnOrBuilder()
public abstract StartBatchTransactionActionOrBuilder getStartBatchTxnOrBuilder()Action to start a batch transaction.
 .google.spanner.executor.v1.StartBatchTransactionAction start_batch_txn = 40;
| Returns | |
|---|---|
| Type | Description | 
| StartBatchTransactionActionOrBuilder | |
getStartOrBuilder()
public abstract StartTransactionActionOrBuilder getStartOrBuilder()Action to start a transaction.
 .google.spanner.executor.v1.StartTransactionAction start = 10;
| Returns | |
|---|---|
| Type | Description | 
| StartTransactionActionOrBuilder | |
getWrite()
public abstract WriteMutationsAction getWrite()Action to write a mutation.
 .google.spanner.executor.v1.WriteMutationsAction write = 25;
| Returns | |
|---|---|
| Type | Description | 
| WriteMutationsAction | The write. | 
getWriteOrBuilder()
public abstract WriteMutationsActionOrBuilder getWriteOrBuilder()Action to write a mutation.
 .google.spanner.executor.v1.WriteMutationsAction write = 25;
| Returns | |
|---|---|
| Type | Description | 
| WriteMutationsActionOrBuilder | |
hasAdmin()
public abstract boolean hasAdmin()Action that contains any administrative operation, like database, instance manipulation.
 .google.spanner.executor.v1.AdminAction admin = 30;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the admin field is set. | 
hasBatchDml()
public abstract boolean hasBatchDml()Action to a batch DML.
 .google.spanner.executor.v1.BatchDmlAction batch_dml = 24;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the batchDml field is set. | 
hasCloseBatchTxn()
public abstract boolean hasCloseBatchTxn()Action to close a batch transaction.
 .google.spanner.executor.v1.CloseBatchTransactionAction close_batch_txn = 41;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the closeBatchTxn field is set. | 
hasDml()
public abstract boolean hasDml()Action to a DML.
 .google.spanner.executor.v1.DmlAction dml = 23;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the dml field is set. | 
hasExecuteChangeStreamQuery()
public abstract boolean hasExecuteChangeStreamQuery()Action to execute change stream query.
 .google.spanner.executor.v1.ExecuteChangeStreamQuery execute_change_stream_query = 50;
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the executeChangeStreamQuery field is set. | 
hasExecutePartition()
public abstract boolean hasExecutePartition()Action to execute batch actions on generated partitions.
 .google.spanner.executor.v1.ExecutePartitionAction execute_partition = 44;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the executePartition field is set. | 
hasFinish()
public abstract boolean hasFinish()Action to finish a transaction.
 .google.spanner.executor.v1.FinishTransactionAction finish = 11;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the finish field is set. | 
hasGenerateDbPartitionsQuery()
public abstract boolean hasGenerateDbPartitionsQuery()Action to generate database partitions for batch query.
 
 .google.spanner.executor.v1.GenerateDbPartitionsForQueryAction generate_db_partitions_query = 43;
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the generateDbPartitionsQuery field is set. | 
hasGenerateDbPartitionsRead()
public abstract boolean hasGenerateDbPartitionsRead()Action to generate database partitions for batch read.
 
 .google.spanner.executor.v1.GenerateDbPartitionsForReadAction generate_db_partitions_read = 42;
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the generateDbPartitionsRead field is set. | 
hasMutation()
public abstract boolean hasMutation()Action to buffer a mutation.
 .google.spanner.executor.v1.MutationAction mutation = 22;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the mutation field is set. | 
hasPartitionedUpdate()
public abstract boolean hasPartitionedUpdate()Action to a partitioned update.
 .google.spanner.executor.v1.PartitionedUpdateAction partitioned_update = 27;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the partitionedUpdate field is set. | 
hasQuery()
public abstract boolean hasQuery()Action to do a query.
 .google.spanner.executor.v1.QueryAction query = 21;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the query field is set. | 
hasQueryCancellation()
public abstract boolean hasQueryCancellation()Query cancellation action for testing the cancellation of a query.
 .google.spanner.executor.v1.QueryCancellationAction query_cancellation = 51;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the queryCancellation field is set. | 
hasRead()
public abstract boolean hasRead()Action to do a normal read.
 .google.spanner.executor.v1.ReadAction read = 20;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the read field is set. | 
hasSpannerOptions()
public abstract boolean hasSpannerOptions()Configuration options for Spanner backend
 .google.spanner.executor.v1.SpannerOptions spanner_options = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the spannerOptions field is set. | 
hasStart()
public abstract boolean hasStart()Action to start a transaction.
 .google.spanner.executor.v1.StartTransactionAction start = 10;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the start field is set. | 
hasStartBatchTxn()
public abstract boolean hasStartBatchTxn()Action to start a batch transaction.
 .google.spanner.executor.v1.StartBatchTransactionAction start_batch_txn = 40;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the startBatchTxn field is set. | 
hasWrite()
public abstract boolean hasWrite()Action to write a mutation.
 .google.spanner.executor.v1.WriteMutationsAction write = 25;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the write field is set. |