networkConfig property

  1. @TagNumber(3)
NetworkConfig 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(3)
void networkConfig=(NetworkConfig v)

Implementation

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