Skip to content

Commit ffa91c9

Browse files
Regenerate artifactregistry client (#6600)
1 parent ea81d84 commit ffa91c9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/ArtifactRegistry.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
150150
'type' => 'string',
151151
'required' => true,
152152
],
153+
'extraLocationTypes' => [
154+
'location' => 'query',
155+
'type' => 'string',
156+
'repeated' => true,
157+
],
153158
'filter' => [
154159
'location' => 'query',
155160
'type' => 'string',

src/ArtifactRegistry/Resource/ProjectsLocations.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ public function getVpcscConfig($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)