@@ -462,7 +462,8 @@ public abstract static class PublisherImplBase implements io.grpc.BindableServic
462462 *
463463 * <pre>
464464 * Creates the given topic with the given name. See the
465- * <a href="/pubsub/docs/admin#resource_names"> resource name rules</a>.
465+ * <a href="https://cloud.google.com/pubsub/docs/admin#resource_names">
466+ * resource name rules</a>.
466467 * </pre>
467468 */
468469 public void createTopic (
@@ -543,8 +544,13 @@ public void listTopicSubscriptions(
543544 *
544545 *
545546 * <pre>
546- * Lists the names of the snapshots on this topic.<br><br>
547- * <b>ALPHA:</b> This feature is part of an alpha release. This API might be
547+ * Lists the names of the snapshots on this topic. Snapshots are used in
548+ * <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
549+ * operations, which allow
550+ * you to manage message acknowledgments in bulk. That is, you can set the
551+ * acknowledgment state of messages in an existing subscription to the state
552+ * captured by a snapshot.<br><br>
553+ * <b>BETA:</b> This feature is part of a beta release. This API might be
548554 * changed in backward-incompatible ways and is not recommended for production
549555 * use. It is not subject to any SLA or deprecation policy.
550556 * </pre>
@@ -656,7 +662,8 @@ protected PublisherStub build(io.grpc.Channel channel, io.grpc.CallOptions callO
656662 *
657663 * <pre>
658664 * Creates the given topic with the given name. See the
659- * <a href="/pubsub/docs/admin#resource_names"> resource name rules</a>.
665+ * <a href="https://cloud.google.com/pubsub/docs/admin#resource_names">
666+ * resource name rules</a>.
660667 * </pre>
661668 */
662669 public void createTopic (
@@ -755,8 +762,13 @@ public void listTopicSubscriptions(
755762 *
756763 *
757764 * <pre>
758- * Lists the names of the snapshots on this topic.<br><br>
759- * <b>ALPHA:</b> This feature is part of an alpha release. This API might be
765+ * Lists the names of the snapshots on this topic. Snapshots are used in
766+ * <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
767+ * operations, which allow
768+ * you to manage message acknowledgments in bulk. That is, you can set the
769+ * acknowledgment state of messages in an existing subscription to the state
770+ * captured by a snapshot.<br><br>
771+ * <b>BETA:</b> This feature is part of a beta release. This API might be
760772 * changed in backward-incompatible ways and is not recommended for production
761773 * use. It is not subject to any SLA or deprecation policy.
762774 * </pre>
@@ -821,7 +833,8 @@ protected PublisherBlockingStub build(
821833 *
822834 * <pre>
823835 * Creates the given topic with the given name. See the
824- * <a href="/pubsub/docs/admin#resource_names"> resource name rules</a>.
836+ * <a href="https://cloud.google.com/pubsub/docs/admin#resource_names">
837+ * resource name rules</a>.
825838 * </pre>
826839 */
827840 public com .google .pubsub .v1 .Topic createTopic (com .google .pubsub .v1 .Topic request ) {
@@ -896,8 +909,13 @@ public com.google.pubsub.v1.ListTopicSubscriptionsResponse listTopicSubscription
896909 *
897910 *
898911 * <pre>
899- * Lists the names of the snapshots on this topic.<br><br>
900- * <b>ALPHA:</b> This feature is part of an alpha release. This API might be
912+ * Lists the names of the snapshots on this topic. Snapshots are used in
913+ * <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
914+ * operations, which allow
915+ * you to manage message acknowledgments in bulk. That is, you can set the
916+ * acknowledgment state of messages in an existing subscription to the state
917+ * captured by a snapshot.<br><br>
918+ * <b>BETA:</b> This feature is part of a beta release. This API might be
901919 * changed in backward-incompatible ways and is not recommended for production
902920 * use. It is not subject to any SLA or deprecation policy.
903921 * </pre>
@@ -953,7 +971,8 @@ protected PublisherFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
953971 *
954972 * <pre>
955973 * Creates the given topic with the given name. See the
956- * <a href="/pubsub/docs/admin#resource_names"> resource name rules</a>.
974+ * <a href="https://cloud.google.com/pubsub/docs/admin#resource_names">
975+ * resource name rules</a>.
957976 * </pre>
958977 */
959978 public com .google .common .util .concurrent .ListenableFuture <com .google .pubsub .v1 .Topic >
@@ -1035,8 +1054,13 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.pubsub.v1.T
10351054 *
10361055 *
10371056 * <pre>
1038- * Lists the names of the snapshots on this topic.<br><br>
1039- * <b>ALPHA:</b> This feature is part of an alpha release. This API might be
1057+ * Lists the names of the snapshots on this topic. Snapshots are used in
1058+ * <a href="https://cloud.google.com/pubsub/docs/replay-overview">Seek</a>
1059+ * operations, which allow
1060+ * you to manage message acknowledgments in bulk. That is, you can set the
1061+ * acknowledgment state of messages in an existing subscription to the state
1062+ * captured by a snapshot.<br><br>
1063+ * <b>BETA:</b> This feature is part of a beta release. This API might be
10401064 * changed in backward-incompatible ways and is not recommended for production
10411065 * use. It is not subject to any SLA or deprecation policy.
10421066 * </pre>
0 commit comments