Package-level declarations

Types

Link copied to clipboard
enum AuditLogConfigLogType : Enum<AuditLogConfigLogType> , ConvertibleToJava<AuditLogConfigLogType>

The log type that this config enables.

Link copied to clipboard
enum CryptoKeyPurpose : Enum<CryptoKeyPurpose> , ConvertibleToJava<CryptoKeyPurpose>

Immutable. The immutable purpose of this CryptoKey.

Link copied to clipboard
enum CryptoKeyVersionState : Enum<CryptoKeyVersionState> , ConvertibleToJava<CryptoKeyVersionState>

The current state of the CryptoKeyVersion.

Link copied to clipboard
enum CryptoKeyVersionTemplateAlgorithm : Enum<CryptoKeyVersionTemplateAlgorithm> , ConvertibleToJava<CryptoKeyVersionTemplateAlgorithm>

Required. Algorithm to use when creating a CryptoKeyVersion based on this template. For backwards compatibility, GOOGLE_SYMMETRIC_ENCRYPTION is implied if both this field is omitted and CryptoKey.purpose is ENCRYPT_DECRYPT.

Link copied to clipboard
enum CryptoKeyVersionTemplateProtectionLevel : Enum<CryptoKeyVersionTemplateProtectionLevel> , ConvertibleToJava<CryptoKeyVersionTemplateProtectionLevel>

ProtectionLevel to use when creating a CryptoKeyVersion based on this template. Immutable. Defaults to SOFTWARE.

Link copied to clipboard
enum EkmConnectionKeyManagementMode : Enum<EkmConnectionKeyManagementMode> , ConvertibleToJava<EkmConnectionKeyManagementMode>

Optional. Describes who can perform control plane operations on the EKM. If unset, this defaults to MANUAL.

Link copied to clipboard
enum ImportJobImportMethod : Enum<ImportJobImportMethod> , ConvertibleToJava<ImportJobImportMethod>

Required. Immutable. The wrapping method to be used for incoming key material.

Link copied to clipboard
enum ImportJobProtectionLevel : Enum<ImportJobProtectionLevel> , ConvertibleToJava<ImportJobProtectionLevel>

Required. Immutable. The protection level of the ImportJob. This must match the protection_level of the version_template on the CryptoKey you attempt to import into.