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.CryptoKeyPurposeCryptoKey.CryptoKeyPurpose. forNumber(int value)CryptoKey.CryptoKeyPurposeCryptoKey.Builder. getPurpose()Immutable.CryptoKey.CryptoKeyPurposeCryptoKey. getPurpose()Immutable.CryptoKey.CryptoKeyPurposeCryptoKeyOrBuilder. getPurpose()Immutable.static CryptoKey.CryptoKeyPurposeCryptoKey.CryptoKeyPurpose. valueOf(int value)Deprecated.static CryptoKey.CryptoKeyPurposeCryptoKey.CryptoKeyPurpose. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CryptoKey.CryptoKeyPurposeCryptoKey.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.BuilderCryptoKey.Builder. setPurpose(CryptoKey.CryptoKeyPurpose value)Immutable.
-