From f6cf22608d7416bfdf56161e99e224508e32eebc Mon Sep 17 00:00:00 2001 From: garrettjonesgoogle Date: Tue, 22 Nov 2016 09:38:03 -0800 Subject: [PATCH] Removing collection config for operation_path (#201) The APIs that use longrunning as a mix-in can use any path of their choosing. --- google/longrunning/longrunning_gapic.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/google/longrunning/longrunning_gapic.yaml b/google/longrunning/longrunning_gapic.yaml index a6a0e835..056bb4c2 100644 --- a/google/longrunning/longrunning_gapic.yaml +++ b/google/longrunning/longrunning_gapic.yaml @@ -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