From 6bea18182e4b90d44fe9505ebfd6fa5cb104370f Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:35:47 -0800 Subject: [PATCH] fix: [SecurityPrivateCa] ensure proper LRO & mixin HTTP overloads are used (#5892) PiperOrigin-RevId: 511530528 Source-Link: https://github.com/googleapis/googleapis/commit/2029bd60473ac94dd5451bec93a50d3debb41d47 Source-Link: https://github.com/googleapis/googleapis-gen/commit/00ff7d1521a530e080c277ea7668daa50a1b95b9 Copy-Tag: eyJwIjoiU2VjdXJpdHlQcml2YXRlQ2EvLk93bEJvdC55YW1sIiwiaCI6IjAwZmY3ZDE1MjFhNTMwZTA4MGMyNzdlYTc2NjhkYWE1MGExYjk1YjkifQ== --- ...e_authority_service_rest_client_config.php | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/SecurityPrivateCa/src/V1beta1/resources/certificate_authority_service_rest_client_config.php b/SecurityPrivateCa/src/V1beta1/resources/certificate_authority_service_rest_client_config.php index da227c873a64..301c541a136c 100644 --- a/SecurityPrivateCa/src/V1beta1/resources/certificate_authority_service_rest_client_config.php +++ b/SecurityPrivateCa/src/V1beta1/resources/certificate_authority_service_rest_client_config.php @@ -250,6 +250,53 @@ ], ], ], + 'google.longrunning.Operations' => [ + 'CancelOperation' => [ + 'method' => 'post', + 'uriTemplate' => '/v1beta1/{name=projects/*/locations/*/operations/*}:cancel', + 'body' => '*', + 'placeholders' => [ + 'name' => [ + 'getters' => [ + 'getName', + ], + ], + ], + ], + 'DeleteOperation' => [ + 'method' => 'delete', + 'uriTemplate' => '/v1beta1/{name=projects/*/locations/*/operations/*}', + 'placeholders' => [ + 'name' => [ + 'getters' => [ + 'getName', + ], + ], + ], + ], + 'GetOperation' => [ + 'method' => 'get', + 'uriTemplate' => '/v1beta1/{name=projects/*/locations/*/operations/*}', + 'placeholders' => [ + 'name' => [ + 'getters' => [ + 'getName', + ], + ], + ], + ], + 'ListOperations' => [ + 'method' => 'get', + 'uriTemplate' => '/v1beta1/{name=projects/*/locations/*}/operations', + 'placeholders' => [ + 'name' => [ + 'getters' => [ + 'getName', + ], + ], + ], + ], + ], ], 'numericEnums' => true, ];