Skip to content

Commit 518421f

Browse files
Regenerate clouddeploy client
1 parent c9fa9d7 commit 518421f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

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

0 commit comments

Comments
 (0)