Enum BigQueryConfig.Types.State (3.2.0)

public enum State

Possible states for a BigQuery subscription.

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Fields

NameDescription
Active

The subscription can actively send messages to BigQuery

NotFound

Cannot write to the BigQuery table because it does not exist.

PermissionDenied

Cannot write to the BigQuery table because of permission denied errors.

SchemaMismatch

Cannot write to the BigQuery table due to a schema mismatch.

Unspecified

Default value. This value is unused.