Skip to content

Commit

Permalink
Regenerate PubSub: documentation updates (#4293)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Jan 10, 2019
1 parent 91477f0 commit 31aa146
Show file tree
Hide file tree
Showing 28 changed files with 885 additions and 492 deletions.
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

0 comments on commit 31aa146

Please sign in to comment.