Interface BatchOperationInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BatchOperationInfo, BatchOperationInfo.Builder

    @Generated(value="protoc",
               comments="annotations:BatchOperationInfoOrBuilder.java.pb.meta")
    public interface BatchOperationInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getCloseTime()
      Batch operation close time
      com.google.protobuf.TimestampOrBuilder getCloseTimeOrBuilder()
      Batch operation close time
      java.lang.String getJobId()
      Batch job ID
      com.google.protobuf.ByteString getJobIdBytes()
      Batch job ID
      com.google.protobuf.Timestamp getStartTime()
      Batch operation start time
      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
      Batch operation start time
      BatchOperationState getState()
      Batch operation state
      int getStateValue()
      Batch operation state
      boolean hasCloseTime()
      Batch operation close time
      boolean hasStartTime()
      Batch operation start time
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getJobId

        java.lang.String getJobId()
         Batch job ID
         
        string job_id = 1;
        Returns:
        The jobId.
      • getJobIdBytes

        com.google.protobuf.ByteString getJobIdBytes()
         Batch job ID
         
        string job_id = 1;
        Returns:
        The bytes for jobId.
      • getStateValue

        int getStateValue()
         Batch operation state
         
        .temporal.api.enums.v1.BatchOperationState state = 2;
        Returns:
        The enum numeric value on the wire for state.
      • getState

        BatchOperationState getState()
         Batch operation state
         
        .temporal.api.enums.v1.BatchOperationState state = 2;
        Returns:
        The state.
      • hasStartTime

        boolean hasStartTime()
         Batch operation start time
         
        .google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];
        Returns:
        Whether the startTime field is set.
      • getStartTime

        com.google.protobuf.Timestamp getStartTime()
         Batch operation start time
         
        .google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];
        Returns:
        The startTime.
      • getStartTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         Batch operation start time
         
        .google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];
      • hasCloseTime

        boolean hasCloseTime()
         Batch operation close time
         
        .google.protobuf.Timestamp close_time = 4 [(.gogoproto.stdtime) = true];
        Returns:
        Whether the closeTime field is set.
      • getCloseTime

        com.google.protobuf.Timestamp getCloseTime()
         Batch operation close time
         
        .google.protobuf.Timestamp close_time = 4 [(.gogoproto.stdtime) = true];
        Returns:
        The closeTime.
      • getCloseTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCloseTimeOrBuilder()
         Batch operation close time
         
        .google.protobuf.Timestamp close_time = 4 [(.gogoproto.stdtime) = true];