Skip to content

Commit 7b4db39

Browse files
feat(backupdr): update the api
#### backupdr:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent 8cdb757 commit 7b4db39

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

docs/dyn/backupdr_v1.projects.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h2>Instance Methods</h2>
116116
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
117117
<p class="firstline">Gets information about a location.</p>
118118
<p class="toc_element">
119-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
119+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
120120
<p class="firstline">Lists information about the supported locations for this service.</p>
121121
<p class="toc_element">
122122
<code><a href="#list_next">list_next()</a></code></p>
@@ -155,11 +155,12 @@ <h3>Method Details</h3>
155155
</div>
156156

157157
<div class="method">
158-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
158+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
159159
<pre>Lists information about the supported locations for this service.
160160

161161
Args:
162162
name: string, The resource that owns the locations collection, if applicable. (required)
163+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
163164
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
164165
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
165166
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

googleapiclient/discovery_cache/documents/backupdr.v1.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"description": "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).",
148154
"location": "query",
@@ -1745,7 +1751,7 @@
17451751
}
17461752
}
17471753
},
1748-
"revision": "20250317",
1754+
"revision": "20250326",
17491755
"rootUrl": "https://backupdr.googleapis.com/",
17501756
"schemas": {
17511757
"AbandonBackupRequest": {
@@ -2628,14 +2634,16 @@
26282634
"CREATING",
26292635
"ACTIVE",
26302636
"DELETING",
2631-
"INACTIVE"
2637+
"INACTIVE",
2638+
"UPDATING"
26322639
],
26332640
"enumDescriptions": [
26342641
"State not set.",
26352642
"The resource is being created.",
26362643
"The resource has been created and is fully usable.",
26372644
"The resource is being deleted.",
2638-
"The resource has been created but is not usable."
2645+
"The resource has been created but is not usable.",
2646+
"The resource is being updated."
26392647
],
26402648
"readOnly": true,
26412649
"type": "string"

0 commit comments

Comments
 (0)