[[["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 Apps Events Subscriptions V1 Client - Class State (0.3.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.3.1 (latest)](/php/docs/reference/apps-events-subscriptions/latest/V1.Subscription.State)\n- [0.3.0](/php/docs/reference/apps-events-subscriptions/0.3.0/V1.Subscription.State)\n- [0.2.1](/php/docs/reference/apps-events-subscriptions/0.2.1/V1.Subscription.State)\n- [0.1.6](/php/docs/reference/apps-events-subscriptions/0.1.6/V1.Subscription.State) \nReference documentation and code samples for the Google Apps Events Subscriptions V1 Client class State.\n\nPossible states for the subscription.\n\nProtobuf type `google.apps.events.subscriptions.v1.Subscription.State`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Events \\\\ Subscriptions \\\\ V1 \\\\ Subscription\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nDefault value. This value is unused.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### ACTIVE\n\n Value: 1\n\nThe subscription is active and can receive and deliver events to its\nnotification endpoint.\n\nGenerated from protobuf enum `ACTIVE = 1;`\n\n### SUSPENDED\n\n Value: 2\n\nThe subscription is unable to receive events due to an error.\n\nTo identify the error, see the\n[`suspension_reason`](/php/docs/reference/apps-events-subscriptions/latest/V1.Subscription#_Google_Apps_Events_Subscriptions_V1_Subscription__getSuspensionReason__)\nfield.\n\nGenerated from protobuf enum `SUSPENDED = 2;`\n\n### DELETED\n\n Value: 3\n\nThe subscription is deleted.\n\nGenerated from protobuf enum `DELETED = 3;`"]]