Skip to content

Commit 5ace9a5

Browse files
Regenerate apphub client
1 parent c9fa9d7 commit 5ace9a5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/AppHub.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
100100
'type' => 'string',
101101
'required' => true,
102102
],
103+
'extraLocationTypes' => [
104+
'location' => 'query',
105+
'type' => 'string',
106+
'repeated' => true,
107+
],
103108
'filter' => [
104109
'location' => 'query',
105110
'type' => 'string',

src/AppHub/Resource/ProjectsLocations.php

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

0 commit comments

Comments
 (0)