public static enum DataProfileAction.PubSubNotification.DetailLevel extends Enum<DataProfileAction.PubSubNotification.DetailLevel> implements com.google.protobuf.ProtocolMessageEnum
The levels of detail that can be included in the Pub/Sub message.Protobuf enum
google.privacy.dlp.v2.DataProfileAction.PubSubNotification.DetailLevel| Enum Constant and Description |
|---|
DETAIL_LEVEL_UNSPECIFIED
Unused.
|
RESOURCE_NAME
The resource name of the table.
|
TABLE_PROFILE
The full table data profile.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DETAIL_LEVEL_UNSPECIFIED_VALUE
Unused.
|
static int |
RESOURCE_NAME_VALUE
The resource name of the table.
|
static int |
TABLE_PROFILE_VALUE
The full table data profile.
|
| Modifier and Type | Method and Description |
|---|---|
static DataProfileAction.PubSubNotification.DetailLevel |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<DataProfileAction.PubSubNotification.DetailLevel> |
internalGetValueMap() |
static DataProfileAction.PubSubNotification.DetailLevel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DataProfileAction.PubSubNotification.DetailLevel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DataProfileAction.PubSubNotification.DetailLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataProfileAction.PubSubNotification.DetailLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataProfileAction.PubSubNotification.DetailLevel DETAIL_LEVEL_UNSPECIFIED
Unused.
DETAIL_LEVEL_UNSPECIFIED = 0;public static final DataProfileAction.PubSubNotification.DetailLevel TABLE_PROFILE
The full table data profile.
TABLE_PROFILE = 1;public static final DataProfileAction.PubSubNotification.DetailLevel RESOURCE_NAME
The resource name of the table.
RESOURCE_NAME = 2;public static final DataProfileAction.PubSubNotification.DetailLevel UNRECOGNIZED
public static final int DETAIL_LEVEL_UNSPECIFIED_VALUE
Unused.
DETAIL_LEVEL_UNSPECIFIED = 0;public static final int TABLE_PROFILE_VALUE
The full table data profile.
TABLE_PROFILE = 1;public static final int RESOURCE_NAME_VALUE
The resource name of the table.
RESOURCE_NAME = 2;public static DataProfileAction.PubSubNotification.DetailLevel[] values()
for (DataProfileAction.PubSubNotification.DetailLevel c : DataProfileAction.PubSubNotification.DetailLevel.values()) System.out.println(c);
public static DataProfileAction.PubSubNotification.DetailLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static DataProfileAction.PubSubNotification.DetailLevel valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DataProfileAction.PubSubNotification.DetailLevel forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DataProfileAction.PubSubNotification.DetailLevel> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static DataProfileAction.PubSubNotification.DetailLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.