public interface EncryptionConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getGcePdKmsKeyName()
Optional.
|
ByteString |
getGcePdKmsKeyNameBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getGcePdKmsKeyName()
Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
string gce_pd_kms_key_name = 1 [(.google.api.field_behavior) = OPTIONAL];
ByteString getGcePdKmsKeyNameBytes()
Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
string gce_pd_kms_key_name = 1 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2022 Google LLC. All rights reserved.