Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.SecuritySettings.RedactionScope
-
Packages that use SecuritySettings.RedactionScope Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of SecuritySettings.RedactionScope in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return SecuritySettings.RedactionScope Modifier and Type Method Description static SecuritySettings.RedactionScopeSecuritySettings.RedactionScope. forNumber(int value)SecuritySettings.RedactionScopeSecuritySettings.Builder. getRedactionScope()Defines the data for which Dialogflow applies redaction.SecuritySettings.RedactionScopeSecuritySettings. getRedactionScope()Defines the data for which Dialogflow applies redaction.SecuritySettings.RedactionScopeSecuritySettingsOrBuilder. getRedactionScope()Defines the data for which Dialogflow applies redaction.static SecuritySettings.RedactionScopeSecuritySettings.RedactionScope. valueOf(int value)Deprecated.static SecuritySettings.RedactionScopeSecuritySettings.RedactionScope. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SecuritySettings.RedactionScopeSecuritySettings.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.v3beta1 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.v3beta1 with parameters of type SecuritySettings.RedactionScope Modifier and Type Method Description SecuritySettings.BuilderSecuritySettings.Builder. setRedactionScope(SecuritySettings.RedactionScope value)Defines the data for which Dialogflow applies redaction.
-