Uses of Class
com.google.cloud.kms.v1.CryptoKey.RotationScheduleCase
-
Packages that use CryptoKey.RotationScheduleCase Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of CryptoKey.RotationScheduleCase in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return CryptoKey.RotationScheduleCase Modifier and Type Method Description static CryptoKey.RotationScheduleCase
CryptoKey.RotationScheduleCase. forNumber(int value)
CryptoKey.RotationScheduleCase
CryptoKey.Builder. getRotationScheduleCase()
CryptoKey.RotationScheduleCase
CryptoKey. getRotationScheduleCase()
CryptoKey.RotationScheduleCase
CryptoKeyOrBuilder. getRotationScheduleCase()
static CryptoKey.RotationScheduleCase
CryptoKey.RotationScheduleCase. valueOf(int value)
Deprecated.static CryptoKey.RotationScheduleCase
CryptoKey.RotationScheduleCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static CryptoKey.RotationScheduleCase[]
CryptoKey.RotationScheduleCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-