BigQuery Connection API audit logging

This document describes audit logging for BigQuery Connection API. Google Cloud servicesgenerate audit logs that record administrative and access activities within your Google Cloud resources.For more information about Cloud Audit Logs, see the following:

Service name

BigQuery Connection API audit logs use the service namebigqueryconnection.googleapis.com.Filter for this service:

protoPayload.serviceName="bigqueryconnection.googleapis.com"

Methods by permission type

Each IAM permission has atype property, whose value is an enumthat can be one of four values:ADMIN_READ,ADMIN_WRITE,DATA_READ, orDATA_WRITE. When you call a method,BigQuery Connection API generates an audit log whose category is dependent on thetype property of the permission required to perform the method.Methods that require an IAM permission with thetype property valueofDATA_READ,DATA_WRITE, orADMIN_READ generateData Access audit logs.Methods that require an IAM permission with thetype property valueofADMIN_WRITE generateAdmin Activity audit logs.

API methods in the following list that are marked with (LRO) are long-running operations (LROs).These methods usually generate two audit log entries: one when the operation starts andanother when it ends. For more information seeAudit logs for long-running operations.
Permission typeMethods
ADMIN_READgoogle.cloud.bigquery.connection.v1.ConnectionService.GetConnection
google.cloud.bigquery.connection.v1.ConnectionService.GetIamPolicy
google.cloud.bigquery.connection.v1.ConnectionService.ListConnections
google.cloud.bigquery.connection.v1.ConnectionService.SetIamPolicy
ADMIN_WRITEgoogle.cloud.bigquery.connection.v1.ConnectionService.CreateConnection
google.cloud.bigquery.connection.v1.ConnectionService.DeleteConnection
google.cloud.bigquery.connection.v1.ConnectionService.UpdateConnection

API interface audit logs

For information about how and which permissions are evaluated for each method,see the Identity and Access Management documentation for BigQuery Connection API.

google.cloud.bigquery.connection.v1.ConnectionService

The following audit logs are associated with methods belonging togoogle.cloud.bigquery.connection.v1.ConnectionService.

CreateConnection

  • Method:google.cloud.bigquery.connection.v1.ConnectionService.CreateConnection
  • Audit log type:Admin activity
  • Permissions:
    • bigquery.connections.create - ADMIN_WRITE
  • Method is a long-running or streaming operation:No.
  • Filter for this method: protoPayload.methodName="google.cloud.bigquery.connection.v1.ConnectionService.CreateConnection"

DeleteConnection

  • Method:google.cloud.bigquery.connection.v1.ConnectionService.DeleteConnection
  • Audit log type:Admin activity
  • Permissions:
    • bigquery.connections.delete - ADMIN_WRITE
  • Method is a long-running or streaming operation:No.
  • Filter for this method: protoPayload.methodName="google.cloud.bigquery.connection.v1.ConnectionService.DeleteConnection"

GetConnection

  • Method:google.cloud.bigquery.connection.v1.ConnectionService.GetConnection
  • Audit log type:Data access
  • Permissions:
    • bigquery.connections.get - ADMIN_READ
  • Method is a long-running or streaming operation:No.
  • Filter for this method: protoPayload.methodName="google.cloud.bigquery.connection.v1.ConnectionService.GetConnection"

GetIamPolicy

  • Method:google.cloud.bigquery.connection.v1.ConnectionService.GetIamPolicy
  • Audit log type:Data access
  • Permissions:
    • bigquery.connections.getIamPolicy - ADMIN_READ
  • Method is a long-running or streaming operation:No.
  • Filter for this method: protoPayload.methodName="google.cloud.bigquery.connection.v1.ConnectionService.GetIamPolicy"

ListConnections

  • Method:google.cloud.bigquery.connection.v1.ConnectionService.ListConnections
  • Audit log type:Data access
  • Permissions:
    • bigquery.connections.list - ADMIN_READ
  • Method is a long-running or streaming operation:No.
  • Filter for this method: protoPayload.methodName="google.cloud.bigquery.connection.v1.ConnectionService.ListConnections"

SetIamPolicy

  • Method:google.cloud.bigquery.connection.v1.ConnectionService.SetIamPolicy
  • Audit log type:Data access
  • Permissions:
    • bigquery.connections.setIamPolicy - ADMIN_READ
  • Method is a long-running or streaming operation:No.
  • Filter for this method: protoPayload.methodName="google.cloud.bigquery.connection.v1.ConnectionService.SetIamPolicy"

UpdateConnection

  • Method:google.cloud.bigquery.connection.v1.ConnectionService.UpdateConnection
  • Audit log type:Admin activity
  • Permissions:
    • bigquery.connections.update - ADMIN_WRITE
  • Method is a long-running or streaming operation:No.
  • Filter for this method: protoPayload.methodName="google.cloud.bigquery.connection.v1.ConnectionService.UpdateConnection"

Methods that don't produce audit logs

A method might not produce audit logs for one or more of the followingreasons:

  • It is a high volume method involving significant log generation and storage costs.
  • It has low auditing value.
  • Another audit or platform log already provides method coverage.

The following methods don't produce audit logs:

  • google.cloud.bigquery.connection.v1.ConnectionService.TestIamPermissions
  • google.cloud.bigquery.connection.v1beta1.ConnectionService.CreateConnection
  • google.cloud.bigquery.connection.v1beta1.ConnectionService.DeleteConnection
  • google.cloud.bigquery.connection.v1beta1.ConnectionService.GetConnection
  • google.cloud.bigquery.connection.v1beta1.ConnectionService.GetIamPolicy
  • google.cloud.bigquery.connection.v1beta1.ConnectionService.ListConnections
  • google.cloud.bigquery.connection.v1beta1.ConnectionService.SetIamPolicy
  • google.cloud.bigquery.connection.v1beta1.ConnectionService.TestIamPermissions
  • google.cloud.bigquery.connection.v1beta1.ConnectionService.UpdateConnection
  • google.cloud.bigquery.connection.v1beta1.ConnectionService.UpdateConnectionCredential

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-19 UTC.