cryptoKeyConfig property

  1. @TagNumber(28)
CryptoKeyConfig get cryptoKeyConfig

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);
  1. @TagNumber(28)
set cryptoKeyConfig (CryptoKeyConfig v)

Implementation

@$pb.TagNumber(28)
set cryptoKeyConfig(CryptoKeyConfig v) { setField(28, v); }