Add runtime path in CreateTaskRequest

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2021-10-07 15:52:10 -07:00
parent b5b83e0512
commit d4f4c1380a
5 changed files with 277 additions and 172 deletions

View File

@@ -3821,6 +3821,13 @@ file {
type_name: ".google.protobuf.Any"
json_name: "options"
}
field {
name: "runtime_path"
number: 10
label: LABEL_OPTIONAL
type: TYPE_STRING
json_name: "runtimePath"
}
}
message_type {
name: "CreateTaskResponse"