Packages

object BigQueryEndpoints extends BigQueryEndpoints

Endpoints for the BigQuery REST API

Source
BigQueryEndpoints.scala
See also

BigQuery reference

Linear Supertypes
BigQueryEndpoints, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigQueryEndpoints
  2. BigQueryEndpoints
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def dataset(projectId: String, datasetId: String): Uri
    Definition Classes
    BigQueryEndpoints
  2. final def datasets(projectId: String): Uri
    Definition Classes
    BigQueryEndpoints
  3. final val endpoint: Uri
    Definition Classes
    BigQueryEndpoints
  4. final def job(projectId: String, jobId: String): Uri
    Definition Classes
    BigQueryEndpoints
  5. final def jobCancel(projectId: String, jobId: String): Uri
    Definition Classes
    BigQueryEndpoints
  6. final def jobs(projectId: String): Uri
    Definition Classes
    BigQueryEndpoints
  7. final def project(projectId: String): Uri
    Definition Classes
    BigQueryEndpoints
  8. final def projects: Uri
    Definition Classes
    BigQueryEndpoints
  9. final def queries(projectId: String): Uri
    Definition Classes
    BigQueryEndpoints
  10. final def query(projectId: String, jobId: String): Uri
    Definition Classes
    BigQueryEndpoints
  11. final def table(projectId: String, datasetId: String, tableId: String): Uri
    Definition Classes
    BigQueryEndpoints
  12. final def tableData(projectId: String, datasetId: String, tableId: String): Uri
    Definition Classes
    BigQueryEndpoints
  13. final def tableDataInsertAll(projectId: String, datasetId: String, tableId: String): Uri
    Definition Classes
    BigQueryEndpoints
  14. final def tables(projectId: String, datasetId: String): Uri
    Definition Classes
    BigQueryEndpoints