Enum SecuritySettings.PurgeDataType (0.52.0)

public enum SecuritySettings.PurgeDataType extends Enum<SecuritySettings.PurgeDataType> implements ProtocolMessageEnum

Type of data we purge after retention settings triggers purge.

Protobuf enum google.cloud.dialogflow.cx.v3.SecuritySettings.PurgeDataType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DIALOGFLOW_HISTORY

Dialogflow history. This does not include Cloud logging, which is owned by the user - not Dialogflow.

DIALOGFLOW_HISTORY = 1;

DIALOGFLOW_HISTORY_VALUE

Dialogflow history. This does not include Cloud logging, which is owned by the user - not Dialogflow.

DIALOGFLOW_HISTORY = 1;

PURGE_DATA_TYPE_UNSPECIFIED

Unspecified. Do not use.

PURGE_DATA_TYPE_UNSPECIFIED = 0;

PURGE_DATA_TYPE_UNSPECIFIED_VALUE

Unspecified. Do not use.

PURGE_DATA_TYPE_UNSPECIFIED = 0;

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