Interface protos.google.spanner.executor.v1.ISpannerAction (0.2.0)

Properties of a SpannerAction.

Package

@google-cloud/spanner-api

Properties

adaptMessage

adaptMessage?: (google.spanner.executor.v1.IAdaptMessageAction|null);

SpannerAction adaptMessage

admin

admin?: (google.spanner.executor.v1.IAdminAction|null);

SpannerAction admin

batchDml

batchDml?: (google.spanner.executor.v1.IBatchDmlAction|null);

SpannerAction batchDml

closeBatchTxn

closeBatchTxn?: (google.spanner.executor.v1.ICloseBatchTransactionAction|null);

SpannerAction closeBatchTxn

databasePath

databasePath?: (string|null);

SpannerAction databasePath

dml

dml?: (google.spanner.executor.v1.IDmlAction|null);

SpannerAction dml

executeChangeStreamQuery

executeChangeStreamQuery?: (google.spanner.executor.v1.IExecuteChangeStreamQuery|null);

SpannerAction executeChangeStreamQuery

executePartition

executePartition?: (google.spanner.executor.v1.IExecutePartitionAction|null);

SpannerAction executePartition

finish

finish?: (google.spanner.executor.v1.IFinishTransactionAction|null);

SpannerAction finish

generateDbPartitionsQuery

generateDbPartitionsQuery?: (google.spanner.executor.v1.IGenerateDbPartitionsForQueryAction|null);

SpannerAction generateDbPartitionsQuery

generateDbPartitionsRead

generateDbPartitionsRead?: (google.spanner.executor.v1.IGenerateDbPartitionsForReadAction|null);

SpannerAction generateDbPartitionsRead

mutation

mutation?: (google.spanner.executor.v1.IMutationAction|null);

SpannerAction mutation

partitionedUpdate

partitionedUpdate?: (google.spanner.executor.v1.IPartitionedUpdateAction|null);

SpannerAction partitionedUpdate

query

query?: (google.spanner.executor.v1.IQueryAction|null);

SpannerAction query

queryCancellation

queryCancellation?: (google.spanner.executor.v1.IQueryCancellationAction|null);

SpannerAction queryCancellation

read

read?: (google.spanner.executor.v1.IReadAction|null);

SpannerAction read

spannerOptions

spannerOptions?: (google.spanner.executor.v1.ISpannerOptions|null);

SpannerAction spannerOptions

start

start?: (google.spanner.executor.v1.IStartTransactionAction|null);

SpannerAction start

startBatchTxn

startBatchTxn?: (google.spanner.executor.v1.IStartBatchTransactionAction|null);

SpannerAction startBatchTxn

write

write?: (google.spanner.executor.v1.IWriteMutationsAction|null);

SpannerAction write