StackDriver API を使用して BigQuery の使用状況を追跡することを計画しました。これを設定するための優れたチュートリアルがここにあります。ただし、ここでのクエリは非推奨の API の v1 を使用しており、利用可能なドキュメントも v1 用です。
BigQuery コンソールでは、v2 は次のフィールドのみを提供します。
logName
timestamp
severity
insertId
resource
resource.type
resource.labels
resource.labels.project_id
httpRequest
httpRequest.requestMethod
httpRequest.requestUrl
httpRequest.requestSize
httpRequest.status
httpRequest.responseSize
httpRequest.userAgent
httpRequest.remoteIp
httpRequest.serverIp
httpRequest.referer
httpRequest.cacheHit
httpRequest.cacheValidatedWithOriginServer
httpRequest.latency
httpRequest.cacheLookup
httpRequest.cacheFillBytes
operation
operation.id
operation.producer
operation.first
operation.last
protopayload_google_cloud_audit_auditlog
protopayload_google_cloud_audit_auditlog.serviceName
protopayload_google_cloud_audit_auditlog.methodName
protopayload_google_cloud_audit_auditlog.resourceName
protopayload_google_cloud_audit_auditlog.numResponseItems
protopayload_google_cloud_audit_auditlog.status
protopayload_google_cloud_audit_auditlog.status.code
protopayload_google_cloud_audit_auditlog.status.message
trace
sourceLocation
sourceLocation.file
sourceLocation.line
sourceLocation.function
サンプル v1 クエリで使用量を計算するために使用されていたtotalBilledBytesフィールドはなくなりました。API の v2 を使用して使用料金を照会するにはどうすればよいですか?