state property

String? state
getter/setter pair

The state of the import data file.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value.
  • "CREATING" : The data file is being created.
  • "ACTIVE" : The data file completed initialization.

Implementation

core.String? state;