public enum Channel.Types.State
Reference documentation and code samples for the Eventarc v1 API enum Channel.Types.State.
State lists all the possible states of a Channel
Namespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
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 |
The INACTIVE state indicates that the Channel cannot receive events permanently. There are two possible cases this state can happen:
To re-establish a Connection with a provider, the subscriber should create a new Channel and give it to the provider. |
Pending |
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. |
Unspecified |
Default value. This value is unused. |