public interface EncryptionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKmsKey()
The fully qualified customer provided Cloud KMS key name to use for
customer data encryption, in the following form:
`projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}`.
|
com.google.protobuf.ByteString |
getKmsKeyBytes()
The fully qualified customer provided Cloud KMS key name to use for
customer data encryption, in the following form:
`projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKmsKey()
The fully qualified customer provided Cloud KMS key name to use for
customer data encryption, in the following form:
`projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}`.
string kms_key = 1;com.google.protobuf.ByteString getKmsKeyBytes()
The fully qualified customer provided Cloud KMS key name to use for
customer data encryption, in the following form:
`projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}`.
string kms_key = 1;Copyright © 2024 Google LLC. All rights reserved.