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 Summary
Modifier and TypeMethodDescriptionOn-Demand capacity information.On-Demand capacity information.Provisioned capacity options and entitlements.Provisioned capacity options and entitlements.booleanOn-Demand capacity information.booleanProvisioned capacity options and entitlements.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
NamespaceCapacityInfo.CapacityModeOptions.Provisioned getProvisioned()Provisioned capacity options and entitlements.
.temporal.api.cloud.namespace.v1.NamespaceCapacityInfo.CapacityModeOptions.Provisioned provisioned = 1;- Returns:
- The provisioned.
-
getProvisionedOrBuilder
NamespaceCapacityInfo.CapacityModeOptions.ProvisionedOrBuilder 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
NamespaceCapacityInfo.CapacityModeOptions.OnDemand getOnDemand()On-Demand capacity information.
.temporal.api.cloud.namespace.v1.NamespaceCapacityInfo.CapacityModeOptions.OnDemand on_demand = 2;- Returns:
- The onDemand.
-
getOnDemandOrBuilder
NamespaceCapacityInfo.CapacityModeOptions.OnDemandOrBuilder getOnDemandOrBuilder()On-Demand capacity information.
.temporal.api.cloud.namespace.v1.NamespaceCapacityInfo.CapacityModeOptions.OnDemand on_demand = 2;
-