Enum GcpWrappedKeyInfo.KeyType (0.1.0)

public enum GcpWrappedKeyInfo.KeyType extends Enum<GcpWrappedKeyInfo.KeyType> implements ProtocolMessageEnum

The type of algorithm used to encrypt the data.

Protobuf enum google.ads.datamanager.v1.GcpWrappedKeyInfo.KeyType

Implements

ProtocolMessageEnum

Static Fields

Name Description
KEY_TYPE_UNSPECIFIED

Unspecified key type. Should never be used.

KEY_TYPE_UNSPECIFIED = 0;

KEY_TYPE_UNSPECIFIED_VALUE

Unspecified key type. Should never be used.

KEY_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
XCHACHA20_POLY1305

Algorithm XChaCha20-Poly1305

XCHACHA20_POLY1305 = 1;

XCHACHA20_POLY1305_VALUE

Algorithm XChaCha20-Poly1305

XCHACHA20_POLY1305 = 1;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()