public enum SupportedDatabaseFlag.Scope extends Enum<SupportedDatabaseFlag.Scope> implements ProtocolMessageEnum
The scope of the flag.
Protobuf enum google.cloud.alloydb.v1alpha.SupportedDatabaseFlag.Scope
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONNECTION_POOL |
The flag is a connection pool flag. |
CONNECTION_POOL_VALUE |
The flag is a connection pool flag. |
DATABASE |
The flag is a database flag. |
DATABASE_VALUE |
The flag is a database flag. |
SCOPE_UNSPECIFIED |
The scope of the flag is not specified. Default is DATABASE. |
SCOPE_UNSPECIFIED_VALUE |
The scope of the flag is not specified. Default is DATABASE. |
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() |