Module: Google::Cloud::Support::V2::SupportEventSubscription::State

Defined in:
proto_docs/google/cloud/support/v2/support_event_subscription.rb

Overview

The state of the subscription.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified state.

0
WORKING =

Subscription is active and working.

1
FAILING =

Subscription is failing. Notifications cannot be published for some reason.

2
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.

3