Uses of Class
com.google.cloud.alloydb.v1.AutomatedBackupPolicy.RetentionCase
-
Packages that use AutomatedBackupPolicy.RetentionCase Package Description com.google.cloud.alloydb.v1 A client to AlloyDB API -
-
Uses of AutomatedBackupPolicy.RetentionCase in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return AutomatedBackupPolicy.RetentionCase Modifier and Type Method Description static AutomatedBackupPolicy.RetentionCase
AutomatedBackupPolicy.RetentionCase. forNumber(int value)
AutomatedBackupPolicy.RetentionCase
AutomatedBackupPolicy.Builder. getRetentionCase()
AutomatedBackupPolicy.RetentionCase
AutomatedBackupPolicy. getRetentionCase()
AutomatedBackupPolicy.RetentionCase
AutomatedBackupPolicyOrBuilder. getRetentionCase()
static AutomatedBackupPolicy.RetentionCase
AutomatedBackupPolicy.RetentionCase. valueOf(int value)
Deprecated.static AutomatedBackupPolicy.RetentionCase
AutomatedBackupPolicy.RetentionCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutomatedBackupPolicy.RetentionCase[]
AutomatedBackupPolicy.RetentionCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-