forked from GoogleCloudPlatform/pubsub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Alpha Client Libraries, Redirect to google-cloud-java (GoogleC…
…loudPlatform#109) * Remove Alpha Client Libraries, Redirect to google-cloud-java * Removed client from .travis.yml * readme fix
- Loading branch information
Showing
29 changed files
with
6 additions
and
5,275 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
client-samples/src/main/java/com/google/cloud/pubsub/PublisherSamples.java
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
client-samples/src/main/java/com/google/cloud/pubsub/SubscriberSamples.java
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,12 +1,6 @@ | ||
### Introduction | ||
|
||
High Performance Cloud Pub/Sub Client libraries. | ||
|
||
(NOTE) This client includes only data plane operations, publishing and | ||
pulling messages, and it is based on our gRPC beta release. | ||
|
||
(ALPHA) This library uses features that are part of an invitation-only | ||
release of the underlying Cloud Pub/Sub API. The library will generate | ||
errors unless you have access to this API. This restriction should be | ||
relaxed in the near future. Please contact [email protected] with any | ||
questions in the meantime. | ||
The alpha client libraries in this directory have been replaced by the official | ||
[Google Cloud Pub/Sub Java client library](https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-pubsub). | ||
The semantics and performance improvements introduced in these alpha libraries | ||
have been preserved and improved in the official libraries, so we strongly | ||
encourage you to migrate. However, we have no plan to remove this code from our [Maven | ||
repository](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.google.pubsub%22). |
Oops, something went wrong.