Interface CapacityOrBuilder

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

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

    • hasOnDemand

      boolean hasOnDemand()
       The status of on-demand capacity mode.
       
      .temporal.api.cloud.namespace.v1.Capacity.OnDemand on_demand = 1;
      Returns:
      Whether the onDemand field is set.
    • getOnDemand

      Capacity.OnDemand getOnDemand()
       The status of on-demand capacity mode.
       
      .temporal.api.cloud.namespace.v1.Capacity.OnDemand on_demand = 1;
      Returns:
      The onDemand.
    • getOnDemandOrBuilder

      Capacity.OnDemandOrBuilder getOnDemandOrBuilder()
       The status of on-demand capacity mode.
       
      .temporal.api.cloud.namespace.v1.Capacity.OnDemand on_demand = 1;
    • hasProvisioned

      boolean hasProvisioned()
       The status of provisioned capacity mode.
       
      .temporal.api.cloud.namespace.v1.Capacity.Provisioned provisioned = 2;
      Returns:
      Whether the provisioned field is set.
    • getProvisioned

      Capacity.Provisioned getProvisioned()
       The status of provisioned capacity mode.
       
      .temporal.api.cloud.namespace.v1.Capacity.Provisioned provisioned = 2;
      Returns:
      The provisioned.
    • getProvisionedOrBuilder

      Capacity.ProvisionedOrBuilder getProvisionedOrBuilder()
       The status of provisioned capacity mode.
       
      .temporal.api.cloud.namespace.v1.Capacity.Provisioned provisioned = 2;
    • hasLatestRequest

      boolean hasLatestRequest()
       The latest requested capacity for the namespace, if any.
       
      .temporal.api.cloud.namespace.v1.Capacity.Request latest_request = 3;
      Returns:
      Whether the latestRequest field is set.
    • getLatestRequest

      Capacity.Request getLatestRequest()
       The latest requested capacity for the namespace, if any.
       
      .temporal.api.cloud.namespace.v1.Capacity.Request latest_request = 3;
      Returns:
      The latestRequest.
    • getLatestRequestOrBuilder

      Capacity.RequestOrBuilder getLatestRequestOrBuilder()
       The latest requested capacity for the namespace, if any.
       
      .temporal.api.cloud.namespace.v1.Capacity.Request latest_request = 3;
    • getCurrentModeCase

      Capacity.CurrentModeCase getCurrentModeCase()