Enum SupportedDatabaseFlag.Scope (0.56.0)

public enum SupportedDatabaseFlag.Scope extends Enum<SupportedDatabaseFlag.Scope> implements ProtocolMessageEnum

The scope of the flag.

Protobuf enum google.cloud.alloydb.v1.SupportedDatabaseFlag.Scope

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONNECTION_POOL

The flag is a connection pool flag.

CONNECTION_POOL = 2;

CONNECTION_POOL_VALUE

The flag is a connection pool flag.

CONNECTION_POOL = 2;

DATABASE

The flag is a database flag.

DATABASE = 1;

DATABASE_VALUE

The flag is a database flag.

DATABASE = 1;

SCOPE_UNSPECIFIED

The scope of the flag is not specified. Default is DATABASE.

SCOPE_UNSPECIFIED = 0;

SCOPE_UNSPECIFIED_VALUE

The scope of the flag is not specified. Default is DATABASE.

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