networkConfig property

  1. @TagNumber.new(21)
NetworkConfig get networkConfig

The configuration specifying the network settings for the Dataproc Metastore service.

Implementation

@$pb.TagNumber(21)
NetworkConfig get networkConfig => $_getN(17);
  1. @TagNumber.new(21)
set networkConfig (NetworkConfig v)

Implementation

@$pb.TagNumber(21)
set networkConfig(NetworkConfig v) {
  setField(21, v);
}