Interface EncryptionConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EncryptionConfig, EncryptionConfig.Builder

    public interface EncryptionConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGcePdKmsKeyName()
      Optional.
      com.google.protobuf.ByteString getGcePdKmsKeyNameBytes()
      Optional.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getGcePdKmsKeyName

        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];
        Returns:
        The gcePdKmsKeyName.
      • getGcePdKmsKeyNameBytes

        com.google.protobuf.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];
        Returns:
        The bytes for gcePdKmsKeyName.