We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2d46f commit dcd6ad7Copy full SHA for dcd6ad7
1 file changed
google/cloud/batch/v1/job.proto
@@ -141,6 +141,7 @@ message JobStatus {
141
142
// Valid Job states.
143
enum State {
144
+ // Job state unspecified.
145
STATE_UNSPECIFIED = 0;
146
147
// Job is admitted (validated and persisted) and waiting for resources.
@@ -262,6 +263,7 @@ message AllocationPolicy {
262
263
// * "batch-debian": use Batch Debian images.
264
// * "batch-centos": use Batch CentOS images.
265
// * "batch-cos": use Batch Container-Optimized images.
266
+ // * "batch-hpc-centos": use Batch HPC CentOS images.
267
string image = 4;
268
269
// Name of a snapshot used as the data source.
0 commit comments