Enum BigtableConfig.State (1.150.1)

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

Possible states for a Bigtable subscription. Note: more states could be added in the future. Please code accordingly.

Protobuf enum google.pubsub.v1.BigtableConfig.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The subscription can actively send messages to Bigtable.

ACTIVE = 1;

ACTIVE_VALUE

The subscription can actively send messages to Bigtable.

ACTIVE = 1;

APP_PROFILE_MISCONFIGURED

Cannot write to Bigtable because the app profile is not configured for single-cluster routing.

APP_PROFILE_MISCONFIGURED = 3;

APP_PROFILE_MISCONFIGURED_VALUE

Cannot write to Bigtable because the app profile is not configured for single-cluster routing.

APP_PROFILE_MISCONFIGURED = 3;

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 = 6;

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 = 6;

NOT_FOUND

Cannot write to Bigtable because the instance, table, or app profile does not exist.

NOT_FOUND = 2;

NOT_FOUND_VALUE

Cannot write to Bigtable because the instance, table, or app profile does not exist.

NOT_FOUND = 2;

PERMISSION_DENIED

Cannot write to Bigtable because of permission denied errors. This can happen if:

PERMISSION_DENIED = 4;

PERMISSION_DENIED_VALUE

Cannot write to Bigtable because of permission denied errors. This can happen if:

PERMISSION_DENIED = 4;

SCHEMA_MISMATCH

Cannot write to Bigtable because of a missing column family ("data") or if there is no structured row key for the subscription name + message ID.

SCHEMA_MISMATCH = 5;

SCHEMA_MISMATCH_VALUE

Cannot write to Bigtable because of a missing column family ("data") or if there is no structured row key for the subscription name + message ID.

SCHEMA_MISMATCH = 5;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
VERTEX_AI_LOCATION_RESTRICTION

Cannot write to Bigtable because the table is not in the same location as where Vertex AI models used in message_transforms are deployed.

VERTEX_AI_LOCATION_RESTRICTION = 7;

VERTEX_AI_LOCATION_RESTRICTION_VALUE

Cannot write to Bigtable because the table is not in the same location as where Vertex AI models used in message_transforms are deployed.

VERTEX_AI_LOCATION_RESTRICTION = 7;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()