Skip to content

Commit 331c808

Browse files
Regenerate cloudtasks client
1 parent c9fa9d7 commit 331c808

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/CloudTasks.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
9595
'type' => 'string',
9696
'required' => true,
9797
],
98+
'extraLocationTypes' => [
99+
'location' => 'query',
100+
'type' => 'string',
101+
'repeated' => true,
102+
],
98103
'filter' => [
99104
'location' => 'query',
100105
'type' => 'string',

src/CloudTasks/Resource/ProjectsLocations.php

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

0 commit comments

Comments
 (0)