Module: Google::Apps::Events::Subscriptions::V1::Subscription::State
- Defined in:
- proto_docs/google/apps/events/subscriptions/v1/subscription_resource.rb
Overview
Possible states for the subscription.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value. This value is unused.
0
- ACTIVE =
The subscription is active and can receive and deliver events to its notification endpoint.
1
- SUSPENDED =
The subscription is unable to receive events due to an error. To identify the error, see the
suspension_reason
field. 2
- DELETED =
The subscription is deleted.
3