Uses of Enum
com.google.spanner.admin.instance.v1.FulfillmentPeriod
-
Uses of FulfillmentPeriod in com.google.spanner.admin.instance.v1
Methods in com.google.spanner.admin.instance.v1 that return FulfillmentPeriodModifier and TypeMethodDescriptionstatic FulfillmentPeriodFulfillmentPeriod.forNumber(int value) CreateInstanceMetadata.Builder.getExpectedFulfillmentPeriod()The expected fulfillment period of this create operation.CreateInstanceMetadata.getExpectedFulfillmentPeriod()The expected fulfillment period of this create operation.CreateInstanceMetadataOrBuilder.getExpectedFulfillmentPeriod()The expected fulfillment period of this create operation.UpdateInstanceMetadata.Builder.getExpectedFulfillmentPeriod()The expected fulfillment period of this update operation.UpdateInstanceMetadata.getExpectedFulfillmentPeriod()The expected fulfillment period of this update operation.UpdateInstanceMetadataOrBuilder.getExpectedFulfillmentPeriod()The expected fulfillment period of this update operation.static FulfillmentPeriodFulfillmentPeriod.valueOf(int value) Deprecated.static FulfillmentPeriodFulfillmentPeriod.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static FulfillmentPeriodReturns the enum constant of this type with the specified name.static FulfillmentPeriod[]FulfillmentPeriod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.spanner.admin.instance.v1 that return types with arguments of type FulfillmentPeriodModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FulfillmentPeriod>FulfillmentPeriod.internalGetValueMap()Methods in com.google.spanner.admin.instance.v1 with parameters of type FulfillmentPeriodModifier and TypeMethodDescriptionCreateInstanceMetadata.Builder.setExpectedFulfillmentPeriod(FulfillmentPeriod value) The expected fulfillment period of this create operation.UpdateInstanceMetadata.Builder.setExpectedFulfillmentPeriod(FulfillmentPeriod value) The expected fulfillment period of this update operation.