state property
State of the PSC Connection
Implementation
@$pb.TagNumber(1)
ServiceConnectionPolicy_State get state => $_getN(0);
Implementation
@$pb.TagNumber(1)
set state(ServiceConnectionPolicy_State v) {
setField(1, v);
}
State of the PSC Connection
@$pb.TagNumber(1)
ServiceConnectionPolicy_State get state => $_getN(0);
@$pb.TagNumber(1)
set state(ServiceConnectionPolicy_State v) {
setField(1, v);
}