public interface CryptoKeyConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyReference()
The name of the key which is used to encrypt/decrypt customer data.
|
com.google.protobuf.ByteString |
getKeyReferenceBytes()
The name of the key which is used to encrypt/decrypt customer data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKeyReference()
The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
string key_reference = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getKeyReferenceBytes()
The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
string key_reference = 1 [(.google.api.resource_reference) = { ... }Copyright © 2023 Google LLC. All rights reserved.