Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit c433b6b

Browse files
gcf-owl-bot[bot]Benjamin E. Coe
andauthored
feat: add new Dataproc features: - Spark runtime versioning for Spark batches - custom image containers for Spark batches - auto-diagnostic of failed Spark batches - Local SSD NVME interface support for GCE clusters
Committer: @medb PiperOrigin-RevId: 420175701 Source-Link: googleapis/googleapis@1116092 Source-Link: https://github.com/googleapis/googleapis-gen/commit/72c0b7f4dcdf2cd4d4729769cbdeb2b228c504e1 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzJjMGI3ZjRkY2RmMmNkNGQ0NzI5NzY5Y2JkZWIyYjIyOGM1MDRlMSJ9 See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent 9bf1f26 commit c433b6b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

protos/google/cloud/dataproc/v1/batches.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ message CreateBatchRequest {
9090
// Optional. The ID to use for the batch, which will become the final component of
9191
// the batch's resource name.
9292
//
93-
// This value must be 4-63 characters. Valid characters are `/[a-z][0-9]-/`.
93+
// This value must be 4-63 characters. Valid characters
94+
// are /[a-z][0-9]-/.
9495
string batch_id = 3 [(google.api.field_behavior) = OPTIONAL];
9596

9697
// Optional. A unique ID used to identify the request. If the service

samples/generated/v1/batch_controller.create_batch.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ function main(parent, batch) {
3131
/**
3232
* Optional. The ID to use for the batch, which will become the final component of
3333
* the batch's resource name.
34-
* This value must be 4-63 characters. Valid characters are `/[a-z][0-9]-/`.
34+
* This value must be 4-63 characters. Valid characters
35+
* are /[a-z][0-9]-/.
3536
*/
3637
// const batchId = 'abc123'
3738
/**

src/v1/batch_controller_client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,8 @@ export class BatchControllerClient {
553553
* Optional. The ID to use for the batch, which will become the final component of
554554
* the batch's resource name.
555555
*
556-
* This value must be 4-63 characters. Valid characters are `/{@link 0-9|a-z}-/`.
556+
* This value must be 4-63 characters. Valid characters
557+
* are /{@link 0-9|a-z}-/.
557558
* @param {string} [request.requestId]
558559
* Optional. A unique ID used to identify the request. If the service
559560
* receives two

0 commit comments

Comments
 (0)