encryptionConfig property

  1. @TagNumber(20)
EncryptionConfig get encryptionConfig

Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.

Implementation

@$pb.TagNumber(20)
EncryptionConfig get encryptionConfig => $_getN(16);
  1. @TagNumber(20)
set encryptionConfig (EncryptionConfig v)

Implementation

@$pb.TagNumber(20)
set encryptionConfig(EncryptionConfig v) { setField(20, v); }