Interface CapacitySpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CapacitySpec,CapacitySpec.Builder
@Generated(value="protoc",
comments="annotations:CapacitySpecOrBuilder.java.pb.meta")
public interface CapacitySpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe on-demand capacity mode configuration.The on-demand capacity mode configuration.The provisioned capacity mode configuration.The provisioned capacity mode configuration.booleanThe on-demand capacity mode configuration.booleanThe provisioned capacity mode configuration.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 on-demand capacity mode configuration.
.temporal.api.cloud.namespace.v1.CapacitySpec.OnDemand on_demand = 1;- Returns:
- Whether the onDemand field is set.
-
getOnDemand
CapacitySpec.OnDemand getOnDemand()The on-demand capacity mode configuration.
.temporal.api.cloud.namespace.v1.CapacitySpec.OnDemand on_demand = 1;- Returns:
- The onDemand.
-
getOnDemandOrBuilder
CapacitySpec.OnDemandOrBuilder getOnDemandOrBuilder()The on-demand capacity mode configuration.
.temporal.api.cloud.namespace.v1.CapacitySpec.OnDemand on_demand = 1; -
hasProvisioned
boolean hasProvisioned()The provisioned capacity mode configuration.
.temporal.api.cloud.namespace.v1.CapacitySpec.Provisioned provisioned = 2;- Returns:
- Whether the provisioned field is set.
-
getProvisioned
CapacitySpec.Provisioned getProvisioned()The provisioned capacity mode configuration.
.temporal.api.cloud.namespace.v1.CapacitySpec.Provisioned provisioned = 2;- Returns:
- The provisioned.
-
getProvisionedOrBuilder
CapacitySpec.ProvisionedOrBuilder getProvisionedOrBuilder()The provisioned capacity mode configuration.
.temporal.api.cloud.namespace.v1.CapacitySpec.Provisioned provisioned = 2; -
getSpecCase
CapacitySpec.SpecCase getSpecCase()
-