state property
Output only. The current state of the Instance.
Implementation
@$pb.TagNumber(4)
Instance_State get state => $_getN(3);
Implementation
@$pb.TagNumber(4)
set state(Instance_State v) { setField(4, v); }
Output only. The current state of the Instance.
@$pb.TagNumber(4)
Instance_State get state => $_getN(3);
@$pb.TagNumber(4)
set state(Instance_State v) { setField(4, v); }