Skip to content

Commit

Permalink
Removing experimental tag from DeadLetterPolicy for Cloud Pub/Sub.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 306783437

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Apr 15 22:09:50 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: cdf13efacdea0649e940452f9c5d320b93735974
Source-Link: googleapis/googleapis@cdf13ef
  • Loading branch information
yoshi-automation authored and jskeet committed Apr 16, 2020
1 parent 8271758 commit 8cd3929
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 3 additions & 6 deletions apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/Pubsub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1143,9 +1143,9 @@ public sealed partial class UpdateTopicRequest : pb::IMessage<UpdateTopicRequest
/// <summary>
/// Required. Indicates which fields in the provided topic to update. Must be
/// specified and non-empty. Note that if `update_mask` contains
/// "message_storage_policy" then the new value will be determined based on the
/// policy configured at the project or organization level. The
/// `message_storage_policy` must not be set in the `topic` provided above.
/// "message_storage_policy" but the `message_storage_policy` is not set in
/// the `topic` provided above, then the updated value is determined by the
/// policy configured at the project or organization level.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public global::Google.Protobuf.WellKnownTypes.FieldMask UpdateMask {
Expand Down Expand Up @@ -3026,9 +3026,6 @@ public sealed partial class Subscription : pb::IMessage<Subscription> {
/// parent project (i.e.,
/// service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com) must have
/// permission to Acknowledge() messages on this subscription.
/// &lt;b>EXPERIMENTAL:&lt;/b> This feature is part of a closed alpha release. This
/// API might be changed in backward-incompatible ways and is not recommended
/// for production use. It is not subject to any SLA or deprecation policy.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public global::Google.Cloud.PubSub.V1.DeadLetterPolicy DeadLetterPolicy {
Expand Down
10 changes: 8 additions & 2 deletions apis/Google.Cloud.PubSub.V1/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"updateTime": "2020-04-04T06:28:58.856870Z",
"sources": [
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-cloud-dotnet.git",
"sha": "51d65fae05e0462d0f6b24421ce6d0dd95487ebe"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6e17d259b8e320bc51aa240cefef05ec753e2b83"
"sha": "cdf13efacdea0649e940452f9c5d320b93735974"
}
}
]
Expand Down

0 comments on commit 8cd3929

Please sign in to comment.