Interface DescribeBatchOperationResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescribeBatchOperationResponse,DescribeBatchOperationResponse.Builder
@Generated(value="protoc",
comments="annotations:DescribeBatchOperationResponseOrBuilder.java.pb.meta")
public interface DescribeBatchOperationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampBatch operation close timecom.google.protobuf.TimestampOrBuilderBatch operation close timelongComplete operation countgetExecutions(int index) Executions is the list of workflow OR standalone activity executions to apply the batch operationintExecutions is the list of workflow OR standalone activity executions to apply the batch operationExecutions is the list of workflow OR standalone activity executions to apply the batch operationgetExecutionsOrBuilder(int index) Executions is the list of workflow OR standalone activity executions to apply the batch operationList<? extends ExecutionOrBuilder> Executions is the list of workflow OR standalone activity executions to apply the batch operationlongFailure operation countIdentity indicates the operator identitycom.google.protobuf.ByteStringIdentity indicates the operator identitygetJobId()Batch job IDcom.google.protobuf.ByteStringBatch job IDBatch operation typeintBatch operation typegetQuery()Query is the visibility query that defines the group of workflow to apply the batch operationcom.google.protobuf.ByteStringQuery is the visibility query that defines the group of workflow to apply the batch operationReason indicates the reason to stop a operationcom.google.protobuf.ByteStringReason indicates the reason to stop a operationcom.google.protobuf.TimestampBatch operation start timecom.google.protobuf.TimestampOrBuilderBatch operation start timegetState()Batch operation stateintBatch operation statelongTotal operation countbooleanBatch operation close timebooleanBatch operation start timeMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOperationTypeValue
int getOperationTypeValue()Batch operation type
.temporal.api.enums.v1.BatchOperationType operation_type = 1;- Returns:
- The enum numeric value on the wire for operationType.
-
getOperationType
BatchOperationType getOperationType()Batch operation type
.temporal.api.enums.v1.BatchOperationType operation_type = 1;- Returns:
- The operationType.
-
getJobId
-
getJobIdBytes
com.google.protobuf.ByteString getJobIdBytes()Batch job ID
string job_id = 2;- Returns:
- The bytes for jobId.
-
getStateValue
int getStateValue()Batch operation state
.temporal.api.enums.v1.BatchOperationState state = 3;- Returns:
- The enum numeric value on the wire for state.
-
getState
BatchOperationState getState()Batch operation state
.temporal.api.enums.v1.BatchOperationState state = 3;- Returns:
- The state.
-
hasStartTime
boolean hasStartTime()Batch operation start time
.google.protobuf.Timestamp start_time = 4;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()Batch operation start time
.google.protobuf.Timestamp start_time = 4;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()Batch operation start time
.google.protobuf.Timestamp start_time = 4; -
hasCloseTime
boolean hasCloseTime()Batch operation close time
.google.protobuf.Timestamp close_time = 5;- Returns:
- Whether the closeTime field is set.
-
getCloseTime
com.google.protobuf.Timestamp getCloseTime()Batch operation close time
.google.protobuf.Timestamp close_time = 5;- Returns:
- The closeTime.
-
getCloseTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCloseTimeOrBuilder()Batch operation close time
.google.protobuf.Timestamp close_time = 5; -
getTotalOperationCount
long getTotalOperationCount()Total operation count
int64 total_operation_count = 6;- Returns:
- The totalOperationCount.
-
getCompleteOperationCount
long getCompleteOperationCount()Complete operation count
int64 complete_operation_count = 7;- Returns:
- The completeOperationCount.
-
getFailureOperationCount
long getFailureOperationCount()Failure operation count
int64 failure_operation_count = 8;- Returns:
- The failureOperationCount.
-
getIdentity
String getIdentity()Identity indicates the operator identity
string identity = 9;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()Identity indicates the operator identity
string identity = 9;- Returns:
- The bytes for identity.
-
getReason
String getReason()Reason indicates the reason to stop a operation
string reason = 10;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()Reason indicates the reason to stop a operation
string reason = 10;- Returns:
- The bytes for reason.
-
getQuery
String getQuery()Query is the visibility query that defines the group of workflow to apply the batch operation
string query = 11;- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()Query is the visibility query that defines the group of workflow to apply the batch operation
string query = 11;- Returns:
- The bytes for query.
-
getExecutionsList
-
getExecutions
Executions is the list of workflow OR standalone activity executions to apply the batch operation
repeated .temporal.api.common.v1.Execution executions = 12; -
getExecutionsCount
int getExecutionsCount()Executions is the list of workflow OR standalone activity executions to apply the batch operation
repeated .temporal.api.common.v1.Execution executions = 12; -
getExecutionsOrBuilderList
List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()Executions is the list of workflow OR standalone activity executions to apply the batch operation
repeated .temporal.api.common.v1.Execution executions = 12; -
getExecutionsOrBuilder
Executions is the list of workflow OR standalone activity executions to apply the batch operation
repeated .temporal.api.common.v1.Execution executions = 12;
-