Interface Capacity.RequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Capacity.Request,Capacity.Request.Builder
- Enclosing class:
Capacity
public static interface Capacity.RequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the async operation that is creating/updating/deleting the capacity, if any.com.google.protobuf.ByteStringThe id of the async operation that is creating/updating/deleting the capacity, if any.com.google.protobuf.TimestampThe date and time when the capacity request was completed or failed.com.google.protobuf.TimestampOrBuilderThe date and time when the capacity request was completed or failed.getSpec()The requested capacity specification.The requested capacity specification.com.google.protobuf.TimestampThe date and time when the capacity request was created.com.google.protobuf.TimestampOrBuilderThe date and time when the capacity request was created.getState()The current state of the capacity request (e.g.intThe current state of the capacity request (e.g.booleanThe date and time when the capacity request was completed or failed.booleanhasSpec()The requested capacity specification.booleanThe date and time when the capacity request was created.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
-
getStateValue
int getStateValue()The current state of the capacity request (e.g. in-progress, completed, failed).
.temporal.api.cloud.namespace.v1.Capacity.Request.State state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
Capacity.Request.State getState()The current state of the capacity request (e.g. in-progress, completed, failed).
.temporal.api.cloud.namespace.v1.Capacity.Request.State state = 1;- Returns:
- The state.
-
hasStartTime
boolean hasStartTime()The date and time when the capacity request was created.
.google.protobuf.Timestamp start_time = 2;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()The date and time when the capacity request was created.
.google.protobuf.Timestamp start_time = 2;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()The date and time when the capacity request was created.
.google.protobuf.Timestamp start_time = 2; -
hasEndTime
boolean hasEndTime()The date and time when the capacity request was completed or failed.
.google.protobuf.Timestamp end_time = 3;- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()The date and time when the capacity request was completed or failed.
.google.protobuf.Timestamp end_time = 3;- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()The date and time when the capacity request was completed or failed.
.google.protobuf.Timestamp end_time = 3; -
getAsyncOperationId
String getAsyncOperationId()The id of the async operation that is creating/updating/deleting the capacity, if any.
string async_operation_id = 4;- Returns:
- The asyncOperationId.
-
getAsyncOperationIdBytes
com.google.protobuf.ByteString getAsyncOperationIdBytes()The id of the async operation that is creating/updating/deleting the capacity, if any.
string async_operation_id = 4;- Returns:
- The bytes for asyncOperationId.
-
hasSpec
boolean hasSpec()The requested capacity specification.
.temporal.api.cloud.namespace.v1.CapacitySpec spec = 5;- Returns:
- Whether the spec field is set.
-
getSpec
CapacitySpec getSpec()The requested capacity specification.
.temporal.api.cloud.namespace.v1.CapacitySpec spec = 5;- Returns:
- The spec.
-
getSpecOrBuilder
CapacitySpecOrBuilder getSpecOrBuilder()The requested capacity specification.
.temporal.api.cloud.namespace.v1.CapacitySpec spec = 5;
-