Level

com.google.cloud.datastream.v1.datastream_resources.ValidationMessage$.Level$
See theLevel companion class
object Level extends GeneratedEnumCompanion[Level]

Attributes

Companion:
class
Source:
ValidationMessage.scala
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[Level]
trait Serializable
class Object
trait Matchable
class Any
Self type
Level.type

Members list

Concise view

Type members

Classlikes

case object ERROR extends Level with Recognized

Definitely cause issues with the Stream.

Definitely cause issues with the Stream.

Attributes

Source:
ValidationMessage.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Level
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
ERROR.type
case object LEVEL_UNSPECIFIED extends Level with Recognized

Unspecified level.

Unspecified level.

Attributes

Source:
ValidationMessage.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Level
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
sealed trait Recognized extends Level

Attributes

Source:
ValidationMessage.scala
Graph
Supertypes
class Level
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object ERROR.type
object LEVEL_UNSPECIFIED.type
object WARNING.type
final case class Unrecognized(unrecognizedValue: Int) extends Level with UnrecognizedEnum

Attributes

Source:
ValidationMessage.scala
Graph
Supertypes
trait UnrecognizedEnum
class Level
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object WARNING extends Level with Recognized

Potentially cause issues with the Stream.

Potentially cause issues with the Stream.

Attributes

Source:
ValidationMessage.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Level
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
WARNING.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedEnumCompanion
Source:
GeneratedMessageCompanion.scala

Value members

Concrete methods

def fromValue(`__value`: Int): Level

Attributes

Source:
ValidationMessage.scala
def javaDescriptor: EnumDescriptor

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source:
ValidationMessage.scala
def scalaDescriptor: EnumDescriptor

Attributes

Source:
ValidationMessage.scala

Inherited methods

def fromName(name: String): Option[A]

Attributes

Inherited from:
GeneratedEnumCompanion
Source:
GeneratedMessageCompanion.scala

Concrete fields

lazy val values: Seq[Level]

Attributes

Source:
ValidationMessage.scala

Implicits

Implicits

implicit def enumCompanion: GeneratedEnumCompanion[Level]

Attributes

Source:
ValidationMessage.scala