state property

The state of the PSC connection.

Implementation

@$pb.TagNumber(2)
ServiceConnectionMap_ConsumerPscConnection_State get state => $_getN(1);
  1. @TagNumber.new(2)
set state (ServiceConnectionMap_ConsumerPscConnection_State v)

Implementation

@$pb.TagNumber(2)
set state(ServiceConnectionMap_ConsumerPscConnection_State v) {
  setField(2, v);
}