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 Summary
Modifier and TypeMethodDescriptionThe latest requested capacity for the namespace, if any.The latest requested capacity for the namespace, if any.The status of on-demand capacity mode.The status of on-demand capacity mode.The status of provisioned capacity mode.The status of provisioned capacity mode.booleanThe latest requested capacity for the namespace, if any.booleanThe status of on-demand capacity mode.booleanThe status of provisioned capacity mode.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
-
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()
-