Skip to content

Commit

Permalink
fix: [SecurityPrivateCa] ensure proper LRO & mixin HTTP overloads are…
Browse files Browse the repository at this point in the history
… used (#5892)

PiperOrigin-RevId: 511530528
Source-Link: googleapis/googleapis@2029bd6
Source-Link: googleapis/googleapis-gen@00ff7d1
Copy-Tag: eyJwIjoiU2VjdXJpdHlQcml2YXRlQ2EvLk93bEJvdC55YW1sIiwiaCI6IjAwZmY3ZDE1MjFhNTMwZTA4MGMyNzdlYTc2NjhkYWE1MGExYjk1YjkifQ==
  • Loading branch information
gcf-owl-bot[bot] authored Feb 22, 2023
1 parent 83a6515 commit 6bea181
Showing 1 changed file with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];

0 comments on commit 6bea181

Please sign in to comment.