Skip to content

Commit

Permalink
fix: [Functions] service update (#5010)
Browse files Browse the repository at this point in the history
* fix(php): add service_yaml to php_gapic_library targets

PiperOrigin-RevId: 421075193

Source-Link: googleapis/googleapis@dc15873

Source-Link: googleapis/googleapis-gen@6141c1c
Copy-Tag: eyJwIjoiRnVuY3Rpb25zLy5Pd2xCb3QueWFtbCIsImgiOiI2MTQxYzFjNmZhYzNlYTgwMDU4NmEwZjhiYmM0MTBhOWViNWUzYzhkIn0=

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 11, 2022
1 parent 1b5756b commit e2efd54
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@
],
],
],
'google.longrunning.Operations' => [
'ListOperations' => [
'google.cloud.location.Locations' => [
'ListLocations' => [
'method' => 'get',
'uriTemplate' => '/v1/operations',
'uriTemplate' => '/v1/{name=projects/*}/locations',
'placeholders' => [
'name' => [
'getters' => [
Expand All @@ -145,6 +145,8 @@
],
],
],
],
'google.longrunning.Operations' => [
'GetOperation' => [
'method' => 'get',
'uriTemplate' => '/v1/{name=operations/*}',
Expand All @@ -156,6 +158,10 @@
],
],
],
'ListOperations' => [
'method' => 'get',
'uriTemplate' => '/v1/operations',
],
],
],
];

0 comments on commit e2efd54

Please sign in to comment.