Skip to content

Commit f3eeca0

Browse files
docs: Comment changes for PubSub
* docs: Add comment for MessageStoragePolicy message PiperOrigin-RevId: 313795529 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri May 29 09:33:18 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: f4bd71cc173d848ec24d28eede271cca9abc411f Source-Link: googleapis/googleapis@f4bd71c * Drop the experimental tag on the Subscription filter and retry policy fields Clarify some retry policy comments PiperOrigin-RevId: 313812131 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri May 29 10:59:34 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: fb21971becb6c0441efc855dabc371825732872c Source-Link: googleapis/googleapis@fb21971
1 parent bce9868 commit f3eeca0

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

‎apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/Pubsub.cs

+4-7
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@ static PubsubReflection() {
314314

315315
}
316316
#region Messages
317+
/// <summary>
318+
/// A policy constraining the storage of messages published to the topic.
319+
/// </summary>
317320
public sealed partial class MessageStoragePolicy : pb::IMessage<MessageStoragePolicy> {
318321
private static readonly pb::MessageParser<MessageStoragePolicy> _parser = new pb::MessageParser<MessageStoragePolicy>(() => new MessageStoragePolicy());
319322
private pb::UnknownFieldSet _unknownFields;
@@ -3252,9 +3255,6 @@ public bool EnableMessageOrdering {
32523255
/// then only `PubsubMessage`s whose `attributes` field matches the filter are
32533256
/// delivered on this subscription. If empty, then no messages are filtered
32543257
/// out.
3255-
/// &lt;b>EXPERIMENTAL:&lt;/b> This feature is part of a closed alpha release. This
3256-
/// API might be changed in backward-incompatible ways and is not recommended
3257-
/// for production use. It is not subject to any SLA or deprecation policy.
32583258
/// </summary>
32593259
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
32603260
public string Filter {
@@ -3289,16 +3289,13 @@ public string Filter {
32893289
public const int RetryPolicyFieldNumber = 14;
32903290
private global::Google.Cloud.PubSub.V1.RetryPolicy retryPolicy_;
32913291
/// <summary>
3292-
/// A policy that specifies how Cloud Pub/Sub retries message delivery for this
3292+
/// A policy that specifies how Pub/Sub retries message delivery for this
32933293
/// subscription.
32943294
///
32953295
/// If not set, the default retry policy is applied. This generally implies
32963296
/// that messages will be retried as soon as possible for healthy subscribers.
32973297
/// RetryPolicy will be triggered on NACKs or acknowledgement deadline
32983298
/// exceeded events for a given message.
3299-
/// &lt;b>EXPERIMENTAL:&lt;/b> This API might be changed in backward-incompatible
3300-
/// ways and is not recommended for production use. It is not subject to any
3301-
/// SLA or deprecation policy.
33023299
/// </summary>
33033300
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
33043301
public global::Google.Cloud.PubSub.V1.RetryPolicy RetryPolicy {

‎apis/Google.Cloud.PubSub.V1/synth.metadata

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "eafa840ceec23b44a5c21670288107c661252711"
7+
"sha": "fb21971becb6c0441efc855dabc371825732872c"
88
}
99
}
1010
]

0 commit comments

Comments
 (0)
X