googleapis / googleapis/google-cloud-java

How to parse BigQuery Audit Log in Java

オープン
#12,180 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
api: bigquery priority: p3 type: feature request
主要言語
Java
スター
2.1k
フォーク
1.2k
平均マージ
1日 23時間
マージ済み PR(30日)
154

説明

Hi, I’m using:

```
JsonFormat.printer()
.usingTypeRegistry(TYPE_REGISTRY)
.print(logEntry.getProtoPayload());
```

But I get the following exception:
`Cannot find type for url: type.googleapis.com/google.cloud.bigquery.logging.v1.AuditData
`

I wasn’t able to find any Maven/Gradle dependency that provides
google.cloud.bigquery.logging.v1.AuditData so I can register it in the TypeRegistry.

Is there an official Java artifact for this type, or a recommended way to handle it?

This seems related to a previously reported issue in the .NET client:
https://github.com/googleapis/google-cloud-dotnet/issues/8963

In that case, support was added by publishing the required BigQuery logging proto types.
However, I couldn’t find an equivalent solution or dependency for Java.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。