public interface StartBatchTransactionActionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBatchTxnTime()
public abstract Timestamp getBatchTxnTime()
The exact timestamp to start the batch transaction.
.google.protobuf.Timestamp batch_txn_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The batchTxnTime. |
getBatchTxnTimeOrBuilder()
public abstract TimestampOrBuilder getBatchTxnTimeOrBuilder()
The exact timestamp to start the batch transaction.
.google.protobuf.Timestamp batch_txn_time = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for cloudDatabaseRole. |
getParamCase()
public abstract StartBatchTransactionAction.ParamCase getParamCase()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The tid. |
hasBatchTxnTime()
public abstract boolean hasBatchTxnTime()
The exact timestamp to start the batch transaction.
.google.protobuf.Timestamp batch_txn_time = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the tid field is set. |