state property

String? state
getter/setter pair

The state of the subscription.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "WORKING" : Subscription is active and working.
  • "FAILING" : Subscription is failing. Notifications cannot be published for some reason.
  • "DELETED" : Subscription has been deleted and is pending purge. Notifications are not sent for deleted subscriptions. Deleted subscriptions are purged after their purge_time has passed.

Implementation

core.String? state;