networkConfig property

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

Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.

Implementation

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

Implementation

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