Skip to content

Commit 5cc7143

Browse files
Regenerate config client (#6560)
Co-authored-by: Brent Shaffer <betterbrent@google.com>
1 parent f049466 commit 5cc7143

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/Config.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/Config/Resource/ProjectsLocations.php

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

0 commit comments

Comments
 (0)