SchemaView

com.google.pubsub.v1.schema.SchemaView
See theSchemaView companion object
sealed abstract class SchemaView(val value: Int) extends GeneratedEnum

View of Schema object fields to be returned by GetSchema and ListSchemas.

Attributes

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

Members list

Concise view

Type members

Types

Attributes

Source:
SchemaView.scala

Value members

Concrete methods

Attributes

Source:
SchemaView.scala
def companion: GeneratedEnumCompanion[SchemaView]

Attributes

Source:
SchemaView.scala

Attributes

Source:
SchemaView.scala

Attributes

Source:
SchemaView.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def index: Int

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala
def javaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def scalaValueDescriptor: EnumValueDescriptor

Attributes

Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
GeneratedEnum -> Any
Inherited from:
GeneratedEnum
Source:
GeneratedMessageCompanion.scala

Concrete fields

val value: Int

Attributes

Source:
SchemaView.scala