@@ -314,6 +314,9 @@ static PubsubReflection() {
314
314
315
315
}
316
316
#region Messages
317
+ /// <summary>
318
+ /// A policy constraining the storage of messages published to the topic.
319
+ /// </summary>
317
320
public sealed partial class MessageStoragePolicy : pb ::IMessage < MessageStoragePolicy > {
318
321
private static readonly pb ::MessageParser < MessageStoragePolicy > _parser = new pb ::MessageParser < MessageStoragePolicy > ( ( ) => new MessageStoragePolicy ( ) ) ;
319
322
private pb ::UnknownFieldSet _unknownFields ;
@@ -3252,9 +3255,6 @@ public bool EnableMessageOrdering {
3252
3255
/// then only `PubsubMessage`s whose `attributes` field matches the filter are
3253
3256
/// delivered on this subscription. If empty, then no messages are filtered
3254
3257
/// out.
3255
- /// <b>EXPERIMENTAL:</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.
3258
3258
/// </summary>
3259
3259
[ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
3260
3260
public string Filter {
@@ -3289,16 +3289,13 @@ public string Filter {
3289
3289
public const int RetryPolicyFieldNumber = 14 ;
3290
3290
private global ::Google . Cloud . PubSub . V1 . RetryPolicy retryPolicy_ ;
3291
3291
/// <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
3293
3293
/// subscription.
3294
3294
///
3295
3295
/// If not set, the default retry policy is applied. This generally implies
3296
3296
/// that messages will be retried as soon as possible for healthy subscribers.
3297
3297
/// RetryPolicy will be triggered on NACKs or acknowledgement deadline
3298
3298
/// exceeded events for a given message.
3299
- /// <b>EXPERIMENTAL:</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.
3302
3299
/// </summary>
3303
3300
[ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
3304
3301
public global ::Google . Cloud . PubSub . V1 . RetryPolicy RetryPolicy {
0 commit comments