From 9e5eadf73eee8f8c0b89936178a034936baaf3c3 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 24 Jul 2018 14:52:54 -0700 Subject: [PATCH] Synchronize new proto/yaml changes. PiperOrigin-RevId: 205896244 --- google/bigtable/v2/bigtable_gapic.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/google/bigtable/v2/bigtable_gapic.yaml b/google/bigtable/v2/bigtable_gapic.yaml index 95bbe0b4..1f1322ab 100644 --- a/google/bigtable/v2/bigtable_gapic.yaml +++ b/google/bigtable/v2/bigtable_gapic.yaml @@ -47,6 +47,14 @@ interfaces: rpc_timeout_multiplier: 1 max_rpc_timeout_millis: 20000 total_timeout_millis: 600000 + - name: streaming + initial_retry_delay_millis: 100 + retry_delay_multiplier: 1.3 + max_retry_delay_millis: 60000 + initial_rpc_timeout_millis: 20000 + rpc_timeout_multiplier: 1 + max_rpc_timeout_millis: 20000 + total_timeout_millis: 3600000 methods: - name: ReadRows flattening: @@ -56,12 +64,12 @@ interfaces: required_fields: - table_name request_object_method: true - retry_codes_name: non_idempotent - retry_params_name: default + retry_codes_name: idempotent + retry_params_name: streaming field_name_patterns: table_name: table resource_name_treatment: STATIC_TYPES - timeout_millis: 60000 + timeout_millis: 3600000 header_request_params: - table_name - name: SampleRowKeys