state property

String? state
getter/setter pair

The processing state of the feed.

Output only. Possible string values are:

  • "FEED_PROCESSING_STATE_UNKNOWN" : The feed processing state is unknown.
  • "CANCELLED" : The feed processing state is cancelled.
  • "INGESTING_QUEUED" : The feed processing state is ingesting queued.
  • "INGESTING" : The feed processing state is ingesting.
  • "INGESTED_SUCCESS" : The feed processing state is ingested successfully.
  • "INGESTED_FAILURE" : The feed processing state is ingested with failure.
  • "REQUEST_TO_PUBLISH" : The feed processing state is request to publish.
  • "PUBLISHING" : The feed processing state is publishing.
  • "PUBLISHED_SUCCESS" : The feed processing state is published successfully.
  • "PUBLISHED_FAILURE" : The feed processing state is published with failure.

Implementation

core.String? state;