Skip to content

Commit d43accc

Browse files
garrettjonesgooglemziccard
authored andcommitted
---
yaml --- r: 7313 b: refs/heads/tswast-patch-1 c: 980ba88 h: refs/heads/master i: 7311: 1065775
1 parent fafd56c commit d43accc

2 files changed

Lines changed: 60 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: e184b32aec7bb687430c02770ef2c669cc50d092
60+
refs/heads/tswast-patch-1: 980ba88901506784e12d1b8fe8c0d31b55288db7
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-pubsub/README.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,62 @@ Add this to your pom.xml file
2323
<version>0.0.10</version>
2424
</dependency>
2525
```
26+
27+
Example Application
28+
-------------------
29+
TODO
30+
31+
Authentication
32+
--------------
33+
34+
See the [Authentication](https://github.com/GoogleCloudPlatform/gcloud-java#authentication) section in the base directory's README.
35+
36+
About Google Cloud Pub/Sub
37+
--------------------------
38+
39+
[Google Cloud Pub/Sub][cloud-pubsub] is designed to provide reliable,
40+
many-to-many, asynchronous messaging between applications. Publisher
41+
applications can send messages to a ``topic`` and other applications can
42+
subscribe to that topic to receive the messages. By decoupling senders and
43+
receivers, Google Cloud Pub/Sub allows developers to communicate between
44+
independently written applications.
45+
46+
TODO: link to docs on activating Pub/Sub, high-level documentation on
47+
the API, and code snippet
48+
49+
Java Versions
50+
-------------
51+
52+
Java 7 or above is required for using this client.
53+
54+
Testing
55+
-------
56+
57+
TODO
58+
59+
Versioning
60+
----------
61+
62+
This library follows [Semantic Versioning] (http://semver.org/).
63+
64+
It is currently in major version zero (``0.y.z``), which means that anything
65+
may change at any time and the public API should not be considered
66+
stable.
67+
68+
Contributing
69+
------------
70+
71+
Contributions to this library are always welcome and highly encouraged.
72+
73+
See [CONTRIBUTING] for more information on how to get started.
74+
75+
License
76+
-------
77+
78+
Apache 2.0 - See [LICENSE] for more information.
79+
80+
81+
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md
82+
[LICENSE]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE
83+
84+
[cloud-pubsub]: https://cloud.google.com/storage/

0 commit comments

Comments
 (0)