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

docs: remove experimental warning for ordering keys properties. #297

Merged
merged 1 commit into from Jul 31, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

Large diffs are not rendered by default.

Expand Up @@ -182,9 +182,8 @@ public PublisherStub getStub() {

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Creates the given topic with the given name. See the <a
* href="https://cloud.google.com/pubsub/docs/admin#resource_names"> resource name
* rules</a>.
* Creates the given topic with the given name. See the [resource name rules](
* https://cloud.google.com/pubsub/docs/admin#resource_names).
*
* <p>Sample code:
*
Expand All @@ -209,9 +208,8 @@ public final Topic createTopic(TopicName name) {

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Creates the given topic with the given name. See the &lt;a
* href="https://cloud.google.com/pubsub/docs/admin#resource_names"&gt; resource name
* rules&lt;/a&gt;.
* Creates the given topic with the given name. See the [resource name rules](
* https://cloud.google.com/pubsub/docs/admin#resource_names).
*
* <p>Sample code:
*
Expand Down Expand Up @@ -264,9 +262,8 @@ public final Topic createTopic(ProjectTopicName name) {

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Creates the given topic with the given name. See the &lt;a
* href="https://cloud.google.com/pubsub/docs/admin#resource_names"&gt; resource name
* rules&lt;/a&gt;.
* Creates the given topic with the given name. See the [resource name rules](
* https://cloud.google.com/pubsub/docs/admin#resource_names).
*
* <p>Sample code:
*
Expand All @@ -289,9 +286,8 @@ public final Topic createTopic(Topic request) {

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* Creates the given topic with the given name. See the &lt;a
* href="https://cloud.google.com/pubsub/docs/admin#resource_names"&gt; resource name
* rules&lt;/a&gt;.
* Creates the given topic with the given name. See the [resource name rules](
* https://cloud.google.com/pubsub/docs/admin#resource_names).
*
* <p>Sample code:
*
Expand Down Expand Up @@ -889,10 +885,10 @@ public final ListTopicSubscriptionsPagedResponse listTopicSubscriptions(

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* 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.
* Lists the names of the snapshots on this topic. Snapshots are used in
* [Seek](https://cloud.google.com/pubsub/docs/replay-overview) 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.
*
* <p>Sample code:
*
Expand All @@ -919,10 +915,10 @@ public final ListTopicSubscriptionsPagedResponse listTopicSubscriptions(

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* 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.
* Lists the names of the snapshots on this topic. Snapshots are used in
* [Seek](https://cloud.google.com/pubsub/docs/replay-overview) 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.
*
* <p>Sample code:
*
Expand All @@ -947,10 +943,10 @@ public final ListTopicSubscriptionsPagedResponse listTopicSubscriptions(

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* 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.
* Lists the names of the snapshots on this topic. Snapshots are used in
* [Seek](https://cloud.google.com/pubsub/docs/replay-overview) 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.
*
* <p>Sample code:
*
Expand All @@ -976,10 +972,10 @@ public final ListTopicSubscriptionsPagedResponse listTopicSubscriptions(

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* 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.
* Lists the names of the snapshots on this topic. Snapshots are used in
* [Seek](https://cloud.google.com/pubsub/docs/replay-overview) 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.
*
* <p>Sample code:
*
Expand All @@ -1005,10 +1001,10 @@ public final ListTopicSubscriptionsPagedResponse listTopicSubscriptions(

// AUTO-GENERATED DOCUMENTATION AND METHOD
/**
* 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.
* Lists the names of the snapshots on this topic. Snapshots are used in
* [Seek](https://cloud.google.com/pubsub/docs/replay-overview) 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.
*
* <p>Sample code:
*
Expand Down
Expand Up @@ -468,9 +468,8 @@ public abstract static class PublisherImplBase implements io.grpc.BindableServic
*
*
* <pre>
* Creates the given topic with the given name. See the
* &lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&gt;
* resource name rules&lt;/a&gt;.
* Creates the given topic with the given name. See the [resource name rules](
* https://cloud.google.com/pubsub/docs/admin#resource_names).
* </pre>
*/
public void createTopic(
Expand Down Expand Up @@ -552,11 +551,10 @@ public void listTopicSubscriptions(
*
* <pre>
* 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.
* [Seek](https://cloud.google.com/pubsub/docs/replay-overview) 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.
* </pre>
*/
public void listTopicSnapshots(
Expand Down Expand Up @@ -685,9 +683,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="https://cloud.google.com/pubsub/docs/admin#resource_names"&gt;
* resource name rules&lt;/a&gt;.
* Creates the given topic with the given name. See the [resource name rules](
* https://cloud.google.com/pubsub/docs/admin#resource_names).
* </pre>
*/
public void createTopic(
Expand Down Expand Up @@ -781,11 +778,10 @@ public void listTopicSubscriptions(
*
* <pre>
* 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.
* [Seek](https://cloud.google.com/pubsub/docs/replay-overview) 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.
* </pre>
*/
public void listTopicSnapshots(
Expand Down Expand Up @@ -863,9 +859,8 @@ protected PublisherBlockingStub build(
*
*
* <pre>
* Creates the given topic with the given name. See the
* &lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&gt;
* resource name rules&lt;/a&gt;.
* Creates the given topic with the given name. See the [resource name rules](
* https://cloud.google.com/pubsub/docs/admin#resource_names).
* </pre>
*/
public com.google.pubsub.v1.Topic createTopic(com.google.pubsub.v1.Topic request) {
Expand Down Expand Up @@ -938,11 +933,10 @@ public com.google.pubsub.v1.ListTopicSubscriptionsResponse listTopicSubscription
*
* <pre>
* 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.
* [Seek](https://cloud.google.com/pubsub/docs/replay-overview) 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.
* </pre>
*/
public com.google.pubsub.v1.ListTopicSnapshotsResponse listTopicSnapshots(
Expand Down Expand Up @@ -1006,9 +1000,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="https://cloud.google.com/pubsub/docs/admin#resource_names"&gt;
* resource name rules&lt;/a&gt;.
* Creates the given topic with the given name. See the [resource name rules](
* https://cloud.google.com/pubsub/docs/admin#resource_names).
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.pubsub.v1.Topic>
Expand Down Expand Up @@ -1089,11 +1082,10 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.pubsub.v1.T
*
* <pre>
* 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.
* [Seek](https://cloud.google.com/pubsub/docs/replay-overview) 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.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down