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 receive messages

The subscription can actively receive messages

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

The subscription cannot receive messages because of an error with the resource to which it pushes messages. See the more detailed error state in the corresponding configuration.

The subscription cannot receive messages because of an error with the resource to which it pushes messages. See the more detailed error state in the corresponding configuration.

sealed
trait Recognized extends State
@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]