- 6.95.1 (latest)
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public enum InstanceConfig.FreeInstanceAvailability extends Enum.FreeInstanceAvailability> implements ProtocolMessageEnum
Describes the availability for free instances to be created in an instance configuration.
Protobuf enum google.spanner.admin.instance.v1.InstanceConfig.FreeInstanceAvailability
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AVAILABLE |
Indicates that free instances are available to be created in this instance configuration. |
AVAILABLE_VALUE |
Indicates that free instances are available to be created in this instance configuration. |
DISABLED |
Indicates that free instances are currently not available to be created in this instance configuration. |
DISABLED_VALUE |
Indicates that free instances are currently not available to be created in this instance configuration. |
FREE_INSTANCE_AVAILABILITY_UNSPECIFIED |
Not specified. |
FREE_INSTANCE_AVAILABILITY_UNSPECIFIED_VALUE |
Not specified. |
QUOTA_EXCEEDED |
Indicates that additional free instances cannot be created in this instance configuration because the project has reached its limit of free instances. |
QUOTA_EXCEEDED_VALUE |
Indicates that additional free instances cannot be created in this instance configuration because the project has reached its limit of free instances. |
UNRECOGNIZED |
|
UNSUPPORTED |
Indicates that free instances are not supported in this instance configuration. |
UNSUPPORTED_VALUE |
Indicates that free instances are not supported in this instance configuration. |
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() |