Skip to content

Commit 3acfe59

Browse files
Regenerate eventarc client (#6571)
1 parent 977b687 commit 3acfe59

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

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

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

0 commit comments

Comments
 (0)