File tree 2 files changed +11
-8
lines changed
apis/Google.Cloud.PubSub.V1
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -1143,9 +1143,9 @@ public UpdateTopicRequest Clone() {
1143
1143
/// <summary>
1144
1144
/// Required. Indicates which fields in the provided topic to update. Must be
1145
1145
/// 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 .
1149
1149
/// </summary>
1150
1150
[ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
1151
1151
public global ::Google . Protobuf . WellKnownTypes . FieldMask UpdateMask {
@@ -3026,9 +3026,6 @@ public string Filter {
3026
3026
/// parent project (i.e.,
3027
3027
/// service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com) must have
3028
3028
/// permission to Acknowledge() messages on this subscription.
3029
- /// <b>EXPERIMENTAL:</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.
3032
3029
/// </summary>
3033
3030
[ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
3034
3031
public global ::Google . Cloud . PubSub . V1 . DeadLetterPolicy DeadLetterPolicy {
Original file line number Diff line number Diff line change 1
1
{
2
- "updateTime": "2020-04-04T06:28:58.856870Z",
3
2
"sources": [
3
+ {
4
+ "git": {
5
+ "name": ".",
6
+ "remote": "https://github.com/googleapis/google-cloud-dotnet.git",
7
+ "sha": "51d65fae05e0462d0f6b24421ce6d0dd95487ebe"
8
+ }
9
+ },
4
10
{
5
11
"git": {
6
12
"name": "googleapis",
7
13
"remote": "https://github.com/googleapis/googleapis.git",
8
- "sha": "6e17d259b8e320bc51aa240cefef05ec753e2b83 "
14
+ "sha": "cdf13efacdea0649e940452f9c5d320b93735974 "
9
15
}
10
16
}
11
17
]
You can’t perform that action at this time.
0 commit comments