Synchronize new proto/yaml changes.

PiperOrigin-RevId: 205896244
This commit is contained in:
Google APIs 2018-07-24 14:52:54 -07:00 committed by Copybara-Service
parent b24b3a7499
commit 9e5eadf73e
1 changed files with 11 additions and 3 deletions

View File

@ -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