Enum CryptoKeyVersion.CryptoKeyVersionView (2.44.0)

public enum CryptoKeyVersion.CryptoKeyVersionView extends Enum<CryptoKeyVersion.CryptoKeyVersionView> implements ProtocolMessageEnum

A view for CryptoKeyVersions. Controls the level of detail returned for CryptoKeyVersions in KeyManagementService.ListCryptoKeyVersions and KeyManagementService.ListCryptoKeys.

Protobuf enum google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CRYPTO_KEY_VERSION_VIEW_UNSPECIFIED

Default view for each CryptoKeyVersion. Does not include the attestation field.

CRYPTO_KEY_VERSION_VIEW_UNSPECIFIED = 0;

CRYPTO_KEY_VERSION_VIEW_UNSPECIFIED_VALUE

Default view for each CryptoKeyVersion. Does not include the attestation field.

CRYPTO_KEY_VERSION_VIEW_UNSPECIFIED = 0;

FULL

Provides all fields in each CryptoKeyVersion, including the attestation.

FULL = 1;

FULL_VALUE

Provides all fields in each CryptoKeyVersion, including the attestation.

FULL = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()