TablesClient

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

Attributes

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

Members list

Value members

Concrete methods

def delete(projectId: String, datasetId: String, tableId: String): F[Status]

Attributes

Source
TablesClient.scala
def get(projectId: String, datasetId: String, tableId: String): F[Option[Table]]

Attributes

Source
TablesClient.scala
def getIamPolicy(resource: String)(input: GetIamPolicyRequest): F[Option[Policy]]

Attributes

Source
TablesClient.scala
def insert(projectId: String, datasetId: String)(input: Table): F[Option[Table]]

Attributes

Source
TablesClient.scala
def list(projectId: String, datasetId: String): F[Option[TableList]]

Attributes

Source
TablesClient.scala
def patch(projectId: String, datasetId: String, tableId: String)(input: Table): F[Option[Table]]

Attributes

Source
TablesClient.scala
def setIamPolicy(resource: String)(input: SetIamPolicyRequest): F[Option[Policy]]

Attributes

Source
TablesClient.scala
def testIamPermissions(resource: String)(input: TestIamPermissionsRequest): F[Option[TestIamPermissionsResponse]]

Attributes

Source
TablesClient.scala
def update(projectId: String, datasetId: String, tableId: String)(input: Table): F[Option[Table]]

Attributes

Source
TablesClient.scala

Concrete fields

val baseUri: Uri

Attributes

Source
TablesClient.scala