state property

  1. @TagNumber.new(10)
AppConnection_State get state

Output only. The current state of the AppConnection.

Implementation

@$pb.TagNumber(10)
AppConnection_State get state => $_getN(9);
  1. @TagNumber.new(10)
set state (AppConnection_State v)

Implementation

@$pb.TagNumber(10)
set state(AppConnection_State v) {
  setField(10, v);
}