Removing collection config for operation_path (#201)

The APIs that use longrunning as a mix-in can use any path
of their choosing.
This commit is contained in:
garrettjonesgoogle 2016-11-22 09:38:03 -08:00 committed by GitHub
parent 60dde247a3
commit f6cf22608d
1 changed files with 0 additions and 9 deletions

View File

@ -20,9 +20,6 @@ interfaces:
required_constructor_params:
- service_address
- scopes
collections:
- name_pattern: operations/{operation_path=**}
entity_name: operation_path
retry_codes_def:
- name: idempotent
retry_codes:
@ -50,8 +47,6 @@ interfaces:
request_object_method: false
retry_codes_name: idempotent
retry_params_name: default
field_name_patterns:
name: operation_path
timeout_millis: 60000
- name: ListOperations
flattening:
@ -83,8 +78,6 @@ interfaces:
request_object_method: false
retry_codes_name: idempotent
retry_params_name: default
field_name_patterns:
name: operation_path
timeout_millis: 60000
- name: DeleteOperation
flattening:
@ -96,6 +89,4 @@ interfaces:
request_object_method: false
retry_codes_name: idempotent
retry_params_name: default
field_name_patterns:
name: operation_path
timeout_millis: 60000