Enum DiscoveryCloudSqlConditions.DatabaseResourceType (3.47.0)

public enum DiscoveryCloudSqlConditions.DatabaseResourceType extends Enum<DiscoveryCloudSqlConditions.DatabaseResourceType> implements ProtocolMessageEnum

Cloud SQL database resource types. New values can be added at a later time.

Protobuf enum google.privacy.dlp.v2.DiscoveryCloudSqlConditions.DatabaseResourceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES

Includes database resource types that become supported at a later time.

DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES = 1;

DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES_VALUE

Includes database resource types that become supported at a later time.

DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES = 1;

DATABASE_RESOURCE_TYPE_TABLE

Tables.

DATABASE_RESOURCE_TYPE_TABLE = 2;

DATABASE_RESOURCE_TYPE_TABLE_VALUE

Tables.

DATABASE_RESOURCE_TYPE_TABLE = 2;

DATABASE_RESOURCE_TYPE_UNSPECIFIED

Unused.

DATABASE_RESOURCE_TYPE_UNSPECIFIED = 0;

DATABASE_RESOURCE_TYPE_UNSPECIFIED_VALUE

Unused.

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