public interface KmsWrappedCryptoKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCryptoKeyName()
Required.
|
com.google.protobuf.ByteString |
getCryptoKeyNameBytes()
Required.
|
com.google.protobuf.ByteString |
getWrappedKey()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getWrappedKey()
Required. The wrapped data crypto key.
bytes wrapped_key = 1 [(.google.api.field_behavior) = REQUIRED];String getCryptoKeyName()
Required. The resource name of the KMS CryptoKey to use for unwrapping.
string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getCryptoKeyNameBytes()
Required. The resource name of the KMS CryptoKey to use for unwrapping.
string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2022 Google LLC. All rights reserved.