Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix!: remove default deadline for AppendRows API (#1101)
Committer: @yirutang
PiperOrigin-RevId: 376121492

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu May 27 01:50:31 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: ad721f20077dc48369def7afe6d48199581444f7
Source-Link: googleapis/googleapis@ad721f2
  • Loading branch information
yoshi-automation committed May 30, 2021
1 parent 12c401f commit 87cadf0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Expand Up @@ -276,10 +276,10 @@ public static class Builder extends StubSettings.Builder<BigQueryWriteStubSettin
.setInitialRetryDelay(Duration.ofMillis(100L))
.setRetryDelayMultiplier(1.3)
.setMaxRetryDelay(Duration.ofMillis(60000L))
.setInitialRpcTimeout(Duration.ofMillis(86400000L))
.setInitialRpcTimeout(Duration.ofMillis(5000L))
.setRpcTimeoutMultiplier(1.0)
.setMaxRpcTimeout(Duration.ofMillis(86400000L))
.setTotalTimeout(Duration.ofMillis(86400000L))
.setMaxRpcTimeout(Duration.ofMillis(5000L))
.setTotalTimeout(Duration.ofMillis(5000L))
.build();
definitions.put("retry_policy_4_params", settings);
settings =
Expand Down
14 changes: 7 additions & 7 deletions synth.metadata
Expand Up @@ -11,31 +11,31 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "7db505052cfc580082b197bf95a4d8d98e22e69c"
"sha": "12c401feec1fb7fbaf39ea7ccffee4a02faffeb3"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "131ae3e375c05856d7d77cd146dc2af92650eb38",
"internalRef": "374252908"
"sha": "ad721f20077dc48369def7afe6d48199581444f7",
"internalRef": "376121492"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "131ae3e375c05856d7d77cd146dc2af92650eb38",
"internalRef": "374252908"
"sha": "ad721f20077dc48369def7afe6d48199581444f7",
"internalRef": "376121492"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "131ae3e375c05856d7d77cd146dc2af92650eb38",
"internalRef": "374252908"
"sha": "ad721f20077dc48369def7afe6d48199581444f7",
"internalRef": "376121492"
}
},
{
Expand Down

0 comments on commit 87cadf0

Please sign in to comment.