state property

String? state
getter/setter pair

Potential issues with the underlying Pub/Sub subscription configuration.

Only populated on get requests. Possible string values are:

  • "STATE_UNSPECIFIED" : The subscription configuration has not been checked.
  • "OK" : The Pub/Sub subscription is properly configured.
  • "SUBSCRIPTION_DELETED" : The subscription has been deleted.
  • "TOPIC_DELETED" : The topic has been deleted.
  • "SUBSCRIPTION_MISCONFIGURED" : Some of the subscription's field are misconfigured.

Implementation

core.String? state;