Skip to content

Commit a502f5c

Browse files
Initial GAX submission - generated classes only
1 parent 9c9b985 commit a502f5c

File tree

89 files changed

+41034
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+41034
-0
lines changed

gcloud-java-gax/README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
Google Cloud Java Client
2+
==========================
3+
4+
Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
5+
6+
[![Build Status](https://travis-ci.org/GoogleCloudPlatform/gcloud-java.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/gcloud-java)
7+
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/gcloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/gcloud-java?branch=master)
8+
9+
- [Homepage] (https://googlecloudplatform.github.io/gcloud-java/)
10+
- [API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs)
11+
- [Examples] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/examples/package-summary.html)
12+
13+
This module provides common functionality and is required by the other service specific modules.
14+
15+
Quickstart
16+
----------
17+
Add this to your pom.xml file
18+
```xml
19+
<dependency>
20+
<groupId>com.google.gcloud</groupId>
21+
<artifactId>gcloud-java-gax</artifactId>
22+
<version>0.0.6</version>
23+
</dependency>
24+
```
25+
26+
Contributing
27+
------------
28+
29+
Contributions to this library are always welcome and highly encouraged.
30+
31+
See [CONTRIBUTING] for more information on how to get started.
32+
33+
Java Versions
34+
-------------
35+
36+
Java 7 or above is required for using this client.
37+
38+
Versioning
39+
----------
40+
41+
This library follows [Semantic Versioning] (http://semver.org/).
42+
43+
It is currently in major version zero (``0.y.z``), which means that anything
44+
may change at any time and the public API should not be considered
45+
stable.
46+
47+
License
48+
-------
49+
50+
Apache 2.0 - See [LICENSE] for more information.
51+
52+
53+
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md
54+
[LICENSE]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE
55+
[cloud-platform]: https://cloud.google.com/

gcloud-java-gax/generated/src/main/java/com/google/api/AnnotationsProto.java

Lines changed: 222 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)