State

object State extends GeneratedEnumCompanion[State]
Companion
class
trait Sum
trait Mirror
trait GeneratedEnumCompanion[State]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

@SerialVersionUID(0L)
case
object ACTIVE extends State with Recognized

The subscription can actively send messages to BigQuery

The subscription can actively send messages to BigQuery

@SerialVersionUID(0L)
case
object NOT_FOUND extends State with Recognized

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

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

@SerialVersionUID(0L)
case
object PERMISSION_DENIED extends State with Recognized

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

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

sealed
trait Recognized extends State
@SerialVersionUID(0L)
case
object SCHEMA_MISMATCH extends State with Recognized

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

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

@SerialVersionUID(0L)
case
object STATE_UNSPECIFIED extends State with Recognized

Default value. This value is unused.

Default value. This value is unused.

@SerialVersionUID(0L)
final case
class Unrecognized(unrecognizedValue: Int) extends State with UnrecognizedEnum

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A
Inherited from
GeneratedEnumCompanion

Value members

Concrete methods

def fromJavaValue(pbJavaSource: State): State
def fromValue(`__value`: Int): State
def javaDescriptor: EnumDescriptor
def scalaDescriptor: EnumDescriptor
def toJavaValue(pbScalaSource: State): State

Inherited methods

def fromName(name: String): Option[State]
Inherited from
GeneratedEnumCompanion

Concrete fields

lazy
val values: Seq[State]

Implicits

Implicits

implicit
def enumCompanion: GeneratedEnumCompanion[State]