Skip to content

Commit

Permalink
feat: expose display_name to batch v1 API
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 573914933
  • Loading branch information
Google APIs authored and Copybara-Service committed Oct 16, 2023
1 parent a9ebb31 commit ab87375
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google/cloud/batch/v1/task.proto
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

0 comments on commit ab87375

Please sign in to comment.