state property
The state of the PSC connection.
Implementation
@$pb.TagNumber(2)
ServiceConnectionMap_ConsumerPscConnection_State get state => $_getN(1);
Implementation
@$pb.TagNumber(2)
set state(ServiceConnectionMap_ConsumerPscConnection_State v) {
setField(2, v);
}