SchemaView

com.google.pubsub.v1.schema.SchemaView
See theSchemaView companion class
object SchemaView extends GeneratedEnumCompanion[SchemaView]

Attributes

Companion
class
Source
SchemaView.scala
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[SchemaView]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
SchemaView.type

Members list

Type members

Classlikes

case object BASIC extends SchemaView, Recognized

Include the name and type of the schema, but not the definition.

Include the name and type of the schema, but not the definition.

Attributes

Source
SchemaView.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class SchemaView
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BASIC.type
case object FULL extends SchemaView, Recognized

Include all Schema object fields.

Include all Schema object fields.

Attributes

Source
SchemaView.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class SchemaView
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
FULL.type
sealed trait Recognized extends SchemaView

Attributes

Source
SchemaView.scala
Supertypes
class SchemaView
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object BASIC.type
object FULL.type

The default / unset value.

The default / unset value. The API will default to the BASIC view.

Attributes

Source
SchemaView.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class SchemaView
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class Unrecognized(unrecognizedValue: Int) extends SchemaView, UnrecognizedEnum

Attributes

Source
SchemaView.scala
Supertypes
trait UnrecognizedEnum
class SchemaView
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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): SchemaView

Attributes

Source
SchemaView.scala
def javaDescriptor: EnumDescriptor

Returns the Java descriptors for this enum.

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
SchemaView.scala
def scalaDescriptor: EnumDescriptor

Attributes

Source
SchemaView.scala

Inherited methods

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

Attributes

Inherited from:
GeneratedEnumCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

lazy val values: Seq[ValueType]

Attributes

Source
SchemaView.scala

Implicits

Implicits

implicit def enumCompanion: GeneratedEnumCompanion[SchemaView]

Attributes

Source
SchemaView.scala