Struct gcp_bigquery_client::Client[][src]

pub struct Client { /* fields omitted */ }
Expand description

An asynchronous BigQuery client.

Implementations

Constructs a new BigQuery client.

Argument
  • sa_key_file - A GCP Service Account Key file.

Constructs a new BigQuery client from a ServiceAccountKey.

Argument
  • sa_key - A GCP Service Account Key yup-oauth2 object.
  • readonly - A boolean setting whether the acquired token scope should be readonly.

Returns a dataset API handler.

Returns a table API handler.

Returns a job API handler.

Returns a table data API handler.

Returns a routine API handler.

Returns a model API handler.

Returns a project API handler.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.