Skip to content

Commit 11abdfb

Browse files
1 parent 68b6f9a commit 11abdfb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/BackupforGKE.php

+5
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
9191
'type' => 'string',
9292
'required' => true,
9393
],
94+
'extraLocationTypes' => [
95+
'location' => 'query',
96+
'type' => 'string',
97+
'repeated' => true,
98+
],
9499
'filter' => [
95100
'location' => 'query',
96101
'type' => 'string',

src/BackupforGKE/Resource/ProjectsLocations.php

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ public function get($name, $optParams = [])
5252
* applicable.
5353
* @param array $optParams Optional parameters.
5454
*
55+
* @opt_param string extraLocationTypes Optional. A list of extra location types
56+
* that should be used as conditions for controlling the visibility of the
57+
* locations.
5558
* @opt_param string filter A filter to narrow down results to a preferred
5659
* subset. The filtering language accepts strings like `"displayName=tokyo"`,
5760
* and is documented in more detail in [AIP-160](https://google.aip.dev/160).

0 commit comments

Comments
 (0)