public interface KmsWrappedCryptoKeyOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCryptoKeyName()
The resource name of the KMS CryptoKey to use for unwrapping.
|
ByteString |
getCryptoKeyNameBytes()
The resource name of the KMS CryptoKey to use for unwrapping.
|
ByteString |
getWrappedKey()
The wrapped data crypto key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getWrappedKey()
The wrapped data crypto key. [required]
bytes wrapped_key = 1;
java.lang.String getCryptoKeyName()
The resource name of the KMS CryptoKey to use for unwrapping. [required]
string crypto_key_name = 2;
ByteString getCryptoKeyNameBytes()
The resource name of the KMS CryptoKey to use for unwrapping. [required]
string crypto_key_name = 2;