Google Workspace Events V1BETA API - Module Google::Apps::Events::Subscriptions::V1beta::Subscription::State (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Workspace Events V1BETA API module Google::Apps::Events::Subscriptions::V1beta::Subscription::State.
Possible states for the subscription.
Constants
STATE_UNSPECIFIED
value: 0 Default value. This value is unused.
ACTIVE
value: 1 The subscription is active and can receive and deliver events to its
notification endpoint.
SUSPENDED
value: 2 The subscription is unable to receive events due to an error.
To identify the error, see the
suspension_reason
field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Workspace Events V1BETA API - Module Google::Apps::Events::Subscriptions::V1beta::Subscription::State (v0.1.0)\n\nReference documentation and code samples for the Google Workspace Events V1BETA API module Google::Apps::Events::Subscriptions::V1beta::Subscription::State.\n\nPossible states for the subscription.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nDefault value. This value is unused.\n\n### ACTIVE\n\n**value:** 1 \nThe subscription is active and can receive and deliver events to its\nnotification endpoint.\n\n### SUSPENDED\n\n**value:** 2 \nThe subscription is unable to receive events due to an error.\nTo identify the error, see the\n[`suspension_reason`](/ruby/docs/reference/google-apps-events-subscriptions-v1beta/latest/Google-Apps-Events-Subscriptions-V1beta-Subscription#Google__Apps__Events__Subscriptions__V1beta__Subscription_suspension_reason_instance_ \"Google::Apps::Events::Subscriptions::V1beta::Subscription#suspension_reason (method)\")\nfield.\n\n### DELETED\n\n**value:** 3 \nThe subscription is deleted."]]