Eventarc V1 API - Module Google::Cloud::Eventarc::V1::Channel::State (v2.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Eventarc V1 API module Google::Cloud::Eventarc::V1::Channel::State.
State lists all the possible states of a Channel
Constants
STATE_UNSPECIFIED
value: 0 Default value. This value is unused.
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.
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.
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 2026-04-03 UTC."],[],[]]