o
akka.stream.alpakka.googlecloud.bigquery.model
TableFieldSchemaType
Companion class TableFieldSchemaType
object TableFieldSchemaType extends Serializable
- Source
- TableJsonProtocol.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TableFieldSchemaType
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val BigNumeric: TableFieldSchemaType
- val Boolean: TableFieldSchemaType
- val Bytes: TableFieldSchemaType
- val Date: TableFieldSchemaType
- val DateTime: TableFieldSchemaType
- val Float: TableFieldSchemaType
- val Geography: TableFieldSchemaType
- val Integer: TableFieldSchemaType
- val Numeric: TableFieldSchemaType
- val Record: TableFieldSchemaType
- val String: TableFieldSchemaType
- val Time: TableFieldSchemaType
- val Timestamp: TableFieldSchemaType
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bigNumeric: TableFieldSchemaType
- def bool: TableFieldSchemaType
- def bytes: TableFieldSchemaType
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def create(value: String): TableFieldSchemaType
Java API
- def date: TableFieldSchemaType
- def dateTime: TableFieldSchemaType
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def float64: TableFieldSchemaType
- implicit val format: JsonFormat[TableFieldSchemaType]
- def geography: TableFieldSchemaType
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def integer: TableFieldSchemaType
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def numeric: TableFieldSchemaType
- def record: TableFieldSchemaType
- def string: TableFieldSchemaType
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def time: TableFieldSchemaType
- def timestamp: TableFieldSchemaType
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()