Navigation Menu

Skip to content

Commit

Permalink
fix: add CreateSubmission to webrisk/v1 config
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 317207208

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Jun 18 16:41:00 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 2e4b4213e174036bd02895f1eb59c47b2a41df78
Source-Link: googleapis/googleapis@2e4b421
  • Loading branch information
yoshi-automation authored and jskeet committed Jun 19, 2020
1 parent c597683 commit 0edb34b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -106,10 +106,10 @@ private WebRiskServiceSettings(WebRiskServiceSettings existing) : base(existing)
/// <remarks>
/// <list type="bullet">
/// <item><description>This call will not be retried.</description></item>
/// <item><description>No timeout is applied.</description></item>
/// <item><description>Timeout: 60 seconds.</description></item>
/// </list>
/// </remarks>
public gaxgrpc::CallSettings CreateSubmissionSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.None);
public gaxgrpc::CallSettings CreateSubmissionSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.FromTimeout(sys::TimeSpan.FromMilliseconds(60000)));

/// <summary>Creates a deep clone of this object, with all the same property values.</summary>
/// <returns>A deep clone of this <see cref="WebRiskServiceSettings"/> object.</returns>
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.WebRisk.V1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "7272af32a96a42fe5bb9452360e32ae95718abc2"
"sha": "2e4b4213e174036bd02895f1eb59c47b2a41df78"
}
}
]
Expand Down

0 comments on commit 0edb34b

Please sign in to comment.