final case class Table extends Product with Serializable

Table resource model

Source
TableJsonProtocol.scala
See also

BigQuery reference

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Table
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  8. def getLabels: Optional[Map[String, String]]
  9. def getLocation: Optional[String]
  10. def getNumRows: OptionalLong
  11. def getSchema: Optional[TableSchema]
  12. def getTableReference: TableReference
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val labels: Option[Map[String, String]]
  15. val location: Option[String]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. val numRows: Option[Long]
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. val schema: Option[TableSchema]
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. val tableReference: TableReference
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. def withLabels(labels: Optional[Map[String, String]]): Table
  28. def withLabels(labels: Option[Map[String, String]]): Table
  29. def withLocation(location: Optional[String]): Table
  30. def withLocation(location: Option[String]): Table
  31. def withNumRows(numRows: OptionalLong): Table
  32. def withNumRows(numRows: Option[Long]): Table
  33. def withSchema(schema: Optional[TableSchema]): Table
  34. def withSchema(schema: Option[TableSchema]): Table
  35. def withTableReference(tableReference: TableReference): Table

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped