# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
NewConfig returns bigquery config struct.
NewProvider returns bigquery provider.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ResourceTypeDataset is the resource type name for BigQuery dataset.
ResourceTypeTable is the resource type name for BigQuery table.
# Variables
BigQueryAuditMetadataMethods are listed from this documentations: https://cloud.google.com/bigquery/docs/reference/auditlogs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrInvalidCredentials is the error value for invalid credentials.
ErrInvalidCredentialsType is the error value if the credentials value can't be casted into the bigquery.Credentials type.
No description provided by the author
ErrInvalidPermissionConfig is the error value for invalid permission config.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrUnableToDecryptNilCredentials is the error value if the to be decrypted credentials is nil.
ErrUnableToEncryptNilCredentials is the error value if the to be encrypted credentials is nil.
# Structs
No description provided by the author
Config for bigquery provider.
Credentials is the authentication configuration used by the bigquery client.
Dataset is a reference to a BigQuery dataset.
No description provided by the author
Provider for bigquery.
Table is a reference to a BigQuery table.
# Interfaces
go:generate mockery --name=BigQueryClient --exported --with-expecter.
# Type aliases
BigQueryResourceName is a string representation of bigquery resource's Relative Resource Name.
Permission is for mapping role into bigquery permissions.