public static enum SecuritySettings.RedactionStrategy extends Enum<SecuritySettings.RedactionStrategy> implements com.google.protobuf.ProtocolMessageEnum
Defines how we redact data.Protobuf enum
google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionStrategy| Enum Constant and Description |
|---|
REDACT_WITH_SERVICE
Call redaction service to clean up the data to be persisted.
|
REDACTION_STRATEGY_UNSPECIFIED
Do not redact.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
REDACT_WITH_SERVICE_VALUE
Call redaction service to clean up the data to be persisted.
|
static int |
REDACTION_STRATEGY_UNSPECIFIED_VALUE
Do not redact.
|
| Modifier and Type | Method and Description |
|---|---|
static SecuritySettings.RedactionStrategy |
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.RedactionStrategy> |
internalGetValueMap() |
static SecuritySettings.RedactionStrategy |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SecuritySettings.RedactionStrategy |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SecuritySettings.RedactionStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecuritySettings.RedactionStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecuritySettings.RedactionStrategy REDACTION_STRATEGY_UNSPECIFIED
Do not redact.
REDACTION_STRATEGY_UNSPECIFIED = 0;public static final SecuritySettings.RedactionStrategy REDACT_WITH_SERVICE
Call redaction service to clean up the data to be persisted.
REDACT_WITH_SERVICE = 1;public static final SecuritySettings.RedactionStrategy UNRECOGNIZED
public static final int REDACTION_STRATEGY_UNSPECIFIED_VALUE
Do not redact.
REDACTION_STRATEGY_UNSPECIFIED = 0;public static final int REDACT_WITH_SERVICE_VALUE
Call redaction service to clean up the data to be persisted.
REDACT_WITH_SERVICE = 1;public static SecuritySettings.RedactionStrategy[] values()
for (SecuritySettings.RedactionStrategy c : SecuritySettings.RedactionStrategy.values()) System.out.println(c);
public static SecuritySettings.RedactionStrategy 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.RedactionStrategy valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SecuritySettings.RedactionStrategy forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SecuritySettings.RedactionStrategy> 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.RedactionStrategy valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.