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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DETAIL_LEVEL_UNSPECIFIED |
Unused. |
DETAIL_LEVEL_UNSPECIFIED_VALUE |
Unused. |
FILE_STORE_PROFILE |
The full file store data profile. |
FILE_STORE_PROFILE_VALUE |
The full file store data profile. |
RESOURCE_NAME |
The name of the profiled resource. |
RESOURCE_NAME_VALUE |
The name of the profiled resource. |
TABLE_PROFILE |
The full table data profile. |
TABLE_PROFILE_VALUE |
The full table data profile. |
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() |