Skip to content

Commit 8cd3929

Browse files
yoshi-automationjskeet
authored andcommitted
Removing experimental tag from DeadLetterPolicy for Cloud Pub/Sub.
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
1 parent 8271758 commit 8cd3929

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

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

+3-6
Original file line numberDiff line numberDiff line change
@@ -1143,9 +1143,9 @@ public UpdateTopicRequest Clone() {
11431143
/// <summary>
11441144
/// Required. Indicates which fields in the provided topic to update. Must be
11451145
/// specified and non-empty. Note that if `update_mask` contains
1146-
/// "message_storage_policy" then the new value will be determined based on the
1147-
/// policy configured at the project or organization level. The
1148-
/// `message_storage_policy` must not be set in the `topic` provided above.
1146+
/// "message_storage_policy" but the `message_storage_policy` is not set in
1147+
/// the `topic` provided above, then the updated value is determined by the
1148+
/// policy configured at the project or organization level.
11491149
/// </summary>
11501150
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
11511151
public global::Google.Protobuf.WellKnownTypes.FieldMask UpdateMask {
@@ -3026,9 +3026,6 @@ public string Filter {
30263026
/// parent project (i.e.,
30273027
/// service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com) must have
30283028
/// permission to Acknowledge() messages on this subscription.
3029-
/// &lt;b>EXPERIMENTAL:&lt;/b> This feature is part of a closed alpha release. This
3030-
/// API might be changed in backward-incompatible ways and is not recommended
3031-
/// for production use. It is not subject to any SLA or deprecation policy.
30323029
/// </summary>
30333030
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
30343031
public global::Google.Cloud.PubSub.V1.DeadLetterPolicy DeadLetterPolicy {

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

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
2-
"updateTime": "2020-04-04T06:28:58.856870Z",
32
"sources": [
3+
{
4+
"git": {
5+
"name": ".",
6+
"remote": "https://github.com/googleapis/google-cloud-dotnet.git",
7+
"sha": "51d65fae05e0462d0f6b24421ce6d0dd95487ebe"
8+
}
9+
},
410
{
511
"git": {
612
"name": "googleapis",
713
"remote": "https://github.com/googleapis/googleapis.git",
8-
"sha": "6e17d259b8e320bc51aa240cefef05ec753e2b83"
14+
"sha": "cdf13efacdea0649e940452f9c5d320b93735974"
915
}
1016
}
1117
]

0 commit comments

Comments
 (0)
X