Enum BigQueryConfig.State (1.126.6)

public enum BigQueryConfig.State extends Enum<BigQueryConfig.State> implements ProtocolMessageEnum

Possible states for a BigQuery subscription.

Protobuf enum google.pubsub.v1.BigQueryConfig.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The subscription can actively send messages to BigQuery

ACTIVE = 1;

ACTIVE_VALUE

The subscription can actively send messages to BigQuery

ACTIVE = 1;

IN_TRANSIT_LOCATION_RESTRICTION

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

IN_TRANSIT_LOCATION_RESTRICTION = 5;

IN_TRANSIT_LOCATION_RESTRICTION_VALUE

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

IN_TRANSIT_LOCATION_RESTRICTION = 5;

NOT_FOUND

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

NOT_FOUND = 3;

NOT_FOUND_VALUE

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

NOT_FOUND = 3;

PERMISSION_DENIED

Cannot write to the BigQuery table because of permission denied errors. This can happen if

PERMISSION_DENIED = 2;

PERMISSION_DENIED_VALUE

Cannot write to the BigQuery table because of permission denied errors. This can happen if

PERMISSION_DENIED = 2;

SCHEMA_MISMATCH

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

SCHEMA_MISMATCH = 4;

SCHEMA_MISMATCH_VALUE

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

SCHEMA_MISMATCH = 4;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()