Skip to content

Commit 1549a69

Browse files
Google APIscopybara-github
authored andcommitted
docs: Align session length with public documentation
feat: Align ReadRows timeout with other versions of the API. Committer: @emkornfield PiperOrigin-RevId: 394308710
1 parent cd16abb commit 1549a69

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

google/cloud/bigquery/storage/v1beta2/bigquerystorage_grpc_service_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"method": "AppendRows"
8080
}
8181
],
82+
"timeout": "86400s",
8283
"retryPolicy": {
8384
"initialBackoff": "0.100s",
8485
"maxBackoff": "60s",

google/cloud/bigquery/storage/v1beta2/storage.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ service BigQueryRead {
6464
// limits are enforced based on the number of pre-filtered rows, so some
6565
// filters can lead to lopsided assignments.
6666
//
67-
// Read sessions automatically expire 24 hours after they are created and do
67+
// Read sessions automatically expire 6 hours after they are created and do
6868
// not require manual clean-up by the caller.
6969
rpc CreateReadSession(CreateReadSessionRequest) returns (ReadSession) {
7070
option (google.api.http) = {

0 commit comments

Comments
 (0)