Skip to content

Regenerate clouddeploy client #6558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/CloudDeploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
'type' => 'string',
'required' => true,
],
'extraLocationTypes' => [
'location' => 'query',
'type' => 'string',
'repeated' => true,
],
'filter' => [
'location' => 'query',
'type' => 'string',
Expand Down
3 changes: 3 additions & 0 deletions src/CloudDeploy/Resource/ProjectsLocations.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ public function getConfig($name, $optParams = [])
* applicable.
* @param array $optParams Optional parameters.
*
* @opt_param string extraLocationTypes Optional. A list of extra location types
* that should be used as conditions for controlling the visibility of the
* locations.
* @opt_param string filter A filter to narrow down results to a preferred
* subset. The filtering language accepts strings like `"displayName=tokyo"`,
* and is documented in more detail in [AIP-160](https://google.aip.dev/160).
Expand Down