This library implements the google.cloud.bigquery_logging_v1 protobuf definitions, providing RPC bindings for the BigQuery Logging API. It is used to programmatically manage logging data for BigQuery audit logs. The current stable version is 1.9.0, and releases follow the googleapis-yoshi release cadence. Minimum Python version required is 3.9.
pip install google-cloud-bigquery-loggingNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiates the client and lists logs. Replace 'your-project' with a valid GCP project ID.
Install grpcio and ensure your environment provides gRPC support.
Use google-cloud-logging or bigquery audit log sinks for typical logging use cases.
Use pip install google-cloud-bigquery-logging (hyphen).
Use 'from google.cloud import bigquery_logging_v1' or 'from google.cloud.bigquery_logging_v1 import BigQueryLoggingServiceClient'.
The correct import is 'from google.cloud import bigquery_logging_v1' then use bigquery_logging_v1.BigQueryLoggingServiceClient.