public static enum SecuritySettings.RedactionScope extends Enum<SecuritySettings.RedactionScope> implements com.google.protobuf.ProtocolMessageEnum
Defines what types of data to redact.Protobuf enum
google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionScope| Enum Constant and Description |
|---|
REDACT_DISK_STORAGE
On data to be written to disk or similar devices that are capable of
holding data even if power is disconnected.
|
REDACTION_SCOPE_UNSPECIFIED
Don't redact any kind of data.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
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.
|
static int |
REDACTION_SCOPE_UNSPECIFIED_VALUE
Don't redact any kind of data.
|
| Modifier and Type | Method and Description |
|---|---|
static SecuritySettings.RedactionScope |
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.RedactionScope> |
internalGetValueMap() |
static SecuritySettings.RedactionScope |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SecuritySettings.RedactionScope |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SecuritySettings.RedactionScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecuritySettings.RedactionScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecuritySettings.RedactionScope REDACTION_SCOPE_UNSPECIFIED
Don't redact any kind of data.
REDACTION_SCOPE_UNSPECIFIED = 0;public static final SecuritySettings.RedactionScope 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;public static final SecuritySettings.RedactionScope UNRECOGNIZED
public static final int REDACTION_SCOPE_UNSPECIFIED_VALUE
Don't redact any kind of data.
REDACTION_SCOPE_UNSPECIFIED = 0;public static final int 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;public static SecuritySettings.RedactionScope[] values()
for (SecuritySettings.RedactionScope c : SecuritySettings.RedactionScope.values()) System.out.println(c);
public static SecuritySettings.RedactionScope 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.RedactionScope valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SecuritySettings.RedactionScope forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SecuritySettings.RedactionScope> 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.RedactionScope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.