Skip to content

Commit

Permalink
feat: migrate bigtable retry/timeout settings to gRPC's service configs
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 346894665

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Dec 10 16:55:31 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: cbbd3170bcf217e36ae72f4ac522449bf861346f
Source-Link: googleapis/googleapis@cbbd317
  • Loading branch information
yoshi-automation authored and jskeet committed Dec 11, 2020
1 parent 1b91d27 commit 7171c87
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ private BigtableInstanceAdminSettings(BigtableInstanceAdminSettings existing) :
/// <remarks>
/// <list type="bullet">
/// <item><description>This call will not be retried.</description></item>
/// <item><description>Timeout: 60 seconds.</description></item>
/// <item><description>No timeout is applied.</description></item>
/// </list>
/// </remarks>
public gaxgrpc::CallSettings CreateClusterSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.FromTimeout(sys::TimeSpan.FromMilliseconds(60000)));
public gaxgrpc::CallSettings CreateClusterSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.None);

/// <summary>
/// Long Running Operation settings for calls to <c>BigtableInstanceAdminClient.CreateCluster</c> and
Expand Down
Loading

0 comments on commit 7171c87

Please sign in to comment.