state property
Output only. The current state of the AppConnection.
Implementation
@$pb.TagNumber(10)
AppConnection_State get state => $_getN(9);
Implementation
@$pb.TagNumber(10)
set state(AppConnection_State v) {
setField(10, v);
}
Output only. The current state of the AppConnection.
@$pb.TagNumber(10)
AppConnection_State get state => $_getN(9);
@$pb.TagNumber(10)
set state(AppConnection_State v) {
setField(10, v);
}