Skip to content

Commit 22cdca2

Browse files
Regenerate apim client
1 parent c9fa9d7 commit 22cdca2

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

src/APIManagement.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
8989
'type' => 'string',
9090
'required' => true,
9191
],
92+
'extraLocationTypes' => [
93+
'location' => 'query',
94+
'type' => 'string',
95+
'repeated' => true,
96+
],
9297
'filter' => [
9398
'location' => 'query',
9499
'type' => 'string',

src/APIManagement/Resource/ProjectsLocations.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ public function get($name, $optParams = [])
5353
* applicable.
5454
* @param array $optParams Optional parameters.
5555
*
56+
* @opt_param string extraLocationTypes Optional. A list of extra location types
57+
* that should be used as conditions for controlling the visibility of the
58+
* locations.
5659
* @opt_param string filter A filter to narrow down results to a preferred
5760
* subset. The filtering language accepts strings like `"displayName=tokyo"`,
5861
* and is documented in more detail in [AIP-160](https://google.aip.dev/160).

src/APIManagement/Resource/ProjectsLocationsOperations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ProjectsLocationsOperations extends \Google\Service\Resource
4040
* other methods to check whether the cancellation succeeded or whether the
4141
* operation completed despite cancellation. On successful cancellation, the
4242
* operation is not deleted; instead, it becomes an operation with an
43-
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
43+
* Operation.error value with a google.rpc.Status.code of `1`, corresponding to
4444
* `Code.CANCELLED`. (operations.cancel)
4545
*
4646
* @param string $name The name of the operation resource to be cancelled.

0 commit comments

Comments
 (0)