Generated from protobuf enumSTATE_UNSPECIFIED = 0;
PENDING
Value: 1
The PENDING state indicates that a Channel has been created successfully
and there is a new activation token available for the subscriber to use
to convey the Channel to the provider in order to create a Connection.
Generated from protobuf enumPENDING = 1;
ACTIVE
Value: 2
The ACTIVE state indicates that a Channel has been successfully
connected with the event provider.
An ACTIVE Channel is ready to receive and route events from the
event provider.
Generated from protobuf enumACTIVE = 2;
INACTIVE
Value: 3
The INACTIVE state indicates that the Channel cannot receive events
permanently. There are two possible cases this state can happen:
The SaaS provider disconnected from this Channel.
The Channel activation token has expired but the SaaS provider
wasn't connected.
To re-establish a Connection with a provider, the subscriber
should create a new Channel and give it to the provider.
[[["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 Cloud Eventarc V1 Client - Class State (2.1.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.5 (latest)](/php/docs/reference/cloud-eventarc/latest/V1.Channel.State)\n- [2.1.4](/php/docs/reference/cloud-eventarc/2.1.4/V1.Channel.State)\n- [2.0.1](/php/docs/reference/cloud-eventarc/2.0.1/V1.Channel.State)\n- [1.3.5](/php/docs/reference/cloud-eventarc/1.3.5/V1.Channel.State)\n- [1.2.2](/php/docs/reference/cloud-eventarc/1.2.2/V1.Channel.State)\n- [1.1.1](/php/docs/reference/cloud-eventarc/1.1.1/V1.Channel.State)\n- [1.0.5](/php/docs/reference/cloud-eventarc/1.0.5/V1.Channel.State) \nReference documentation and code samples for the Google Cloud Eventarc V1 Client class State.\n\nState lists all the possible states of a Channel\n\nProtobuf type `google.cloud.eventarc.v1.Channel.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Eventarc \\\\ V1 \\\\ Channel\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### PENDING\n\n Value: 1\n\nThe PENDING state indicates that a Channel has been created successfully\nand there is a new activation token available for the subscriber to use\nto convey the Channel to the provider in order to create a Connection.\n\nGenerated from protobuf enum `PENDING = 1;`\n\n### ACTIVE\n\n Value: 2\n\nThe ACTIVE state indicates that a Channel has been successfully\nconnected with the event provider.\n\nAn ACTIVE Channel is ready to receive and route events from the\nevent provider.\n\nGenerated from protobuf enum `ACTIVE = 2;`\n\n### INACTIVE\n\n Value: 3\n\nThe INACTIVE state indicates that the Channel cannot receive events\npermanently. There are two possible cases this state can happen:\n\n1. The SaaS provider disconnected from this Channel.\n\n2. The Channel activation token has expired but the SaaS provider\n wasn't connected.\n To re-establish a Connection with a provider, the subscriber\n should create a new Channel and give it to the provider.\n\nGenerated from protobuf enum `INACTIVE = 3;`"]]