Bird
0
0

Given this Cloud Logging filter:

medium📝 Predict Output Q4 of 15
GCP - Cloud IAM Advanced
Given this Cloud Logging filter:
resource.type="bigquery_resource" AND protoPayload.methodName="tables.get"
What does this filter show?
ALogs of query execution in BigQuery
BLogs of table creation events in BigQuery
CLogs of table metadata read operations in BigQuery
DLogs of dataset deletion in BigQuery
Step-by-Step Solution
Solution:
  1. Step 1: Understand methodName "tables.get"

    This method logs read access to table metadata.
  2. Step 2: Differentiate from other operations

    Table creation uses "tables.insert", query execution uses "jobs.query", deletion uses "datasets.delete".
  3. Final Answer:

    Logs of table metadata read operations in BigQuery -> Option C
  4. Quick Check:

    tables.get = table metadata reads [OK]
Quick Trick: "tables.get" logs table metadata reads [OK]
Common Mistakes:
  • Confusing get with insert or delete operations
  • Assuming it logs query executions

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes