Skip to content

Commit dcd6ad7

Browse files
Google APIscopybara-github
authored andcommitted
docs: Add image shortcut example for Batch HPC CentOS Image
PiperOrigin-RevId: 545368122
1 parent 5b2d46f commit dcd6ad7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

google/cloud/batch/v1/job.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ message JobStatus {
141141

142142
// Valid Job states.
143143
enum State {
144+
// Job state unspecified.
144145
STATE_UNSPECIFIED = 0;
145146

146147
// Job is admitted (validated and persisted) and waiting for resources.
@@ -262,6 +263,7 @@ message AllocationPolicy {
262263
// * "batch-debian": use Batch Debian images.
263264
// * "batch-centos": use Batch CentOS images.
264265
// * "batch-cos": use Batch Container-Optimized images.
266+
// * "batch-hpc-centos": use Batch HPC CentOS images.
265267
string image = 4;
266268

267269
// Name of a snapshot used as the data source.

0 commit comments

Comments
 (0)