Skip to content

Commit 2cb1c07

Browse files
feat(dataproc): update the api
#### dataproc:v1 The following keys were added: - schemas.ClusterConfig.properties.dataprocMetricConfig.$ref (Total Keys: 1) - schemas.DataprocMetricConfig (Total Keys: 4) - schemas.Metric (Total Keys: 5)
1 parent f172aa9 commit 2cb1c07

6 files changed

+345
-111
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h3>Method Details</h3>
164164
},
165165
&quot;outputUri&quot;: &quot;A String&quot;, # Output only. A URI pointing to the location of the stdout and stderr of the workload.
166166
},
167-
&quot;sparkBatch&quot;: { # A configuration for running an Apache Spark (http://spark.apache.org/) batch workload. # Optional. Spark batch config.
167+
&quot;sparkBatch&quot;: { # A configuration for running an Apache Spark (https://spark.apache.org/) batch workload. # Optional. Spark batch config.
168168
&quot;archiveUris&quot;: [ # Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
169169
&quot;A String&quot;,
170170
],
@@ -192,7 +192,7 @@ <h3>Method Details</h3>
192192
],
193193
&quot;mainRFileUri&quot;: &quot;A String&quot;, # Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.
194194
},
195-
&quot;sparkSqlBatch&quot;: { # A configuration for running Apache Spark SQL (http://spark.apache.org/sql/) queries as a batch workload. # Optional. SparkSql batch config.
195+
&quot;sparkSqlBatch&quot;: { # A configuration for running Apache Spark SQL (https://spark.apache.org/sql/) queries as a batch workload. # Optional. SparkSql batch config.
196196
&quot;jarFileUris&quot;: [ # Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
197197
&quot;A String&quot;,
198198
],
@@ -334,7 +334,7 @@ <h3>Method Details</h3>
334334
},
335335
&quot;outputUri&quot;: &quot;A String&quot;, # Output only. A URI pointing to the location of the stdout and stderr of the workload.
336336
},
337-
&quot;sparkBatch&quot;: { # A configuration for running an Apache Spark (http://spark.apache.org/) batch workload. # Optional. Spark batch config.
337+
&quot;sparkBatch&quot;: { # A configuration for running an Apache Spark (https://spark.apache.org/) batch workload. # Optional. Spark batch config.
338338
&quot;archiveUris&quot;: [ # Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
339339
&quot;A String&quot;,
340340
],
@@ -362,7 +362,7 @@ <h3>Method Details</h3>
362362
],
363363
&quot;mainRFileUri&quot;: &quot;A String&quot;, # Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.
364364
},
365-
&quot;sparkSqlBatch&quot;: { # A configuration for running Apache Spark SQL (http://spark.apache.org/sql/) queries as a batch workload. # Optional. SparkSql batch config.
365+
&quot;sparkSqlBatch&quot;: { # A configuration for running Apache Spark SQL (https://spark.apache.org/sql/) queries as a batch workload. # Optional. SparkSql batch config.
366366
&quot;jarFileUris&quot;: [ # Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
367367
&quot;A String&quot;,
368368
],
@@ -460,7 +460,7 @@ <h3>Method Details</h3>
460460
},
461461
&quot;outputUri&quot;: &quot;A String&quot;, # Output only. A URI pointing to the location of the stdout and stderr of the workload.
462462
},
463-
&quot;sparkBatch&quot;: { # A configuration for running an Apache Spark (http://spark.apache.org/) batch workload. # Optional. Spark batch config.
463+
&quot;sparkBatch&quot;: { # A configuration for running an Apache Spark (https://spark.apache.org/) batch workload. # Optional. Spark batch config.
464464
&quot;archiveUris&quot;: [ # Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
465465
&quot;A String&quot;,
466466
],
@@ -488,7 +488,7 @@ <h3>Method Details</h3>
488488
],
489489
&quot;mainRFileUri&quot;: &quot;A String&quot;, # Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.
490490
},
491-
&quot;sparkSqlBatch&quot;: { # A configuration for running Apache Spark SQL (http://spark.apache.org/sql/) queries as a batch workload. # Optional. SparkSql batch config.
491+
&quot;sparkSqlBatch&quot;: { # A configuration for running Apache Spark SQL (https://spark.apache.org/sql/) queries as a batch workload. # Optional. SparkSql batch config.
492492
&quot;jarFileUris&quot;: [ # Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
493493
&quot;A String&quot;,
494494
],

0 commit comments

Comments
 (0)