state property
Output only. Overall state of PSC Connections management for this consumer psc config.
Implementation
@$pb.TagNumber(4)
ServiceConnectionMap_ConsumerPscConfig_State get state => $_getN(3);
Implementation
@$pb.TagNumber(4)
set state(ServiceConnectionMap_ConsumerPscConfig_State v) {
setField(4, v);
}