Interface Capacity.RequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Capacity.Request, Capacity.Request.Builder
Enclosing class:
Capacity

public static interface Capacity.RequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The id of the async operation that is creating/updating/deleting the capacity, if any.
    com.google.protobuf.ByteString
    The id of the async operation that is creating/updating/deleting the capacity, if any.
    com.google.protobuf.Timestamp
    The date and time when the capacity request was completed or failed.
    com.google.protobuf.TimestampOrBuilder
    The date and time when the capacity request was completed or failed.
    The requested capacity specification.
    The requested capacity specification.
    com.google.protobuf.Timestamp
    The date and time when the capacity request was created.
    com.google.protobuf.TimestampOrBuilder
    The date and time when the capacity request was created.
    The current state of the capacity request (e.g.
    int
    The current state of the capacity request (e.g.
    boolean
    The date and time when the capacity request was completed or failed.
    boolean
    The requested capacity specification.
    boolean
    The date and time when the capacity request was created.

    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 Details

    • getStateValue

      int getStateValue()
       The current state of the capacity request (e.g. in-progress, completed, failed).
       
      .temporal.api.cloud.namespace.v1.Capacity.Request.State state = 1;
      Returns:
      The enum numeric value on the wire for state.
    • getState

       The current state of the capacity request (e.g. in-progress, completed, failed).
       
      .temporal.api.cloud.namespace.v1.Capacity.Request.State state = 1;
      Returns:
      The state.
    • hasStartTime

      boolean hasStartTime()
       The date and time when the capacity request was created.
       
      .google.protobuf.Timestamp start_time = 2;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      com.google.protobuf.Timestamp getStartTime()
       The date and time when the capacity request was created.
       
      .google.protobuf.Timestamp start_time = 2;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
       The date and time when the capacity request was created.
       
      .google.protobuf.Timestamp start_time = 2;
    • hasEndTime

      boolean hasEndTime()
       The date and time when the capacity request was completed or failed.
       
      .google.protobuf.Timestamp end_time = 3;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      com.google.protobuf.Timestamp getEndTime()
       The date and time when the capacity request was completed or failed.
       
      .google.protobuf.Timestamp end_time = 3;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
       The date and time when the capacity request was completed or failed.
       
      .google.protobuf.Timestamp end_time = 3;
    • getAsyncOperationId

      String getAsyncOperationId()
       The id of the async operation that is creating/updating/deleting the capacity, if any.
       
      string async_operation_id = 4;
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      com.google.protobuf.ByteString getAsyncOperationIdBytes()
       The id of the async operation that is creating/updating/deleting the capacity, if any.
       
      string async_operation_id = 4;
      Returns:
      The bytes for asyncOperationId.
    • hasSpec

      boolean hasSpec()
       The requested capacity specification.
       
      .temporal.api.cloud.namespace.v1.CapacitySpec spec = 5;
      Returns:
      Whether the spec field is set.
    • getSpec

      CapacitySpec getSpec()
       The requested capacity specification.
       
      .temporal.api.cloud.namespace.v1.CapacitySpec spec = 5;
      Returns:
      The spec.
    • getSpecOrBuilder

      CapacitySpecOrBuilder getSpecOrBuilder()
       The requested capacity specification.
       
      .temporal.api.cloud.namespace.v1.CapacitySpec spec = 5;