Skip to content

Commit

Permalink
feat: add new Dataproc features: - Spark runtime versioning for Spark…
Browse files Browse the repository at this point in the history
… 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: googleapis/googleapis-gen@72c0b7f
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]>
  • Loading branch information
3 people authored Feb 2, 2022
1 parent e3d1b48 commit f60fba2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ message CreateBatchRequest {
// Optional. The ID to use for the batch, which will become the final component of
// the batch's resource name.
//
// This value must be 4-63 characters. Valid characters are `/[a-z][0-9]-/`.
// This value must be 4-63 characters. Valid characters
// are /[a-z][0-9]-/.
string batch_id = 3 [(google.api.field_behavior) = OPTIONAL];

// Optional. A unique ID used to identify the request. If the service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ function main(parent, batch) {
/**
* Optional. The ID to use for the batch, which will become the final component of
* the batch's resource name.
* This value must be 4-63 characters. Valid characters are `/[a-z][0-9]-/`.
* This value must be 4-63 characters. Valid characters
* are /[a-z][0-9]-/.
*/
// const batchId = 'abc123'
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,8 @@ export class BatchControllerClient {
* Optional. The ID to use for the batch, which will become the final component of
* the batch's resource name.
*
* This value must be 4-63 characters. Valid characters are `/{@link 0-9|a-z}-/`.
* This value must be 4-63 characters. Valid characters
* are /{@link 0-9|a-z}-/.
* @param {string} [request.requestId]
* Optional. A unique ID used to identify the request. If the service
* receives two
Expand Down

0 comments on commit f60fba2

Please sign in to comment.