Enum DataProfileAction.PubSubNotification.DetailLevel (3.4.0)

public enum DataProfileAction.PubSubNotification.DetailLevel extends Enum<DataProfileAction.PubSubNotification.DetailLevel> implements ProtocolMessageEnum

The levels of detail that can be included in the Pub/Sub message.

Protobuf enum google.privacy.dlp.v2.DataProfileAction.PubSubNotification.DetailLevel

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DETAIL_LEVEL_UNSPECIFIED

Unused.

DETAIL_LEVEL_UNSPECIFIED = 0;

DETAIL_LEVEL_UNSPECIFIED_VALUE

Unused.

DETAIL_LEVEL_UNSPECIFIED = 0;

RESOURCE_NAME

The resource name of the table.

RESOURCE_NAME = 2;

RESOURCE_NAME_VALUE

The resource name of the table.

RESOURCE_NAME = 2;

TABLE_PROFILE

The full table data profile.

TABLE_PROFILE = 1;

TABLE_PROFILE_VALUE

The full table data profile.

TABLE_PROFILE = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()