state property

  1. @TagNumber(11)
ReplicationCycle_State state

State of the ReplicationCycle.

Implementation

@$pb.TagNumber(11)
ReplicationCycle_State get state => $_getN(6);
  1. @TagNumber(11)
void state=(ReplicationCycle_State v)

Implementation

@$pb.TagNumber(11)
set state(ReplicationCycle_State v) { setField(11, v); }