public enum BigQueryConfig.State extends Enum<BigQueryConfig.State> implements ProtocolMessageEnum
Possible states for a BigQuery subscription.
Protobuf enum google.pubsub.v1.BigQueryConfig.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTIVE | The subscription can actively send messages to BigQuery |
ACTIVE_VALUE | The subscription can actively send messages to BigQuery |
NOT_FOUND | Cannot write to the BigQuery table because it does not exist. |
NOT_FOUND_VALUE | Cannot write to the BigQuery table because it does not exist. |
PERMISSION_DENIED | Cannot write to the BigQuery table because of permission denied errors. This can happen if
|
PERMISSION_DENIED_VALUE | Cannot write to the BigQuery table because of permission denied errors. This can happen if
|
SCHEMA_MISMATCH | Cannot write to the BigQuery table due to a schema mismatch. |
SCHEMA_MISMATCH_VALUE | Cannot write to the BigQuery table due to a schema mismatch. |
STATE_UNSPECIFIED | Default value. This value is unused. |
STATE_UNSPECIFIED_VALUE | Default value. This value is unused. |
UNRECOGNIZED |
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() |