Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.SecuritySettings.DataRetentionCase
-
Packages that use SecuritySettings.DataRetentionCase Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of SecuritySettings.DataRetentionCase in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return SecuritySettings.DataRetentionCase Modifier and Type Method Description static SecuritySettings.DataRetentionCase
SecuritySettings.DataRetentionCase. forNumber(int value)
SecuritySettings.DataRetentionCase
SecuritySettings.Builder. getDataRetentionCase()
SecuritySettings.DataRetentionCase
SecuritySettings. getDataRetentionCase()
SecuritySettings.DataRetentionCase
SecuritySettingsOrBuilder. getDataRetentionCase()
static SecuritySettings.DataRetentionCase
SecuritySettings.DataRetentionCase. valueOf(int value)
Deprecated.static SecuritySettings.DataRetentionCase
SecuritySettings.DataRetentionCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecuritySettings.DataRetentionCase[]
SecuritySettings.DataRetentionCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-