encryptionInfo property

  1. @TagNumber.new(20)
EncryptionInfo get encryptionInfo

Output only. The encryption information for the cluster.

Implementation

@$pb.TagNumber(20)
EncryptionInfo get encryptionInfo => $_getN(18);
  1. @TagNumber.new(20)
set encryptionInfo (EncryptionInfo v)

Implementation

@$pb.TagNumber(20)
set encryptionInfo(EncryptionInfo v) {
  setField(20, v);
}