Uses of Class
com.google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionScope
-
Packages that use SecuritySettings.RedactionScope Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of SecuritySettings.RedactionScope in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return SecuritySettings.RedactionScope Modifier and Type Method Description static SecuritySettings.RedactionScope
SecuritySettings.RedactionScope. forNumber(int value)
SecuritySettings.RedactionScope
SecuritySettings.Builder. getRedactionScope()
Defines the data for which Dialogflow applies redaction.SecuritySettings.RedactionScope
SecuritySettings. getRedactionScope()
Defines the data for which Dialogflow applies redaction.SecuritySettings.RedactionScope
SecuritySettingsOrBuilder. getRedactionScope()
Defines the data for which Dialogflow applies redaction.static SecuritySettings.RedactionScope
SecuritySettings.RedactionScope. valueOf(int value)
Deprecated.static SecuritySettings.RedactionScope
SecuritySettings.RedactionScope. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SecuritySettings.RedactionScope
SecuritySettings.RedactionScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecuritySettings.RedactionScope[]
SecuritySettings.RedactionScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type SecuritySettings.RedactionScope Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SecuritySettings.RedactionScope>
SecuritySettings.RedactionScope. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type SecuritySettings.RedactionScope Modifier and Type Method Description SecuritySettings.Builder
SecuritySettings.Builder. setRedactionScope(SecuritySettings.RedactionScope value)
Defines the data for which Dialogflow applies redaction.
-