pscConfig property
Configuration used for Private Service Connect connections. Used when Infrastructure is PSC.
Implementation
@$pb.TagNumber(9)
ServiceConnectionPolicy_PscConfig get pscConfig => $_getN(8);
Implementation
@$pb.TagNumber(9)
set pscConfig(ServiceConnectionPolicy_PscConfig v) {
setField(9, v);
}