encryptionInfo property
Output only. The encryption information for the cluster.
Implementation
@$pb.TagNumber(20)
EncryptionInfo get encryptionInfo => $_getN(18);
Implementation
@$pb.TagNumber(20)
set encryptionInfo(EncryptionInfo v) {
setField(20, v);
}