Skip to content

Commit a174397

Browse files
feat(dataproc): update the api
#### dataproc:v1 The following keys were added: - schemas.AuthenticationConfig (Total Keys: 4) - schemas.InjectableCredentialsConfig (Total Keys: 2) - schemas.RuntimeConfig.properties.sessionAuthenticationConfig.$ref (Total Keys: 1)
1 parent f4d781d commit a174397

10 files changed

+568
-518
lines changed

docs/dyn/dataproc_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/dataproc_v1.projects.locations.autoscalingPolicies.html

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

docs/dyn/dataproc_v1.projects.locations.batches.html

Lines changed: 24 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(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Lists batch workloads.</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">
@@ -155,6 +155,11 @@ <h3>Method Details</h3>
155155
&quot;properties&quot;: { # Optional. A mapping of property names to values, which are used to configure workload execution.
156156
&quot;a_key&quot;: &quot;A String&quot;,
157157
},
158+
&quot;sessionAuthenticationConfig&quot;: { # Configuration for using injectable credentials or service account # Optional. Authentication configuration for the session execution.
159+
&quot;authenticationType&quot;: &quot;A String&quot;, # Authentication type for session execution.
160+
&quot;injectableCredentialsConfig&quot;: { # Specific injectable credentials authentication parameters # Configuration for using end user authentication
161+
},
162+
},
158163
&quot;version&quot;: &quot;A String&quot;, # Optional. Version of the batch runtime.
159164
},
160165
&quot;runtimeInfo&quot;: { # Runtime information about workload execution. # Output only. Runtime information about batch execution.
@@ -325,6 +330,11 @@ <h3>Method Details</h3>
325330
&quot;properties&quot;: { # Optional. A mapping of property names to values, which are used to configure workload execution.
326331
&quot;a_key&quot;: &quot;A String&quot;,
327332
},
333+
&quot;sessionAuthenticationConfig&quot;: { # Configuration for using injectable credentials or service account # Optional. Authentication configuration for the session execution.
334+
&quot;authenticationType&quot;: &quot;A String&quot;, # Authentication type for session execution.
335+
&quot;injectableCredentialsConfig&quot;: { # Specific injectable credentials authentication parameters # Configuration for using end user authentication
336+
},
337+
},
328338
&quot;version&quot;: &quot;A String&quot;, # Optional. Version of the batch runtime.
329339
},
330340
&quot;runtimeInfo&quot;: { # Runtime information about workload execution. # Output only. Runtime information about batch execution.
@@ -451,6 +461,11 @@ <h3>Method Details</h3>
451461
&quot;properties&quot;: { # Optional. A mapping of property names to values, which are used to configure workload execution.
452462
&quot;a_key&quot;: &quot;A String&quot;,
453463
},
464+
&quot;sessionAuthenticationConfig&quot;: { # Configuration for using injectable credentials or service account # Optional. Authentication configuration for the session execution.
465+
&quot;authenticationType&quot;: &quot;A String&quot;, # Authentication type for session execution.
466+
&quot;injectableCredentialsConfig&quot;: { # Specific injectable credentials authentication parameters # Configuration for using end user authentication
467+
},
468+
},
454469
&quot;version&quot;: &quot;A String&quot;, # Optional. Version of the batch runtime.
455470
},
456471
&quot;runtimeInfo&quot;: { # Runtime information about workload execution. # Output only. Runtime information about batch execution.
@@ -515,17 +530,17 @@ <h3>Method Details</h3>
515530
</div>
516531

517532
<div class="method">
518-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
533+
<code class="details" id="list_next">list_next()</code>
519534
<pre>Retrieves the next page of results.
520535

521-
Args:
522-
previous_request: The request for the previous page. (required)
523-
previous_response: The response from the request for the previous page. (required)
536+
Args:
537+
previous_request: The request for the previous page. (required)
538+
previous_response: The response from the request for the previous page. (required)
524539

525-
Returns:
526-
A request object that you can call &#x27;execute()&#x27; on to request the next
527-
page. Returns None if there are no more items in the collection.
528-
</pre>
540+
Returns:
541+
A request object that you can call &#x27;execute()&#x27; on to request the next
542+
page. Returns None if there are no more items in the collection.
543+
</pre>
529544
</div>
530545

531546
</body></html>

0 commit comments

Comments
 (0)