Enum SecuritySettings.RedactionScope (0.52.0)

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

Defines what types of data to redact.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
REDACTION_SCOPE_UNSPECIFIED

Don't redact any kind of data.

REDACTION_SCOPE_UNSPECIFIED = 0;

REDACTION_SCOPE_UNSPECIFIED_VALUE

Don't redact any kind of data.

REDACTION_SCOPE_UNSPECIFIED = 0;

REDACT_DISK_STORAGE

On data to be written to disk or similar devices that are capable of holding data even if power is disconnected. This includes data that are temporarily saved on disk.

REDACT_DISK_STORAGE = 2;

REDACT_DISK_STORAGE_VALUE

On data to be written to disk or similar devices that are capable of holding data even if power is disconnected. This includes data that are temporarily saved on disk.

REDACT_DISK_STORAGE = 2;

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