Skip to content

Commit dbd9aa9

Browse files
Regenerate vpcaccess client (#6578)
1 parent 9462dbc commit dbd9aa9

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/ServerlessVPCAccess.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
7575
'type' => 'string',
7676
'required' => true,
7777
],
78+
'extraLocationTypes' => [
79+
'location' => 'query',
80+
'type' => 'string',
81+
'repeated' => true,
82+
],
7883
'filter' => [
7984
'location' => 'query',
8085
'type' => 'string',

src/ServerlessVPCAccess/Resource/ProjectsLocations.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ class ProjectsLocations extends \Google\Service\Resource
3737
* applicable.
3838
* @param array $optParams Optional parameters.
3939
*
40+
* @opt_param string extraLocationTypes Optional. A list of extra location types
41+
* that should be used as conditions for controlling the visibility of the
42+
* locations.
4043
* @opt_param string filter A filter to narrow down results to a preferred
4144
* subset. The filtering language accepts strings like `"displayName=tokyo"`,
4245
* and is documented in more detail in [AIP-160](https://google.aip.dev/160).

0 commit comments

Comments
 (0)