Skip to content

Commit 7392c32

Browse files
Regenerate networkservices client
1 parent c9fa9d7 commit 7392c32

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/NetworkServices.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
103103
'type' => 'string',
104104
'required' => true,
105105
],
106+
'extraLocationTypes' => [
107+
'location' => 'query',
108+
'type' => 'string',
109+
'repeated' => true,
110+
],
106111
'filter' => [
107112
'location' => 'query',
108113
'type' => 'string',

src/NetworkServices/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)