public enum GcpWrappedKeyInfo.KeyType extends Enum<GcpWrappedKeyInfo.KeyType> implements ProtocolMessageEnumThe type of algorithm used to encrypt the data.
Protobuf enum google.ads.datamanager.v1.GcpWrappedKeyInfo.KeyType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
KEY_TYPE_UNSPECIFIED |
Unspecified key type. Should never be used. |
KEY_TYPE_UNSPECIFIED_VALUE |
Unspecified key type. Should never be used. |
UNRECOGNIZED |
|
XCHACHA20_POLY1305 |
Algorithm XChaCha20-Poly1305 |
XCHACHA20_POLY1305_VALUE |
Algorithm XChaCha20-Poly1305 |
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() |
|