Class DescribeBatchOperationResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.temporal.api.workflowservice.v1.DescribeBatchOperationResponse
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DescribeBatchOperationResponseOrBuilder, Serializable

@Generated(value="protoc", comments="annotations:DescribeBatchOperationResponse.java.pb.meta") public final class DescribeBatchOperationResponse extends com.google.protobuf.GeneratedMessageV3 implements DescribeBatchOperationResponseOrBuilder
Protobuf type temporal.api.workflowservice.v1.DescribeBatchOperationResponse
See Also:
  • Field Details

    • OPERATION_TYPE_FIELD_NUMBER

      public static final int OPERATION_TYPE_FIELD_NUMBER
      See Also:
    • JOB_ID_FIELD_NUMBER

      public static final int JOB_ID_FIELD_NUMBER
      See Also:
    • STATE_FIELD_NUMBER

      public static final int STATE_FIELD_NUMBER
      See Also:
    • START_TIME_FIELD_NUMBER

      public static final int START_TIME_FIELD_NUMBER
      See Also:
    • CLOSE_TIME_FIELD_NUMBER

      public static final int CLOSE_TIME_FIELD_NUMBER
      See Also:
    • TOTAL_OPERATION_COUNT_FIELD_NUMBER

      public static final int TOTAL_OPERATION_COUNT_FIELD_NUMBER
      See Also:
    • COMPLETE_OPERATION_COUNT_FIELD_NUMBER

      public static final int COMPLETE_OPERATION_COUNT_FIELD_NUMBER
      See Also:
    • FAILURE_OPERATION_COUNT_FIELD_NUMBER

      public static final int FAILURE_OPERATION_COUNT_FIELD_NUMBER
      See Also:
    • IDENTITY_FIELD_NUMBER

      public static final int IDENTITY_FIELD_NUMBER
      See Also:
    • REASON_FIELD_NUMBER

      public static final int REASON_FIELD_NUMBER
      See Also:
    • QUERY_FIELD_NUMBER

      public static final int QUERY_FIELD_NUMBER
      See Also:
    • EXECUTIONS_FIELD_NUMBER

      public static final int EXECUTIONS_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getOperationTypeValue

      public int getOperationTypeValue()
       Batch operation type
       
      .temporal.api.enums.v1.BatchOperationType operation_type = 1;
      Specified by:
      getOperationTypeValue in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The enum numeric value on the wire for operationType.
    • getOperationType

      public BatchOperationType getOperationType()
       Batch operation type
       
      .temporal.api.enums.v1.BatchOperationType operation_type = 1;
      Specified by:
      getOperationType in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The operationType.
    • getJobId

      public String getJobId()
       Batch job ID
       
      string job_id = 2;
      Specified by:
      getJobId in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The jobId.
    • getJobIdBytes

      public com.google.protobuf.ByteString getJobIdBytes()
       Batch job ID
       
      string job_id = 2;
      Specified by:
      getJobIdBytes in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The bytes for jobId.
    • getStateValue

      public int getStateValue()
       Batch operation state
       
      .temporal.api.enums.v1.BatchOperationState state = 3;
      Specified by:
      getStateValue in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The enum numeric value on the wire for state.
    • getState

      public BatchOperationState getState()
       Batch operation state
       
      .temporal.api.enums.v1.BatchOperationState state = 3;
      Specified by:
      getState in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The state.
    • hasStartTime

      public boolean hasStartTime()
       Batch operation start time
       
      .google.protobuf.Timestamp start_time = 4;
      Specified by:
      hasStartTime in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      Whether the startTime field is set.
    • getStartTime

      public com.google.protobuf.Timestamp getStartTime()
       Batch operation start time
       
      .google.protobuf.Timestamp start_time = 4;
      Specified by:
      getStartTime in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
       Batch operation start time
       
      .google.protobuf.Timestamp start_time = 4;
      Specified by:
      getStartTimeOrBuilder in interface DescribeBatchOperationResponseOrBuilder
    • hasCloseTime

      public boolean hasCloseTime()
       Batch operation close time
       
      .google.protobuf.Timestamp close_time = 5;
      Specified by:
      hasCloseTime in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      Whether the closeTime field is set.
    • getCloseTime

      public com.google.protobuf.Timestamp getCloseTime()
       Batch operation close time
       
      .google.protobuf.Timestamp close_time = 5;
      Specified by:
      getCloseTime in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The closeTime.
    • getCloseTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCloseTimeOrBuilder()
       Batch operation close time
       
      .google.protobuf.Timestamp close_time = 5;
      Specified by:
      getCloseTimeOrBuilder in interface DescribeBatchOperationResponseOrBuilder
    • getTotalOperationCount

      public long getTotalOperationCount()
       Total operation count
       
      int64 total_operation_count = 6;
      Specified by:
      getTotalOperationCount in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The totalOperationCount.
    • getCompleteOperationCount

      public long getCompleteOperationCount()
       Complete operation count
       
      int64 complete_operation_count = 7;
      Specified by:
      getCompleteOperationCount in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The completeOperationCount.
    • getFailureOperationCount

      public long getFailureOperationCount()
       Failure operation count
       
      int64 failure_operation_count = 8;
      Specified by:
      getFailureOperationCount in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The failureOperationCount.
    • getIdentity

      public String getIdentity()
       Identity indicates the operator identity
       
      string identity = 9;
      Specified by:
      getIdentity in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The identity.
    • getIdentityBytes

      public com.google.protobuf.ByteString getIdentityBytes()
       Identity indicates the operator identity
       
      string identity = 9;
      Specified by:
      getIdentityBytes in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The bytes for identity.
    • getReason

      public String getReason()
       Reason indicates the reason to stop a operation
       
      string reason = 10;
      Specified by:
      getReason in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The reason.
    • getReasonBytes

      public com.google.protobuf.ByteString getReasonBytes()
       Reason indicates the reason to stop a operation
       
      string reason = 10;
      Specified by:
      getReasonBytes in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The bytes for reason.
    • getQuery

      public String getQuery()
       Query is the visibility query that defines the group of workflow to apply the batch operation
       
      string query = 11;
      Specified by:
      getQuery in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The query.
    • getQueryBytes

      public com.google.protobuf.ByteString getQueryBytes()
       Query is the visibility query that defines the group of workflow to apply the batch operation
       
      string query = 11;
      Specified by:
      getQueryBytes in interface DescribeBatchOperationResponseOrBuilder
      Returns:
      The bytes for query.
    • getExecutionsList

      public List<Execution> getExecutionsList()
       Executions is the list of workflow OR standalone activity executions to apply the batch operation
       
      repeated .temporal.api.common.v1.Execution executions = 12;
      Specified by:
      getExecutionsList in interface DescribeBatchOperationResponseOrBuilder
    • getExecutionsOrBuilderList

      public 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;
      Specified by:
      getExecutionsOrBuilderList in interface DescribeBatchOperationResponseOrBuilder
    • getExecutionsCount

      public 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;
      Specified by:
      getExecutionsCount in interface DescribeBatchOperationResponseOrBuilder
    • getExecutions

      public Execution getExecutions(int index)
       Executions is the list of workflow OR standalone activity executions to apply the batch operation
       
      repeated .temporal.api.common.v1.Execution executions = 12;
      Specified by:
      getExecutions in interface DescribeBatchOperationResponseOrBuilder
    • getExecutionsOrBuilder

      public ExecutionOrBuilder getExecutionsOrBuilder(int index)
       Executions is the list of workflow OR standalone activity executions to apply the batch operation
       
      repeated .temporal.api.common.v1.Execution executions = 12;
      Specified by:
      getExecutionsOrBuilder in interface DescribeBatchOperationResponseOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static DescribeBatchOperationResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescribeBatchOperationResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescribeBatchOperationResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescribeBatchOperationResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescribeBatchOperationResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescribeBatchOperationResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescribeBatchOperationResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DescribeBatchOperationResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DescribeBatchOperationResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DescribeBatchOperationResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DescribeBatchOperationResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DescribeBatchOperationResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public DescribeBatchOperationResponse.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static DescribeBatchOperationResponse.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected DescribeBatchOperationResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static DescribeBatchOperationResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<DescribeBatchOperationResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<DescribeBatchOperationResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public DescribeBatchOperationResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder