Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit cc9d65a

Browse files
docs(v1): Add image shortcut example for Batch HPC CentOS Image (#119)
* docs: Add image shortcut example for Batch HPC CentOS Image PiperOrigin-RevId: 545368122 Source-Link: googleapis/googleapis@dcd6ad7 Source-Link: https://github.com/googleapis/googleapis-gen/commit/d332a89f5cdf54df54d106bf9da098ccd9b98ee0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDMzMmE4OWY1Y2RmNTRkZjU0ZDEwNmJmOWRhMDk4Y2NkOWI5OGVlMCJ9 * 🦉 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>
1 parent c777188 commit cc9d65a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

google/cloud/batch_v1/types/job.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class State(proto.Enum):
197197
198198
Values:
199199
STATE_UNSPECIFIED (0):
200-
No description available.
200+
Job state unspecified.
201201
QUEUED (1):
202202
Job is admitted (validated and persisted) and
203203
waiting for resources.
@@ -487,6 +487,7 @@ class Disk(proto.Message):
487487
- "batch-debian": use Batch Debian images.
488488
- "batch-centos": use Batch CentOS images.
489489
- "batch-cos": use Batch Container-Optimized images.
490+
- "batch-hpc-centos": use Batch HPC CentOS images.
490491
491492
This field is a member of `oneof`_ ``data_source``.
492493
snapshot (str):

samples/generated_samples/snippet_metadata_google.cloud.batch.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-batch",
11-
"version": "0.12.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.batch.v1alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-batch",
11-
"version": "0.12.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)