cryptoKeyConfig property
The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
Implementation
@$pb.TagNumber(28)
CryptoKeyConfig get cryptoKeyConfig => $_getN(26);
Implementation
@$pb.TagNumber(28)
set cryptoKeyConfig(CryptoKeyConfig v) { setField(28, v); }