Enum Subscription.Types.State (2.10.0)

public enum State

Possible states for a subscription.

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Fields

NameDescription
Active

The subscription can actively receive messages

ResourceError

The subscription cannot receive messages because of an error with the resource to which it pushes messages. See the more detailed error state in the corresponding configuration.

Unspecified

Default value. This value is unused.