BigQueryClient

gcp4s.bigquery.BigQueryClient
final class BigQueryClient[F[_]](client: Client[F])(using F: Temporal[F]) extends Http4sClientDsl[F]

Attributes

Source
BigQueryClient.scala
Graph
Supertypes
trait Http4sClientDsl[F]
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

object datasets

Attributes

Source
BigQueryClient.scala
Supertypes
class Object
trait Matchable
class Any
Self type
datasets.type
object jobs

Attributes

Source
BigQueryClient.scala
Supertypes
class Object
trait Matchable
class Any
Self type
jobs.type
object projects

Attributes

Source
BigQueryClient.scala
Supertypes
class Object
trait Matchable
class Any
Self type
projects.type
object tableData

Attributes

Source
BigQueryClient.scala
Supertypes
class Object
trait Matchable
class Any
Self type
tableData.type
object tables

Attributes

Source
BigQueryClient.scala
Supertypes
class Object
trait Matchable
class Any
Self type
tables.type

Value members

Concrete fields

val endpoint: Uri

Attributes

Source
BigQueryClient.scala

Attributes

Source
BigQueryClient.scala

Implicits

Inherited implicits

Attributes

Inherited from:
Http4sClientDsl
Source
Http4sClientDsl.scala
implicit def http4sHeadersDecoder[T](implicit F: Applicative[F], decoder: EntityDecoder[F, T]): EntityDecoder[F, (Headers, T)]

Attributes

Inherited from:
Http4sClientDsl
Source
Http4sClientDsl.scala