state property

  1. @TagNumber(3)
MetadataExport_State state

Output only. The current state of the export.

Implementation

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

Implementation

@$pb.TagNumber(3)
set state(MetadataExport_State v) { setField(3, v); }