Skip to content

Commit 904f2b9

Browse files
feat(gkehub): update the api
#### gkehub:v1alpha The following keys were added: - schemas.IdentityServiceOidcConfig.properties.enableAccessToken.type (Total Keys: 1)
1 parent 0368593 commit 904f2b9

34 files changed

+311
-299
lines changed

docs/dyn/gkehub_v1.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@ <h3>Method Details</h3>
9595
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
9696
<pre>Create a BatchHttpRequest object based on the discovery document.
9797

98-
Args:
99-
callback: callable, A callback to be called for each response, of the
100-
form callback(id, response, exception). The first parameter is the
101-
request id, and the second is the deserialized response object. The
102-
third is an apiclient.errors.HttpError exception object if an HTTP
103-
error occurred while processing the request, or None if no error
104-
occurred.
105-
106-
Returns:
107-
A BatchHttpRequest object based on the discovery document.
108-
</pre>
98+
Args:
99+
callback: callable, A callback to be called for each response, of the
100+
form callback(id, response, exception). The first parameter is the
101+
request id, and the second is the deserialized response object. The
102+
third is an apiclient.errors.HttpError exception object if an HTTP
103+
error occurred while processing the request, or None if no error
104+
occurred.
105+
106+
Returns:
107+
A BatchHttpRequest object based on the discovery document.
108+
</pre>
109109
</div>
110110

111111
</body></html>

docs/dyn/gkehub_v1.projects.locations.features.html

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

docs/dyn/gkehub_v1.projects.locations.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2>Instance Methods</h2>
9999
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
100100
<p class="firstline">Lists information about the supported locations for this service.</p>
101101
<p class="toc_element">
102-
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
102+
<code><a href="#list_next">list_next()</a></code></p>
103103
<p class="firstline">Retrieves the next page of results.</p>
104104
<h3>Method Details</h3>
105105
<div class="method">
@@ -170,17 +170,17 @@ <h3>Method Details</h3>
170170
</div>
171171

172172
<div class="method">
173-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
173+
<code class="details" id="list_next">list_next()</code>
174174
<pre>Retrieves the next page of results.
175175

176-
Args:
177-
previous_request: The request for the previous page. (required)
178-
previous_response: The response from the request for the previous page. (required)
176+
Args:
177+
previous_request: The request for the previous page. (required)
178+
previous_response: The response from the request for the previous page. (required)
179179

180-
Returns:
181-
A request object that you can call &#x27;execute()&#x27; on to request the next
182-
page. Returns None if there are no more items in the collection.
183-
</pre>
180+
Returns:
181+
A request object that you can call &#x27;execute()&#x27; on to request the next
182+
page. Returns None if there are no more items in the collection.
183+
</pre>
184184
</div>
185185

186186
</body></html>

docs/dyn/gkehub_v1.projects.locations.memberships.html

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

docs/dyn/gkehub_v1.projects.locations.operations.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2>Instance Methods</h2>
9090
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.</p>
9292
<p class="toc_element">
93-
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
93+
<code><a href="#list_next">list_next()</a></code></p>
9494
<p class="firstline">Retrieves the next page of results.</p>
9595
<h3>Method Details</h3>
9696
<div class="method">
@@ -219,17 +219,17 @@ <h3>Method Details</h3>
219219
</div>
220220

221221
<div class="method">
222-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
222+
<code class="details" id="list_next">list_next()</code>
223223
<pre>Retrieves the next page of results.
224224

225-
Args:
226-
previous_request: The request for the previous page. (required)
227-
previous_response: The response from the request for the previous page. (required)
225+
Args:
226+
previous_request: The request for the previous page. (required)
227+
previous_response: The response from the request for the previous page. (required)
228228

229-
Returns:
230-
A request object that you can call &#x27;execute()&#x27; on to request the next
231-
page. Returns None if there are no more items in the collection.
232-
</pre>
229+
Returns:
230+
A request object that you can call &#x27;execute()&#x27; on to request the next
231+
page. Returns None if there are no more items in the collection.
232+
</pre>
233233
</div>
234234

235235
</body></html>

docs/dyn/gkehub_v1alpha.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,17 @@ <h3>Method Details</h3>
100100
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
101101
<pre>Create a BatchHttpRequest object based on the discovery document.
102102

103-
Args:
104-
callback: callable, A callback to be called for each response, of the
105-
form callback(id, response, exception). The first parameter is the
106-
request id, and the second is the deserialized response object. The
107-
third is an apiclient.errors.HttpError exception object if an HTTP
108-
error occurred while processing the request, or None if no error
109-
occurred.
110-
111-
Returns:
112-
A BatchHttpRequest object based on the discovery document.
113-
</pre>
103+
Args:
104+
callback: callable, A callback to be called for each response, of the
105+
form callback(id, response, exception). The first parameter is the
106+
request id, and the second is the deserialized response object. The
107+
third is an apiclient.errors.HttpError exception object if an HTTP
108+
error occurred while processing the request, or None if no error
109+
occurred.
110+
111+
Returns:
112+
A BatchHttpRequest object based on the discovery document.
113+
</pre>
114114
</div>
115115

116116
</body></html>

docs/dyn/gkehub_v1alpha.organizations.locations.fleets.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Instance Methods</h2>
8181
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Returns all fleets within an organization or a project that the caller has access to.</p>
8383
<p class="toc_element">
84-
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
84+
<code><a href="#list_next">list_next()</a></code></p>
8585
<p class="firstline">Retrieves the next page of results.</p>
8686
<h3>Method Details</h3>
8787
<div class="method">
@@ -122,17 +122,17 @@ <h3>Method Details</h3>
122122
</div>
123123

124124
<div class="method">
125-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
125+
<code class="details" id="list_next">list_next()</code>
126126
<pre>Retrieves the next page of results.
127127

128-
Args:
129-
previous_request: The request for the previous page. (required)
130-
previous_response: The response from the request for the previous page. (required)
128+
Args:
129+
previous_request: The request for the previous page. (required)
130+
previous_response: The response from the request for the previous page. (required)
131131

132-
Returns:
133-
A request object that you can call &#x27;execute()&#x27; on to request the next
134-
page. Returns None if there are no more items in the collection.
135-
</pre>
132+
Returns:
133+
A request object that you can call &#x27;execute()&#x27; on to request the next
134+
page. Returns None if there are no more items in the collection.
135+
</pre>
136136
</div>
137137

138138
</body></html>

0 commit comments

Comments
 (0)