Interface StartBatchTransactionActionOrBuilder (6.62.0)

public interface StartBatchTransactionActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBatchTxnTime()

public abstract Timestamp getBatchTxnTime()

The exact timestamp to start the batch transaction.

.google.protobuf.Timestamp batch_txn_time = 1;

Returns
TypeDescription
Timestamp

The batchTxnTime.

getBatchTxnTimeOrBuilder()

public abstract TimestampOrBuilder getBatchTxnTimeOrBuilder()

The exact timestamp to start the batch transaction.

.google.protobuf.Timestamp batch_txn_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getCloudDatabaseRole()

public abstract String getCloudDatabaseRole()

Database role to assume while performing this action. Setting the database_role will enforce additional role-based access checks on this action.

string cloud_database_role = 3;

Returns
TypeDescription
String

The cloudDatabaseRole.

getCloudDatabaseRoleBytes()

public abstract ByteString getCloudDatabaseRoleBytes()

Database role to assume while performing this action. Setting the database_role will enforce additional role-based access checks on this action.

string cloud_database_role = 3;

Returns
TypeDescription
ByteString

The bytes for cloudDatabaseRole.

getParamCase()

public abstract StartBatchTransactionAction.ParamCase getParamCase()
Returns
TypeDescription
StartBatchTransactionAction.ParamCase

getTid()

public abstract ByteString getTid()

ID of a batch read-only transaction. It can be used to start the same batch transaction on multiple executors and parallelize partition processing.

bytes tid = 2;

Returns
TypeDescription
ByteString

The tid.

hasBatchTxnTime()

public abstract boolean hasBatchTxnTime()

The exact timestamp to start the batch transaction.

.google.protobuf.Timestamp batch_txn_time = 1;

Returns
TypeDescription
boolean

Whether the batchTxnTime field is set.

hasTid()

public abstract boolean hasTid()

ID of a batch read-only transaction. It can be used to start the same batch transaction on multiple executors and parallelize partition processing.

bytes tid = 2;

Returns
TypeDescription
boolean

Whether the tid field is set.