-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #226 from ajkannan/module-specific-docs-links
Module-specific docs links
- Loading branch information
Showing
8 changed files
with
108 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
GCloud Java Core: Common functionality for GCloud Java services. | ||
|
||
This module provides common functionality required by service-specific modules of this library. | ||
This library is in a early stage of its development and may occasionally make backwards-incompatible changes, | ||
but it is already usable. | ||
|
||
* Links | ||
|
||
* {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-core}GitHub repository}} | ||
|
||
* {{{./apidocs/index.html?com/google/gcloud/package-summary.html}Javadocs}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
GCloud Java Datastore: Idiomatic Java Client for Google Cloud Datastore. | ||
|
||
This is a Java Client for accessing Google Cloud Datastore. | ||
This library is in a early stage of its development and may occasionally make backwards-incompatible changes, | ||
but it is already usable. | ||
|
||
* Features | ||
|
||
* {{{https://cloud.google.com/datastore/}Google Cloud Datastore}} | ||
|
||
* Links | ||
|
||
* {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-datastore}GitHub repository}} | ||
|
||
* {{{./apidocs/index.html?com/google/gcloud/datastore/package-summary.html}Javadocs}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
GCloud Java Examples: Examples using GCloud Java services | ||
|
||
This library is in a early stage of its development and may occasionally make backwards-incompatible changes, | ||
but it is already usable. | ||
|
||
* Links | ||
|
||
* {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-examples}GitHub repository}} | ||
|
||
* {{{./apidocs/index.html?com/google/gcloud/examples/package-summary.html}Javadocs}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
GCloud Java Storage: Idiomatic Java Client for Google Cloud Storage. | ||
|
||
This is a Java Client for accessing Google Cloud Storage. | ||
This library is in a early stage of its development and may occasionally make backwards-incompatible changes, | ||
but it is already usable. | ||
|
||
* Features | ||
|
||
* {{{https://cloud.google.com/storage/}Google Cloud Storage}} | ||
|
||
* Links | ||
|
||
* {{{https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-storage}GitHub repository}} | ||
|
||
* {{{./apidocs/index.html?com/google/gcloud/storage/package-summary.html}Javadocs}} | ||
|