Module: Google::Cloud::Spanner::Admin::Instance::V1::FulfillmentPeriod

Defined in:
proto_docs/google/spanner/admin/instance/v1/common.rb

Overview

Indicates the expected fulfillment period of an operation.

Constant Summary collapse

FULFILLMENT_PERIOD_UNSPECIFIED =

Not specified.

0
FULFILLMENT_PERIOD_NORMAL =

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

1
FULFILLMENT_PERIOD_EXTENDED =

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

2