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
Customer was confused around why there is 3 api clients. Can we remove the rest, src api clients from the repo? If not let's put an explanation as to how these 3 api clients differ, and recommend to always use the cloud-client if possible.
Copy file name to clipboardExpand all lines: bigquery/README.md
+8
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ Client Libraries.
7
7
For more information, read the [Getting Started with BigQuery and the Google Java API Client
8
8
library][1] codelab.
9
9
10
+
## API Libraries
11
+
- cloud-client (Preferred Option)
12
+
- This is Google Cloud's Official API Client, and the recommended way to interact with BQ
13
+
- rest
14
+
- This shows java code implementing a sample client by making use of BQ's RESTful API.
15
+
- 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.
0 commit comments