blob: 4d36e5122fe953ef560d151b8d750a376afe1a80 [file] [log] [blame]
type: com.google.api.codegen.ConfigProto
language_settings:
java:
package_name: com.google.longrunning
python:
package_name: google.gapic.longrunning
go:
package_name: cloud.google.com/go/longrunning/autogen
domain_layer_location: cloud.google.com/go/longrunning
license_header_override:
license_file: license-header-apache-2.0.txt
csharp:
package_name: Google.LongRunning
ruby:
package_name: Google::Longrunning
php:
package_name: Google\GAX\LongRunning
nodejs:
package_name: longrunning
license_header:
copyright_file: copyright-google.txt
license_file: license-header-bsd-3-clause.txt
interfaces:
- name: google.longrunning.Operations
required_constructor_params:
- service_address
- scopes
retry_codes_def:
- name: idempotent
retry_codes:
- UNAVAILABLE
- DEADLINE_EXCEEDED
- name: non_idempotent
retry_codes:
- UNAVAILABLE
retry_params_def:
- name: default
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: 600000
methods:
- name: GetOperation
flattening:
groups:
- parameters:
- name
required_fields:
- name
request_object_method: false
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
- name: ListOperations
flattening:
groups:
- parameters:
- name
- filter
required_fields:
- name
- filter
request_object_method: true
page_streaming:
request:
page_size_field: page_size
token_field: page_token
response:
token_field: next_page_token
resources_field: operations
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
- name: CancelOperation
flattening:
groups:
- parameters:
- name
required_fields:
- name
request_object_method: false
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
- name: DeleteOperation
flattening:
groups:
- parameters:
- name
required_fields:
- name
request_object_method: false
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000