Cloud Pub/Sub v1 API - Enum CloudStorageConfig.Types.State (3.10.1)

public enum CloudStorageConfig.Types.State

Reference documentation and code samples for the Cloud Pub/Sub v1 API enum CloudStorageConfig.Types.State.

Possible states for a Cloud Storage subscription.

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Fields

NameDescription
Active

The subscription can actively send messages to Cloud Storage.

InTransitLocationRestriction

Cannot write to the destination because enforce_in_transit is set to true and the destination locations are not in the allowed regions.

NotFound

Cannot write to the Cloud Storage bucket because it does not exist.

PermissionDenied

Cannot write to the Cloud Storage bucket because of permission denied errors.

Unspecified

Default value. This value is unused.