Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate pubsub client #4293

Merged
merged 1 commit into from
Jan 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ public abstract static class PublisherImplBase implements io.grpc.BindableServic
*
* <pre>
* Creates the given topic with the given name. See the
* &lt;a href="/pubsub/docs/admin#resource_names"&gt; resource name rules&lt;/a&gt;.
* &lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&gt;
* resource name rules&lt;/a&gt;.
* </pre>
*/
public void createTopic(
Expand Down Expand Up @@ -543,8 +544,13 @@ public void listTopicSubscriptions(
*
*
* <pre>
* Lists the names of the snapshots on this topic.&lt;br&gt;&lt;br&gt;
* &lt;b&gt;ALPHA:&lt;/b&gt; This feature is part of an alpha release. This API might be
* Lists the names of the snapshots on this topic. Snapshots are used in
* &lt;a href="https://cloud.google.com/pubsub/docs/replay-overview"&gt;Seek&lt;/a&gt;
* operations, which allow
* you to manage message acknowledgments in bulk. That is, you can set the
* acknowledgment state of messages in an existing subscription to the state
* captured by a snapshot.&lt;br&gt;&lt;br&gt;
* &lt;b&gt;BETA:&lt;/b&gt; This feature is part of a beta release. This API might be
* changed in backward-incompatible ways and is not recommended for production
* use. It is not subject to any SLA or deprecation policy.
* </pre>
Expand Down Expand Up @@ -656,7 +662,8 @@ protected PublisherStub build(io.grpc.Channel channel, io.grpc.CallOptions callO
*
* <pre>
* Creates the given topic with the given name. See the
* &lt;a href="/pubsub/docs/admin#resource_names"&gt; resource name rules&lt;/a&gt;.
* &lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&gt;
* resource name rules&lt;/a&gt;.
* </pre>
*/
public void createTopic(
Expand Down Expand Up @@ -755,8 +762,13 @@ public void listTopicSubscriptions(
*
*
* <pre>
* Lists the names of the snapshots on this topic.&lt;br&gt;&lt;br&gt;
* &lt;b&gt;ALPHA:&lt;/b&gt; This feature is part of an alpha release. This API might be
* Lists the names of the snapshots on this topic. Snapshots are used in
* &lt;a href="https://cloud.google.com/pubsub/docs/replay-overview"&gt;Seek&lt;/a&gt;
* operations, which allow
* you to manage message acknowledgments in bulk. That is, you can set the
* acknowledgment state of messages in an existing subscription to the state
* captured by a snapshot.&lt;br&gt;&lt;br&gt;
* &lt;b&gt;BETA:&lt;/b&gt; This feature is part of a beta release. This API might be
* changed in backward-incompatible ways and is not recommended for production
* use. It is not subject to any SLA or deprecation policy.
* </pre>
Expand Down Expand Up @@ -821,7 +833,8 @@ protected PublisherBlockingStub build(
*
* <pre>
* Creates the given topic with the given name. See the
* &lt;a href="/pubsub/docs/admin#resource_names"&gt; resource name rules&lt;/a&gt;.
* &lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&gt;
* resource name rules&lt;/a&gt;.
* </pre>
*/
public com.google.pubsub.v1.Topic createTopic(com.google.pubsub.v1.Topic request) {
Expand Down Expand Up @@ -896,8 +909,13 @@ public com.google.pubsub.v1.ListTopicSubscriptionsResponse listTopicSubscription
*
*
* <pre>
* Lists the names of the snapshots on this topic.&lt;br&gt;&lt;br&gt;
* &lt;b&gt;ALPHA:&lt;/b&gt; This feature is part of an alpha release. This API might be
* Lists the names of the snapshots on this topic. Snapshots are used in
* &lt;a href="https://cloud.google.com/pubsub/docs/replay-overview"&gt;Seek&lt;/a&gt;
* operations, which allow
* you to manage message acknowledgments in bulk. That is, you can set the
* acknowledgment state of messages in an existing subscription to the state
* captured by a snapshot.&lt;br&gt;&lt;br&gt;
* &lt;b&gt;BETA:&lt;/b&gt; This feature is part of a beta release. This API might be
* changed in backward-incompatible ways and is not recommended for production
* use. It is not subject to any SLA or deprecation policy.
* </pre>
Expand Down Expand Up @@ -953,7 +971,8 @@ protected PublisherFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
*
* <pre>
* Creates the given topic with the given name. See the
* &lt;a href="/pubsub/docs/admin#resource_names"&gt; resource name rules&lt;/a&gt;.
* &lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&gt;
* resource name rules&lt;/a&gt;.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.pubsub.v1.Topic>
Expand Down Expand Up @@ -1035,8 +1054,13 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.pubsub.v1.T
*
*
* <pre>
* Lists the names of the snapshots on this topic.&lt;br&gt;&lt;br&gt;
* &lt;b&gt;ALPHA:&lt;/b&gt; This feature is part of an alpha release. This API might be
* Lists the names of the snapshots on this topic. Snapshots are used in
* &lt;a href="https://cloud.google.com/pubsub/docs/replay-overview"&gt;Seek&lt;/a&gt;
* operations, which allow
* you to manage message acknowledgments in bulk. That is, you can set the
* acknowledgment state of messages in an existing subscription to the state
* captured by a snapshot.&lt;br&gt;&lt;br&gt;
* &lt;b&gt;BETA:&lt;/b&gt; This feature is part of a beta release. This API might be
* changed in backward-incompatible ways and is not recommended for production
* use. It is not subject to any SLA or deprecation policy.
* </pre>
Expand Down
Loading