Type

com.google.cloud.bigquery.storage.v1.table.TableFieldSchema.Type
See theType companion object
sealed abstract class Type(val value: Int) extends GeneratedEnum

Attributes

Companion
object
Source
TableFieldSchema.scala
Graph
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object BIGNUMERIC.type
object BOOL.type
object BYTES.type
object DATE.type
object DATETIME.type
object DOUBLE.type
object GEOGRAPHY.type
object INT64.type
object INTERVAL.type
object JSON.type
object NUMERIC.type
trait Recognized
object STRING.type
object STRUCT.type
object TIME.type
object TIMESTAMP.type
object TYPE_UNSPECIFIED.type
class Unrecognized
Show all

Members list

Type members

Types

type EnumType = Type

Attributes

Source
TableFieldSchema.scala

Value members

Concrete methods

final def asRecognized: Option[Recognized]

Attributes

Source
TableFieldSchema.scala
def companion: GeneratedEnumCompanion[Type]

Attributes

Source
TableFieldSchema.scala
def isBignumeric: Boolean

Attributes

Source
TableFieldSchema.scala
def isBool: Boolean

Attributes

Source
TableFieldSchema.scala
def isBytes: Boolean

Attributes

Source
TableFieldSchema.scala
def isDate: Boolean

Attributes

Source
TableFieldSchema.scala
def isDatetime: Boolean

Attributes

Source
TableFieldSchema.scala
def isDouble: Boolean

Attributes

Source
TableFieldSchema.scala
def isGeography: Boolean

Attributes

Source
TableFieldSchema.scala
def isInt64: Boolean

Attributes

Source
TableFieldSchema.scala
def isInterval: Boolean

Attributes

Source
TableFieldSchema.scala
def isJson: Boolean

Attributes

Source
TableFieldSchema.scala
def isNumeric: Boolean

Attributes

Source
TableFieldSchema.scala
def isString: Boolean

Attributes

Source
TableFieldSchema.scala
def isStruct: Boolean

Attributes

Source
TableFieldSchema.scala
def isTime: Boolean

Attributes

Source
TableFieldSchema.scala
def isTimestamp: Boolean

Attributes

Source
TableFieldSchema.scala
def isTypeUnspecified: Boolean

Attributes

Source
TableFieldSchema.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def index: Int

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def isUnrecognized: Boolean

Attributes

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

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def name: String

Attributes

Inherited from:
GeneratedEnum
Source
GeneratedMessageCompanion.scala
def productArity: Int

Attributes

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

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

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
TableFieldSchema.scala