public enum FulfillmentPeriod extends Enum<FulfillmentPeriod> implements ProtocolMessageEnum
Indicates the expected fulfillment period of an operation.
Protobuf enum google.spanner.admin.instance.v1.FulfillmentPeriod
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
FULFILLMENT_PERIOD_EXTENDED | Extended fulfillment period. It can take up to an hour for the operation to complete.
|
FULFILLMENT_PERIOD_EXTENDED_VALUE | Extended fulfillment period. It can take up to an hour for the operation to complete.
|
FULFILLMENT_PERIOD_NORMAL | Normal fulfillment period. The operation is expected to complete within minutes.
|
FULFILLMENT_PERIOD_NORMAL_VALUE | Normal fulfillment period. The operation is expected to complete within minutes.
|
FULFILLMENT_PERIOD_UNSPECIFIED | Not specified.
|
FULFILLMENT_PERIOD_UNSPECIFIED_VALUE | Not specified.
|
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |