File tree Expand file tree Collapse file tree 4 files changed +55
-0
lines changed Expand file tree Collapse file tree 4 files changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ GCloud Java Core: Common functionality for GCloud Java services.
2
+
3
+ This module provides common functionality required by service-specific modules of this library.
4
+ This library is in a early stage of its development and may occasionally make backwards-incompatible changes,
5
+ but it is already usable.
6
+
7
+ * Links
8
+
9
+ * {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-core}GitHub repository}}
10
+
11
+ * {{{./apidocs/index.html?com/google/gcloud/package-summary.html}Javadocs}}
12
+
Original file line number Diff line number Diff line change
1
+ GCloud Java Datastore: Idiomatic Java Client for Google Cloud Datastore.
2
+
3
+ This is a Java Client for accessing Google Cloud Datastore.
4
+ This library is in a early stage of its development and may occasionally make backwards-incompatible changes,
5
+ but it is already usable.
6
+
7
+ * Features
8
+
9
+ * {{{https://cloud.google.com/datastore/}Google Cloud Datastore}}
10
+
11
+ * Links
12
+
13
+ * {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-datastore}GitHub repository}}
14
+
15
+ * {{{./apidocs/index.html?com/google/gcloud/datastore/package-summary.html}Javadocs}}
16
+
Original file line number Diff line number Diff line change
1
+ GCloud Java Examples: Examples using GCloud Java services
2
+
3
+ This library is in a early stage of its development and may occasionally make backwards-incompatible changes,
4
+ but it is already usable.
5
+
6
+ * Links
7
+
8
+ * {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-examples}GitHub repository}}
9
+
10
+ * {{{./apidocs/index.html?com/google/gcloud/examples/package-summary.html}Javadocs}}
11
+
Original file line number Diff line number Diff line change
1
+ GCloud Java Storage: Idiomatic Java Client for Google Cloud Storage.
2
+
3
+ This is a Java Client for accessing Google Cloud Storage.
4
+ This library is in a early stage of its development and may occasionally make backwards-incompatible changes,
5
+ but it is already usable.
6
+
7
+ * Features
8
+
9
+ * {{{https://cloud.google.com/storage/}Google Cloud Storage}}
10
+
11
+ * Links
12
+
13
+ * {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-storage}GitHub repository}}
14
+
15
+ * {{{./apidocs/index.html?com/google/gcloud/storage/package-summary.html}Javadocs}}
16
+
You can’t perform that action at this time.
0 commit comments