Skip to content

Commit 8c71bf5

Browse files
cobookmanlesv
authored andcommitted
Information on the 3 api clients. (#569)
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.
1 parent d608000 commit 8c71bf5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bigquery/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Client Libraries.
77
For more information, read the [Getting Started with BigQuery and the Google Java API Client
88
library][1] codelab.
99

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.
17+
1018
## Quickstart
1119

1220
Install [Maven](http://maven.apache.org/).

0 commit comments

Comments
 (0)