Synchronize new proto/yaml changes.
PiperOrigin-RevId: 205896244
This commit is contained in:
parent
b24b3a7499
commit
9e5eadf73e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue