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
Copy file name to clipboardExpand all lines: README.md
+44-49Lines changed: 44 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,7 @@
11
11
-[Links](#Links)
12
12
13
13
## Library maintenance
14
-
15
-
This client library is supported but in maintenance mode only. We are fixing necessary bugs and
16
-
adding essential features to ensure this library continues to meet your needs for accessing Google
17
-
APIs. Non-critical issues will be closed. Any issue may be reopened if it is causing ongoing problems.
18
-
19
-
If you're working with **Google Cloud Platform** APIs such as Datastore, Pub/Sub and many others,
14
+
These client libraries are official supported by Google. However, these libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features. If you're working with **Google Cloud Platform** APIs such as Datastore, Pub/Sub and many others,
20
15
consider using the [Cloud Client Libraries for Java](https://github.com/GoogleCloudPlatform/google-cloud-java)
21
16
instead. These are the new and idiomatic Java libraries targeted specifically at Google Cloud
22
17
Platform Services.
@@ -58,38 +53,38 @@ The Google APIs Client Library for Java is a flexible, efficient, and powerful J
58
53
for accessing any HTTP-based API on the web, not just Google APIs.
59
54
60
55
The library has the following features:
61
-
- A powerful [OAuth 2.0](https://developers.google.com/api-client-library/java/google-api-java-client/oauth2) library with a consistent interface.
56
+
- A powerful [OAuth 2.0](https://developers.google.com/api-client-library/java/google-api-java-client/oauth2) library with a consistent interface.
62
57
- Lightweight, efficient XML and JSON data models that support any data schema.
63
58
- Support for [protocol buffers](https://github.com/google/protobuf/).
64
-
- A set of [generated libraries for Google APIs](https://developers.google.com/api-client-library/java/apis/).
59
+
- A set of [generated libraries for Google APIs](https://developers.google.com/api-client-library/java/apis/).
65
60
66
61
### Accessing Google APIs
67
62
68
63
To use Google's Java client libraries to call any Google API, you need two libraries:
69
64
70
-
- The core Google APIs Client Library for Java (google-api-java-client), which is the generic
71
-
runtime library described here. This library provides functionality common to all APIs, for example
72
-
HTTP transport, error handling, authentication, JSON parsing, media download/upload, and batching.
73
-
- An auto-generated Java library for the API you are accessing, for example
74
-
the [generated Java library for the BigQuery API](https://github.com/google/google-api-java-client-samples/tree/master/bigquery-appengine-sample/src/main/java/com/google/api/client/sample/bigquery/appengine/dashboard).
75
-
These generated libraries include API-specific information such as the root URL, and classes that
76
-
represent entities in the context of the API. These classes are useful for making conversions
65
+
- The core Google APIs Client Library for Java (google-api-java-client), which is the generic
66
+
runtime library described here. This library provides functionality common to all APIs, for example
67
+
HTTP transport, error handling, authentication, JSON parsing, media download/upload, and batching.
68
+
- An auto-generated Java library for the API you are accessing, for example
69
+
the [generated Java library for the BigQuery API](https://github.com/google/google-api-java-client-samples/tree/master/bigquery-appengine-sample/src/main/java/com/google/api/client/sample/bigquery/appengine/dashboard).
70
+
These generated libraries include API-specific information such as the root URL, and classes that
71
+
represent entities in the context of the API. These classes are useful for making conversions
77
72
between JSON objects and Java objects.
78
73
79
-
To find the generated library for a Google API, visit [Google APIs Client Library for Java](https://developers.google.com/api-client-library/java/apis/).
80
-
The API-specific Java packages include both the core google-api-java-client and the client-specific
81
-
libraries.
74
+
To find the generated library for a Google API, visit [Google APIs Client Library for Java](https://developers.google.com/api-client-library/java/apis/).
75
+
The API-specific Java packages include both the core google-api-java-client and the client-specific
76
+
libraries.
82
77
83
78
If you are using the old GData library, you need to
0 commit comments