Interface NamespaceCapacityInfo.CapacityModeOptionsOrBuilder

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

public static interface NamespaceCapacityInfo.CapacityModeOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasProvisioned

      boolean hasProvisioned()
       Provisioned capacity options and entitlements.
       
      .temporal.api.cloud.namespace.v1.NamespaceCapacityInfo.CapacityModeOptions.Provisioned provisioned = 1;
      Returns:
      Whether the provisioned field is set.
    • getProvisioned

       Provisioned capacity options and entitlements.
       
      .temporal.api.cloud.namespace.v1.NamespaceCapacityInfo.CapacityModeOptions.Provisioned provisioned = 1;
      Returns:
      The provisioned.
    • getProvisionedOrBuilder

       Provisioned capacity options and entitlements.
       
      .temporal.api.cloud.namespace.v1.NamespaceCapacityInfo.CapacityModeOptions.Provisioned provisioned = 1;
    • hasOnDemand

      boolean hasOnDemand()
       On-Demand capacity information.
       
      .temporal.api.cloud.namespace.v1.NamespaceCapacityInfo.CapacityModeOptions.OnDemand on_demand = 2;
      Returns:
      Whether the onDemand field is set.
    • getOnDemand

       On-Demand capacity information.
       
      .temporal.api.cloud.namespace.v1.NamespaceCapacityInfo.CapacityModeOptions.OnDemand on_demand = 2;
      Returns:
      The onDemand.
    • getOnDemandOrBuilder

       On-Demand capacity information.
       
      .temporal.api.cloud.namespace.v1.NamespaceCapacityInfo.CapacityModeOptions.OnDemand on_demand = 2;