public static enum SecuritySettings.PurgeDataType extends Enum<SecuritySettings.PurgeDataType> implements com.google.protobuf.ProtocolMessageEnum
Type of data we purge after retention settings triggers purge.Protobuf enum
google.cloud.dialogflow.cx.v3.SecuritySettings.PurgeDataType| Enum Constant and Description |
|---|
DIALOGFLOW_HISTORY
Dialogflow history.
|
PURGE_DATA_TYPE_UNSPECIFIED
Unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DIALOGFLOW_HISTORY_VALUE
Dialogflow history.
|
static int |
PURGE_DATA_TYPE_UNSPECIFIED_VALUE
Unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static SecuritySettings.PurgeDataType |
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<SecuritySettings.PurgeDataType> |
internalGetValueMap() |
static SecuritySettings.PurgeDataType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SecuritySettings.PurgeDataType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SecuritySettings.PurgeDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecuritySettings.PurgeDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecuritySettings.PurgeDataType PURGE_DATA_TYPE_UNSPECIFIED
Unspecified. Do not use.
PURGE_DATA_TYPE_UNSPECIFIED = 0;public static final SecuritySettings.PurgeDataType DIALOGFLOW_HISTORY
Dialogflow history. This does not include Cloud logging, which is owned by the user - not Dialogflow.
DIALOGFLOW_HISTORY = 1;public static final SecuritySettings.PurgeDataType UNRECOGNIZED
public static final int PURGE_DATA_TYPE_UNSPECIFIED_VALUE
Unspecified. Do not use.
PURGE_DATA_TYPE_UNSPECIFIED = 0;public static final int DIALOGFLOW_HISTORY_VALUE
Dialogflow history. This does not include Cloud logging, which is owned by the user - not Dialogflow.
DIALOGFLOW_HISTORY = 1;public static SecuritySettings.PurgeDataType[] values()
for (SecuritySettings.PurgeDataType c : SecuritySettings.PurgeDataType.values()) System.out.println(c);
public static SecuritySettings.PurgeDataType 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 SecuritySettings.PurgeDataType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SecuritySettings.PurgeDataType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SecuritySettings.PurgeDataType> 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 SecuritySettings.PurgeDataType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.