resourceState property

  1. @TagNumber(3)
FeatureResourceState resourceState

Output only. State of the Feature resource itself.

Implementation

@$pb.TagNumber(3)
FeatureResourceState get resourceState => $_getN(2);
  1. @TagNumber(3)
void resourceState=(FeatureResourceState v)

Implementation

@$pb.TagNumber(3)
set resourceState(FeatureResourceState v) { setField(3, v); }