Package | Description |
---|---|
com.google.cloud.kms.v1 |
A client to Cloud Key Management Service (KMS) API
|
Modifier and Type | Method and Description |
---|---|
static CryptoKey.CryptoKeyPurpose |
CryptoKey.CryptoKeyPurpose.forNumber(int value) |
CryptoKey.CryptoKeyPurpose |
CryptoKey.getPurpose()
Immutable.
|
CryptoKey.CryptoKeyPurpose |
CryptoKey.Builder.getPurpose()
Immutable.
|
CryptoKey.CryptoKeyPurpose |
CryptoKeyOrBuilder.getPurpose()
Immutable.
|
static CryptoKey.CryptoKeyPurpose |
CryptoKey.CryptoKeyPurpose.valueOf(Descriptors.EnumValueDescriptor desc) |
static CryptoKey.CryptoKeyPurpose |
CryptoKey.CryptoKeyPurpose.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<CryptoKey.CryptoKeyPurpose> |
CryptoKey.CryptoKeyPurpose.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CryptoKey.Builder |
CryptoKey.Builder.setPurpose(CryptoKey.CryptoKeyPurpose value)
Immutable.
|
Copyright © 2022 Google LLC. All rights reserved.