Skip to content

Commit

Permalink
feat: [batch] expose display_name to batch v1 API (googleapis#4742)
Browse files Browse the repository at this point in the history
* feat: expose display_name to batch v1 API

PiperOrigin-RevId: 573914933

Source-Link: googleapis/googleapis@ab87375

Source-Link: https://github.com/googleapis/googleapis-gen/commit/0eabaacbf7ffa1de6a8518c904acc3a1c3bc75be
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiIwZWFiYWFjYmY3ZmZhMWRlNmE4NTE4YzkwNGFjYzNhMWMzYmM3NWJlIn0=

* 🦉 Updates from OwlBot post-processor

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: sofisl <[email protected]>
  • Loading branch information
3 people authored Oct 20, 2023
1 parent e61a513 commit d02570b
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,12 @@ message Runnable {
Barrier barrier = 6;
}

// Optional. DisplayName is an optional field that can be provided by the
// caller. If provided, it will be used in logs and other outputs to identify
// the script, making it easier for users to understand the logs. If not
// provided the index of the runnable will be used for outputs.
string display_name = 10 [(google.api.field_behavior) = OPTIONAL];

// Normally, a non-zero exit status causes the Task to fail. This flag allows
// execution of other Runnables to continue instead.
bool ignore_exit_status = 3;
Expand Down
6 changes: 6 additions & 0 deletions packages/google-cloud-batch/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions packages/google-cloud-batch/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/google-cloud-batch/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d02570b

Please sign in to comment.