object State extends GeneratedEnumCompanion[State]
- Source
- BigQueryConfig.scala
- Alphabetic
- By Inheritance
- State
- GeneratedEnumCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait Recognized extends State
- final case class Unrecognized(unrecognizedValue: Int) extends State with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
- type ValueType = State
- Definition Classes
- GeneratedEnumCompanion
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def enumCompanion: GeneratedEnumCompanion[State]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromName(name: String): Option[State]
- Definition Classes
- GeneratedEnumCompanion
- def fromValue(__value: Int): State
- Definition Classes
- State → GeneratedEnumCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: EnumDescriptor
- Definition Classes
- State → GeneratedEnumCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def scalaDescriptor: EnumDescriptor
- Definition Classes
- State → GeneratedEnumCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val values: Seq[ValueType]
- Definition Classes
- State → GeneratedEnumCompanion
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- case object ACTIVE extends State with Recognized with Product with Serializable
The subscription can actively send messages to BigQuery
The subscription can actively send messages to BigQuery
- Annotations
- @SerialVersionUID()
- case object IN_TRANSIT_LOCATION_RESTRICTION extends State with Recognized with Product with Serializable
Cannot write to the destination because enforce_in_transit is set to true and the destination locations are not in the allowed regions.
Cannot write to the destination because enforce_in_transit is set to true and the destination locations are not in the allowed regions.
- Annotations
- @SerialVersionUID()
- case object NOT_FOUND extends State with Recognized with Product with Serializable
Cannot write to the BigQuery table because it does not exist.
Cannot write to the BigQuery table because it does not exist.
- Annotations
- @SerialVersionUID()
- case object PERMISSION_DENIED extends State with Recognized with Product with Serializable
Cannot write to the BigQuery table because of permission denied errors.
Cannot write to the BigQuery table because of permission denied errors. This can happen if - Pub/Sub SA has not been granted the [appropriate BigQuery IAM permissions](https://cloud.google.com/pubsub/docs/create-subscription#assign_bigquery_service_account) - bigquery.googleapis.com API is not enabled for the project ([instructions](https://cloud.google.com/service-usage/docs/enable-disable))
- Annotations
- @SerialVersionUID()
- case object SCHEMA_MISMATCH extends State with Recognized with Product with Serializable
Cannot write to the BigQuery table due to a schema mismatch.
Cannot write to the BigQuery table due to a schema mismatch.
- Annotations
- @SerialVersionUID()
- case object STATE_UNSPECIFIED extends State with Recognized with Product with Serializable
Default value.
Default value. This value is unused.
- Annotations
- @SerialVersionUID()