Enum FulfillmentPeriod (6.66.0)

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

ProtocolMessageEnum

Static Fields

Name Description
FULFILLMENT_PERIOD_EXTENDED

Extended fulfillment period. It can take up to an hour for the operation to complete.

FULFILLMENT_PERIOD_EXTENDED = 2;

FULFILLMENT_PERIOD_EXTENDED_VALUE

Extended fulfillment period. It can take up to an hour for the operation to complete.

FULFILLMENT_PERIOD_EXTENDED = 2;

FULFILLMENT_PERIOD_NORMAL

Normal fulfillment period. The operation is expected to complete within minutes.

FULFILLMENT_PERIOD_NORMAL = 1;

FULFILLMENT_PERIOD_NORMAL_VALUE

Normal fulfillment period. The operation is expected to complete within minutes.

FULFILLMENT_PERIOD_NORMAL = 1;

FULFILLMENT_PERIOD_UNSPECIFIED

Not specified.

FULFILLMENT_PERIOD_UNSPECIFIED = 0;

FULFILLMENT_PERIOD_UNSPECIFIED_VALUE

Not specified.

FULFILLMENT_PERIOD_UNSPECIFIED = 0;

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()