You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This shows java code implementing a sample client by making use of BQ's RESTful API.
20
+
- This uses BigQuery's RESTful API directly. Not recommended.
15
21
- src
16
-
- This client was generated by running the veneer on the BQ protobuf definition. It demonstrates how you can build client libraries against our apiary service even if an official client library does not exist.
22
+
- This uses [Google API Client Libraries](https://developers.google.com/api-client-library/java/). Not recommended.
17
23
18
24
## Quickstart
19
25
@@ -34,11 +40,6 @@ You can then run a given `ClassName` via:
0 commit comments