Skip to content

Commit

Permalink
docs: Remove experimental warning for ordering keys properties. (#5219)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 323803770

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Jul 29 09:31:38 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 706053bbfb3f16ef752e513c2898a1f26cdd8e41
Source-Link: googleapis/googleapis@706053b
  • Loading branch information
yoshi-automation committed Jul 30, 2020
1 parent 0ceb9e8 commit 0cd128c
Show file tree
Hide file tree
Showing 5 changed files with 513 additions and 654 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
public virtual Publisher.PublisherClient GrpcClient => throw new sys::NotImplementedException();

/// <summary>
/// Creates the given topic with the given name. See the
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&amp;gt;
/// resource name rules&amp;lt;/a&amp;gt;.
/// Creates the given topic with the given name. See the [resource name rules](
/// https://cloud.google.com/pubsub/docs/admin#resource_names).
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -332,9 +331,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
throw new sys::NotImplementedException();

/// <summary>
/// Creates the given topic with the given name. See the
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&amp;gt;
/// resource name rules&amp;lt;/a&amp;gt;.
/// Creates the given topic with the given name. See the [resource name rules](
/// https://cloud.google.com/pubsub/docs/admin#resource_names).
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -343,9 +341,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
throw new sys::NotImplementedException();

/// <summary>
/// Creates the given topic with the given name. See the
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&amp;gt;
/// resource name rules&amp;lt;/a&amp;gt;.
/// Creates the given topic with the given name. See the [resource name rules](
/// https://cloud.google.com/pubsub/docs/admin#resource_names).
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
Expand All @@ -354,9 +351,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
CreateTopicAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));

/// <summary>
/// Creates the given topic with the given name. See the
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&amp;gt;
/// resource name rules&amp;lt;/a&amp;gt;.
/// Creates the given topic with the given name. See the [resource name rules](
/// https://cloud.google.com/pubsub/docs/admin#resource_names).
/// </summary>
/// <param name="name">
/// Required. The name of the topic. It must have the format
Expand All @@ -375,9 +371,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
}, callSettings);

/// <summary>
/// Creates the given topic with the given name. See the
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&amp;gt;
/// resource name rules&amp;lt;/a&amp;gt;.
/// Creates the given topic with the given name. See the [resource name rules](
/// https://cloud.google.com/pubsub/docs/admin#resource_names).
/// </summary>
/// <param name="name">
/// Required. The name of the topic. It must have the format
Expand All @@ -396,9 +391,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
}, callSettings);

/// <summary>
/// Creates the given topic with the given name. See the
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&amp;gt;
/// resource name rules&amp;lt;/a&amp;gt;.
/// Creates the given topic with the given name. See the [resource name rules](
/// https://cloud.google.com/pubsub/docs/admin#resource_names).
/// </summary>
/// <param name="name">
/// Required. The name of the topic. It must have the format
Expand All @@ -414,9 +408,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
CreateTopicAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));

/// <summary>
/// Creates the given topic with the given name. See the
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&amp;gt;
/// resource name rules&amp;lt;/a&amp;gt;.
/// Creates the given topic with the given name. See the [resource name rules](
/// https://cloud.google.com/pubsub/docs/admin#resource_names).
/// </summary>
/// <param name="name">
/// Required. The name of the topic. It must have the format
Expand All @@ -435,9 +428,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
}, callSettings);

/// <summary>
/// Creates the given topic with the given name. See the
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&amp;gt;
/// resource name rules&amp;lt;/a&amp;gt;.
/// Creates the given topic with the given name. See the [resource name rules](
/// https://cloud.google.com/pubsub/docs/admin#resource_names).
/// </summary>
/// <param name="name">
/// Required. The name of the topic. It must have the format
Expand All @@ -456,9 +448,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
}, callSettings);

/// <summary>
/// Creates the given topic with the given name. See the
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&amp;gt;
/// resource name rules&amp;lt;/a&amp;gt;.
/// Creates the given topic with the given name. See the [resource name rules](
/// https://cloud.google.com/pubsub/docs/admin#resource_names).
/// </summary>
/// <param name="name">
/// Required. The name of the topic. It must have the format
Expand Down Expand Up @@ -1006,11 +997,10 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok

/// <summary>
/// Lists the names of the snapshots on this topic. Snapshots are used in
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/replay-overview"&amp;gt;Seek&amp;lt;/a&amp;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.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -1020,11 +1010,10 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok

/// <summary>
/// Lists the names of the snapshots on this topic. Snapshots are used in
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/replay-overview"&amp;gt;Seek&amp;lt;/a&amp;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.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -1034,11 +1023,10 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok

/// <summary>
/// Lists the names of the snapshots on this topic. Snapshots are used in
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/replay-overview"&amp;gt;Seek&amp;lt;/a&amp;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.
/// </summary>
/// <param name="topic">
/// Required. The name of the topic that snapshots are attached to.
Expand All @@ -1064,11 +1052,10 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok

/// <summary>
/// Lists the names of the snapshots on this topic. Snapshots are used in
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/replay-overview"&amp;gt;Seek&amp;lt;/a&amp;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.
/// </summary>
/// <param name="topic">
/// Required. The name of the topic that snapshots are attached to.
Expand All @@ -1094,11 +1081,10 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok

/// <summary>
/// Lists the names of the snapshots on this topic. Snapshots are used in
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/replay-overview"&amp;gt;Seek&amp;lt;/a&amp;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.
/// </summary>
/// <param name="topic">
/// Required. The name of the topic that snapshots are attached to.
Expand All @@ -1124,11 +1110,10 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok

/// <summary>
/// Lists the names of the snapshots on this topic. Snapshots are used in
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/replay-overview"&amp;gt;Seek&amp;lt;/a&amp;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.
/// </summary>
/// <param name="topic">
/// Required. The name of the topic that snapshots are attached to.
Expand Down Expand Up @@ -1446,9 +1431,8 @@ public PublisherServiceApiClientImpl(Publisher.PublisherClient grpcClient, Publi
partial void Modify_DetachSubscriptionRequest(ref DetachSubscriptionRequest request, ref gaxgrpc::CallSettings settings);

/// <summary>
/// Creates the given topic with the given name. See the
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&amp;gt;
/// resource name rules&amp;lt;/a&amp;gt;.
/// Creates the given topic with the given name. See the [resource name rules](
/// https://cloud.google.com/pubsub/docs/admin#resource_names).
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -1460,9 +1444,8 @@ public override Topic CreateTopic(Topic request, gaxgrpc::CallSettings callSetti
}

/// <summary>
/// Creates the given topic with the given name. See the
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/admin#resource_names"&amp;gt;
/// resource name rules&amp;lt;/a&amp;gt;.
/// Creates the given topic with the given name. See the [resource name rules](
/// https://cloud.google.com/pubsub/docs/admin#resource_names).
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand Down Expand Up @@ -1599,11 +1582,10 @@ public override Topic GetTopic(GetTopicRequest request, gaxgrpc::CallSettings ca

/// <summary>
/// Lists the names of the snapshots on this topic. Snapshots are used in
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/replay-overview"&amp;gt;Seek&amp;lt;/a&amp;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.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -1616,11 +1598,10 @@ public override Topic GetTopic(GetTopicRequest request, gaxgrpc::CallSettings ca

/// <summary>
/// Lists the names of the snapshots on this topic. Snapshots are used in
/// &amp;lt;a href="https://cloud.google.com/pubsub/docs/replay-overview"&amp;gt;Seek&amp;lt;/a&amp;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.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand Down

0 comments on commit 0cd128c

Please sign in to comment.