final case class Table extends Product with Serializable

Table resource model

Source
TableJsonProtocol.scala
See also

BigQuery reference

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

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( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val numRows: Option[Long]
  20. val schema: Option[TableSchema]
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. val tableReference: TableReference
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def withLabels(labels: Optional[Map[String, String]]): Table
  27. def withLabels(labels: Option[Map[String, String]]): Table
  28. def withLocation(location: Optional[String]): Table
  29. def withLocation(location: Option[String]): Table
  30. def withNumRows(numRows: OptionalLong): Table
  31. def withNumRows(numRows: Option[Long]): Table
  32. def withSchema(schema: Optional[TableSchema]): Table
  33. def withSchema(schema: Option[TableSchema]): Table
  34. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped