status property

String? status
getter/setter pair

The status of the feed.

It is a read-only field that depends on the the feed ingestion status. The default value is INACTIVE, and it will be updated to ACTIVE once the feed is ingested successfully.

Output only. Possible string values are:

  • "STATUS_UNKNOWN" : The status is unknown.
  • "ACTIVE" : The feedstatus is active.
  • "INACTIVE" : The feed status is inactive.
  • "DELETED" : The feed status is deleted.

Implementation

core.String? status;