JobsClient

googleapis.bigquery.JobsClient
class JobsClient[F[_]](client: Client[F])(implicit evidence$1: Concurrent[F])

Attributes

Source
JobsClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def cancel(projectId: String, jobId: String): F[Option[JobCancelResponse]]

Attributes

Source
JobsClient.scala
def delete(projectId: String, jobId: String): F[Status]

Attributes

Source
JobsClient.scala
def get(projectId: String, jobId: String): F[Option[Job]]

Attributes

Source
JobsClient.scala
def getQueryResults(projectId: String, jobId: String): F[Option[GetQueryResultsResponse]]

Attributes

Source
JobsClient.scala
def insert(projectId: String)(input: Job): F[Option[Job]]

Attributes

Source
JobsClient.scala
def list(projectId: String): F[Option[JobList]]

Attributes

Source
JobsClient.scala
def query(projectId: String)(input: QueryRequest): F[Option[QueryResponse]]

Attributes

Source
JobsClient.scala

Concrete fields

val baseUri: Uri

Attributes

Source
JobsClient.scala