Uses of Class
com.google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose
-
Packages that use CryptoKey.CryptoKeyPurpose Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of CryptoKey.CryptoKeyPurpose in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return CryptoKey.CryptoKeyPurpose Modifier and Type Method Description static CryptoKey.CryptoKeyPurpose
CryptoKey.CryptoKeyPurpose. forNumber(int value)
CryptoKey.CryptoKeyPurpose
CryptoKey.Builder. getPurpose()
Immutable.CryptoKey.CryptoKeyPurpose
CryptoKey. getPurpose()
Immutable.CryptoKey.CryptoKeyPurpose
CryptoKeyOrBuilder. getPurpose()
Immutable.static CryptoKey.CryptoKeyPurpose
CryptoKey.CryptoKeyPurpose. valueOf(int value)
Deprecated.static CryptoKey.CryptoKeyPurpose
CryptoKey.CryptoKeyPurpose. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CryptoKey.CryptoKeyPurpose
CryptoKey.CryptoKeyPurpose. valueOf(String name)
Returns the enum constant of this type with the specified name.static CryptoKey.CryptoKeyPurpose[]
CryptoKey.CryptoKeyPurpose. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.kms.v1 that return types with arguments of type CryptoKey.CryptoKeyPurpose Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CryptoKey.CryptoKeyPurpose>
CryptoKey.CryptoKeyPurpose. internalGetValueMap()
Methods in com.google.cloud.kms.v1 with parameters of type CryptoKey.CryptoKeyPurpose Modifier and Type Method Description CryptoKey.Builder
CryptoKey.Builder. setPurpose(CryptoKey.CryptoKeyPurpose value)
Immutable.
-