Skip to content

Commit c60e061

Browse files
Regenerate datamigration client
1 parent c9fa9d7 commit c60e061

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/DatabaseMigrationService.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
109109
'type' => 'string',
110110
'required' => true,
111111
],
112+
'extraLocationTypes' => [
113+
'location' => 'query',
114+
'type' => 'string',
115+
'repeated' => true,
116+
],
112117
'filter' => [
113118
'location' => 'query',
114119
'type' => 'string',

src/DatabaseMigrationService/Resource/ProjectsLocations.php

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

0 commit comments

Comments
 (0)