Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 01ed910

Browse files
committedApr 22, 2025
feat(gkebackup): update the api
#### gkebackup:v1 The following keys were added: - resources.projects.resources.locations.resources.backupChannels.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.backupChannels.methods.delete (Total Keys: 13) - resources.projects.resources.locations.resources.backupChannels.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.backupChannels.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.backupChannels.methods.patch (Total Keys: 15) - resources.projects.resources.locations.resources.backupChannels.resources.backupPlanBindings.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.backupChannels.resources.backupPlanBindings.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.restoreChannels.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.restoreChannels.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.restoreChannels.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.restoreChannels.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.restoreChannels.methods.patch (Total Keys: 15) - resources.projects.resources.locations.resources.restoreChannels.resources.restorePlanBindings.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.restoreChannels.resources.restorePlanBindings.methods.list (Total Keys: 20) - schemas.BackupChannel (Total Keys: 16) - schemas.BackupPlanBinding (Total Keys: 17) - schemas.BackupPlanDetails (Total Keys: 18) - schemas.ListBackupChannelsResponse (Total Keys: 7) - schemas.ListBackupPlanBindingsResponse (Total Keys: 7) - schemas.ListRestoreChannelsResponse (Total Keys: 7) - schemas.ListRestorePlanBindingsResponse (Total Keys: 7) - schemas.RestoreChannel (Total Keys: 16) - schemas.RestorePlanBinding (Total Keys: 15)
1 parent 9cdcceb commit 01ed910

7 files changed

+1911
-12
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="gkebackup_v1.html">Backup for GKE API</a> . <a href="gkebackup_v1.projects.html">projects</a> . <a href="gkebackup_v1.projects.locations.html">locations</a> . <a href="gkebackup_v1.projects.locations.backupChannels.html">backupChannels</a> . <a href="gkebackup_v1.projects.locations.backupChannels.backupPlanBindings.html">backupPlanBindings</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Retrieve the details of a single BackupPlanBinding.</p>
83+
<p class="toc_element">
84+
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
85+
<p class="firstline">Lists BackupPlanBindings in a given location.</p>
86+
<p class="toc_element">
87+
<code><a href="#list_next">list_next()</a></code></p>
88+
<p class="firstline">Retrieves the next page of results.</p>
89+
<h3>Method Details</h3>
90+
<div class="method">
91+
<code class="details" id="close">close()</code>
92+
<pre>Close httplib2 connections.</pre>
93+
</div>
94+
95+
<div class="method">
96+
<code class="details" id="get">get(name, x__xgafv=None)</code>
97+
<pre>Retrieve the details of a single BackupPlanBinding.
98+
99+
Args:
100+
name: string, Required. Fully qualified BackupPlanBinding name. Format: `projects/*/locations/*/backupChannels/*/backupPlanBindings/*` (required)
101+
x__xgafv: string, V1 error format.
102+
Allowed values
103+
1 - v1 error format
104+
2 - v2 error format
105+
106+
Returns:
107+
An object of the form:
108+
109+
{ # A BackupPlanBinding binds a BackupPlan with a BackupChannel. This resource is created automatically when a BackupPlan is created using a BackupChannel. This also serves as a holder for cross-project fields that need to be displayed in the current project.
110+
&quot;backupPlan&quot;: &quot;A String&quot;, # Output only. Immutable. The fully qualified name of the BackupPlan bound with the parent BackupChannel. `projects/*/locations/*/backupPlans/{backup_plan}`
111+
&quot;backupPlanDetails&quot;: { # Contains metadata about the backup plan/backup. # Output only. Contains details about the backup plan/backup.
112+
&quot;lastSuccessfulBackup&quot;: &quot;A String&quot;, # Output only. The fully qualified name of the last successful Backup created under this BackupPlan. `projects/*/locations/*/backupPlans/*/backups/*`
113+
&quot;lastSuccessfulBackupTime&quot;: &quot;A String&quot;, # Output only. Completion time of the last successful Backup. This is sourced from a successful Backup&#x27;s complete_time field.
114+
&quot;nextScheduledBackupTime&quot;: &quot;A String&quot;, # Output only. Start time of next scheduled backup under this BackupPlan by either cron_schedule or rpo config. This is sourced from BackupPlan.
115+
&quot;protectedPodCount&quot;: 42, # Output only. The number of Kubernetes Pods backed up in the last successful Backup created via this BackupPlan.
116+
&quot;rpoRiskLevel&quot;: 42, # Output only. A number that represents the current risk level of this BackupPlan from RPO perspective with 1 being no risk and 5 being highest risk.
117+
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the BackupPlan.
118+
},
119+
&quot;cluster&quot;: &quot;A String&quot;, # Output only. Immutable. The fully qualified name of the cluster that is being backed up Valid formats: - `projects/*/locations/*/clusters/*` - `projects/*/zones/*/clusters/*`
120+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when this binding was created.
121+
&quot;etag&quot;: &quot;A String&quot;, # Output only. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a BackupPlanBinding from overwriting each other. It is strongly suggested that systems make use of the &#x27;etag&#x27; in the read-modify-write cycle to perform BackupPlanBinding updates in order to avoid race conditions: An `etag` is returned in the response to `GetBackupPlanBinding`, and systems are expected to put that etag in the request to `UpdateBackupPlanBinding` or `DeleteBackupPlanBinding` to ensure that their change will be applied to the same version of the resource.
122+
&quot;name&quot;: &quot;A String&quot;, # Identifier. The fully qualified name of the BackupPlanBinding. `projects/*/locations/*/backupChannels/*/backupPlanBindings/*`
123+
&quot;uid&quot;: &quot;A String&quot;, # Output only. Server generated global unique identifier of [UUID4](https://en.wikipedia.org/wiki/Universally_unique_identifier)
124+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when this binding was created.
125+
}</pre>
126+
</div>
127+
128+
<div class="method">
129+
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
130+
<pre>Lists BackupPlanBindings in a given location.
131+
132+
Args:
133+
parent: string, Required. The BackupChannel that contains the BackupPlanBindings to list. Format: `projects/*/locations/*/backupChannels/*` (required)
134+
filter: string, Optional. Field match expression used to filter the results.
135+
orderBy: string, Optional. Field by which to sort the results.
136+
pageSize: integer, Optional. The target number of results to return in a single response. If not specified, a default value will be chosen by the service. Note that the response may include a partial list and a caller should only rely on the response&#x27;s next_page_token to determine if there are more instances left to be queried.
137+
pageToken: string, Optional. The value of next_page_token received from a previous `ListBackupPlanBindings` call. Provide this to retrieve the subsequent page in a multi-page list of results. When paginating, all other parameters provided to `ListBackupPlanBindings` must match the call that provided the page token.
138+
x__xgafv: string, V1 error format.
139+
Allowed values
140+
1 - v1 error format
141+
2 - v2 error format
142+
143+
Returns:
144+
An object of the form:
145+
146+
{ # Response message for ListBackupPlanBindings.
147+
&quot;backupPlanBindings&quot;: [ # The list of BackupPlanBindings matching the given criteria.
148+
{ # A BackupPlanBinding binds a BackupPlan with a BackupChannel. This resource is created automatically when a BackupPlan is created using a BackupChannel. This also serves as a holder for cross-project fields that need to be displayed in the current project.
149+
&quot;backupPlan&quot;: &quot;A String&quot;, # Output only. Immutable. The fully qualified name of the BackupPlan bound with the parent BackupChannel. `projects/*/locations/*/backupPlans/{backup_plan}`
150+
&quot;backupPlanDetails&quot;: { # Contains metadata about the backup plan/backup. # Output only. Contains details about the backup plan/backup.
151+
&quot;lastSuccessfulBackup&quot;: &quot;A String&quot;, # Output only. The fully qualified name of the last successful Backup created under this BackupPlan. `projects/*/locations/*/backupPlans/*/backups/*`
152+
&quot;lastSuccessfulBackupTime&quot;: &quot;A String&quot;, # Output only. Completion time of the last successful Backup. This is sourced from a successful Backup&#x27;s complete_time field.
153+
&quot;nextScheduledBackupTime&quot;: &quot;A String&quot;, # Output only. Start time of next scheduled backup under this BackupPlan by either cron_schedule or rpo config. This is sourced from BackupPlan.
154+
&quot;protectedPodCount&quot;: 42, # Output only. The number of Kubernetes Pods backed up in the last successful Backup created via this BackupPlan.
155+
&quot;rpoRiskLevel&quot;: 42, # Output only. A number that represents the current risk level of this BackupPlan from RPO perspective with 1 being no risk and 5 being highest risk.
156+
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the BackupPlan.
157+
},
158+
&quot;cluster&quot;: &quot;A String&quot;, # Output only. Immutable. The fully qualified name of the cluster that is being backed up Valid formats: - `projects/*/locations/*/clusters/*` - `projects/*/zones/*/clusters/*`
159+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when this binding was created.
160+
&quot;etag&quot;: &quot;A String&quot;, # Output only. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a BackupPlanBinding from overwriting each other. It is strongly suggested that systems make use of the &#x27;etag&#x27; in the read-modify-write cycle to perform BackupPlanBinding updates in order to avoid race conditions: An `etag` is returned in the response to `GetBackupPlanBinding`, and systems are expected to put that etag in the request to `UpdateBackupPlanBinding` or `DeleteBackupPlanBinding` to ensure that their change will be applied to the same version of the resource.
161+
&quot;name&quot;: &quot;A String&quot;, # Identifier. The fully qualified name of the BackupPlanBinding. `projects/*/locations/*/backupChannels/*/backupPlanBindings/*`
162+
&quot;uid&quot;: &quot;A String&quot;, # Output only. Server generated global unique identifier of [UUID4](https://en.wikipedia.org/wiki/Universally_unique_identifier)
163+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when this binding was created.
164+
},
165+
],
166+
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token which may be sent as page_token in a subsequent `ListBackupPlanBindingss` call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.
167+
&quot;unreachable&quot;: [ # Locations that could not be reached.
168+
&quot;A String&quot;,
169+
],
170+
}</pre>
171+
</div>
172+
173+
<div class="method">
174+
<code class="details" id="list_next">list_next()</code>
175+
<pre>Retrieves the next page of results.
176+
177+
Args:
178+
previous_request: The request for the previous page. (required)
179+
previous_response: The response from the request for the previous page. (required)
180+
181+
Returns:
182+
A request object that you can call &#x27;execute()&#x27; on to request the next
183+
page. Returns None if there are no more items in the collection.
184+
</pre>
185+
</div>
186+
187+
</body></html>

‎docs/dyn/gkebackup_v1.projects.locations.backupChannels.html

+336
Large diffs are not rendered by default.

‎docs/dyn/gkebackup_v1.projects.locations.backupPlans.backups.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ <h3>Method Details</h3>
336336
An object of the form:
337337

338338
{ # Response message for GetBackupIndexDownloadUrl.
339-
&quot;signedUrl&quot;: &quot;A String&quot;,
339+
&quot;signedUrl&quot;: &quot;A String&quot;, # Required. The signed URL for downloading the backup index.
340340
}</pre>
341341
</div>
342342

‎docs/dyn/gkebackup_v1.projects.locations.html

+10
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="gkebackup_v1.html">Backup for GKE API</a> . <a href="gkebackup_v1.projects.html">projects</a> . <a href="gkebackup_v1.projects.locations.html">locations</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="gkebackup_v1.projects.locations.backupChannels.html">backupChannels()</a></code>
79+
</p>
80+
<p class="firstline">Returns the backupChannels Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="gkebackup_v1.projects.locations.backupPlans.html">backupPlans()</a></code>
7984
</p>
@@ -84,6 +89,11 @@ <h2>Instance Methods</h2>
8489
</p>
8590
<p class="firstline">Returns the operations Resource.</p>
8691

92+
<p class="toc_element">
93+
<code><a href="gkebackup_v1.projects.locations.restoreChannels.html">restoreChannels()</a></code>
94+
</p>
95+
<p class="firstline">Returns the restoreChannels Resource.</p>
96+
8797
<p class="toc_element">
8898
<code><a href="gkebackup_v1.projects.locations.restorePlans.html">restorePlans()</a></code>
8999
</p>

‎docs/dyn/gkebackup_v1.projects.locations.restoreChannels.html

+335
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="gkebackup_v1.html">Backup for GKE API</a> . <a href="gkebackup_v1.projects.html">projects</a> . <a href="gkebackup_v1.projects.locations.html">locations</a> . <a href="gkebackup_v1.projects.locations.restoreChannels.html">restoreChannels</a> . <a href="gkebackup_v1.projects.locations.restoreChannels.restorePlanBindings.html">restorePlanBindings</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Retrieve the details of a single RestorePlanBinding.</p>
83+
<p class="toc_element">
84+
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
85+
<p class="firstline">Lists RestorePlanBindings in a given location.</p>
86+
<p class="toc_element">
87+
<code><a href="#list_next">list_next()</a></code></p>
88+
<p class="firstline">Retrieves the next page of results.</p>
89+
<h3>Method Details</h3>
90+
<div class="method">
91+
<code class="details" id="close">close()</code>
92+
<pre>Close httplib2 connections.</pre>
93+
</div>
94+
95+
<div class="method">
96+
<code class="details" id="get">get(name, x__xgafv=None)</code>
97+
<pre>Retrieve the details of a single RestorePlanBinding.
98+
99+
Args:
100+
name: string, Required. Fully qualified RestorePlanBinding name. Format: `projects/*/locations/*/restoreChannels/*/restorePlanBindings/*` (required)
101+
x__xgafv: string, V1 error format.
102+
Allowed values
103+
1 - v1 error format
104+
2 - v2 error format
105+
106+
Returns:
107+
An object of the form:
108+
109+
{ # A RestorePlanBinding binds a RestorePlan with a RestoreChannel. This resource is created automatically when a RestorePlan is created using a RestoreChannel. This also serves as a holder for cross-project fields that need to be displayed in the current project.
110+
&quot;backupPlan&quot;: &quot;A String&quot;, # Output only. The fully qualified name of the BackupPlan bound to the specified RestorePlan. `projects/*/locations/*/backukpPlans/{backup_plan}`
111+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when this binding was created.
112+
&quot;etag&quot;: &quot;A String&quot;, # Output only. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a RestorePlanBinding from overwriting each other. It is strongly suggested that systems make use of the &#x27;etag&#x27; in the read-modify-write cycle to perform RestorePlanBinding updates in order to avoid race conditions: An `etag` is returned in the response to `GetRestorePlanBinding`, and systems are expected to put that etag in the request to `UpdateRestorePlanBinding` or `DeleteRestorePlanBinding` to ensure that their change will be applied to the same version of the resource.
113+
&quot;name&quot;: &quot;A String&quot;, # Identifier. The fully qualified name of the RestorePlanBinding. `projects/*/locations/*/restoreChannels/*/restorePlanBindings/*`
114+
&quot;restorePlan&quot;: &quot;A String&quot;, # Output only. The fully qualified name of the RestorePlan bound to this RestoreChannel. `projects/*/locations/*/restorePlans/{restore_plan}`
115+
&quot;uid&quot;: &quot;A String&quot;, # Output only. Server generated global unique identifier of [UUID4](https://en.wikipedia.org/wiki/Universally_unique_identifier)
116+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when this binding was created.
117+
}</pre>
118+
</div>
119+
120+
<div class="method">
121+
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
122+
<pre>Lists RestorePlanBindings in a given location.
123+
124+
Args:
125+
parent: string, Required. The RestoreChannel that contains the ListRestorePlanBindings to list. Format: `projects/*/locations/*/restoreChannels/*` (required)
126+
filter: string, Optional. Field match expression used to filter the results.
127+
orderBy: string, Optional. Field by which to sort the results.
128+
pageSize: integer, Optional. The target number of results to return in a single response. If not specified, a default value will be chosen by the service. Note that the response may include a partial list and a caller should only rely on the response&#x27;s next_page_token to determine if there are more instances left to be queried.
129+
pageToken: string, Optional. The value of next_page_token received from a previous `ListRestorePlanBindings` call. Provide this to retrieve the subsequent page in a multi-page list of results. When paginating, all other parameters provided to `ListRestorePlanBindings` must match the call that provided the page token.
130+
x__xgafv: string, V1 error format.
131+
Allowed values
132+
1 - v1 error format
133+
2 - v2 error format
134+
135+
Returns:
136+
An object of the form:
137+
138+
{ # Response message for ListRestorePlanBindings.
139+
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token which may be sent as page_token in a subsequent `ListRestorePlanBindings` call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.
140+
&quot;restorePlanBindings&quot;: [ # The list of RestorePlanBindings matching the given criteria.
141+
{ # A RestorePlanBinding binds a RestorePlan with a RestoreChannel. This resource is created automatically when a RestorePlan is created using a RestoreChannel. This also serves as a holder for cross-project fields that need to be displayed in the current project.
142+
&quot;backupPlan&quot;: &quot;A String&quot;, # Output only. The fully qualified name of the BackupPlan bound to the specified RestorePlan. `projects/*/locations/*/backukpPlans/{backup_plan}`
143+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when this binding was created.
144+
&quot;etag&quot;: &quot;A String&quot;, # Output only. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a RestorePlanBinding from overwriting each other. It is strongly suggested that systems make use of the &#x27;etag&#x27; in the read-modify-write cycle to perform RestorePlanBinding updates in order to avoid race conditions: An `etag` is returned in the response to `GetRestorePlanBinding`, and systems are expected to put that etag in the request to `UpdateRestorePlanBinding` or `DeleteRestorePlanBinding` to ensure that their change will be applied to the same version of the resource.
145+
&quot;name&quot;: &quot;A String&quot;, # Identifier. The fully qualified name of the RestorePlanBinding. `projects/*/locations/*/restoreChannels/*/restorePlanBindings/*`
146+
&quot;restorePlan&quot;: &quot;A String&quot;, # Output only. The fully qualified name of the RestorePlan bound to this RestoreChannel. `projects/*/locations/*/restorePlans/{restore_plan}`
147+
&quot;uid&quot;: &quot;A String&quot;, # Output only. Server generated global unique identifier of [UUID4](https://en.wikipedia.org/wiki/Universally_unique_identifier)
148+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when this binding was created.
149+
},
150+
],
151+
&quot;unreachable&quot;: [ # Unordered list. Locations that could not be reached.
152+
&quot;A String&quot;,
153+
],
154+
}</pre>
155+
</div>
156+
157+
<div class="method">
158+
<code class="details" id="list_next">list_next()</code>
159+
<pre>Retrieves the next page of results.
160+
161+
Args:
162+
previous_request: The request for the previous page. (required)
163+
previous_response: The response from the request for the previous page. (required)
164+
165+
Returns:
166+
A request object that you can call &#x27;execute()&#x27; on to request the next
167+
page. Returns None if there are no more items in the collection.
168+
</pre>
169+
</div>
170+
171+
</body></html>

‎googleapiclient/discovery_cache/documents/gkebackup.v1.json

+871-11
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.