diff --git a/Functions/src/V1/resources/cloud_functions_service_rest_client_config.php b/Functions/src/V1/resources/cloud_functions_service_rest_client_config.php index 3ca4baf4e6f0..09bfdc288e9b 100644 --- a/Functions/src/V1/resources/cloud_functions_service_rest_client_config.php +++ b/Functions/src/V1/resources/cloud_functions_service_rest_client_config.php @@ -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' => [ @@ -145,6 +145,8 @@ ], ], ], + ], + 'google.longrunning.Operations' => [ 'GetOperation' => [ 'method' => 'get', 'uriTemplate' => '/v1/{name=operations/*}', @@ -156,6 +158,10 @@ ], ], ], + 'ListOperations' => [ + 'method' => 'get', + 'uriTemplate' => '/v1/operations', + ], ], ], ];