Skip to content

Commit

Permalink
fix(retry): restore grpc_service_config for CreateBackup and {Restore…
Browse files Browse the repository at this point in the history
…,Snapshot}Table

Committer: @miraleung
PiperOrigin-RevId: 361301101

Source-Author: Google APIs <noreply@google.com>
Source-Date: Sat Mar 6 02:06:05 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 458338f8ca444e43b9df96b984b68f3978852b74
Source-Link: googleapis/googleapis@458338f
  • Loading branch information
yoshi-automation authored and jskeet committed Mar 6, 2021
1 parent cb2931a commit 9b48308
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,10 @@ private BigtableTableAdminSettings(BigtableTableAdminSettings existing) : base(e
/// <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 CreateBackupSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.None);
public gaxgrpc::CallSettings CreateBackupSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.FromTimeout(sys::TimeSpan.FromMilliseconds(60000)));

/// <summary>
/// Long Running Operation settings for calls to <c>BigtableTableAdminClient.CreateBackup</c> and
Expand Down Expand Up @@ -383,10 +383,10 @@ private BigtableTableAdminSettings(BigtableTableAdminSettings existing) : base(e
/// <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 RestoreTableSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.None);
public gaxgrpc::CallSettings RestoreTableSettings { get; set; } = gaxgrpc::CallSettings.FromExpiration(gax::Expiration.FromTimeout(sys::TimeSpan.FromMilliseconds(60000)));

/// <summary>
/// Long Running Operation settings for calls to <c>BigtableTableAdminClient.RestoreTable</c> and
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Bigtable.Admin.V2/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "eabec5a21219401bad79e1cc7d900c1658aee5fd"
"sha": "458338f8ca444e43b9df96b984b68f3978852b74"
}
}
]
Expand Down

0 comments on commit 9b48308

Please sign in to comment.