Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion google/cloud/batch_v1/types/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class State(proto.Enum):

Values:
STATE_UNSPECIFIED (0):
No description available.
Job state unspecified.
QUEUED (1):
Job is admitted (validated and persisted) and
waiting for resources.
Expand Down Expand Up @@ -487,6 +487,7 @@ class Disk(proto.Message):
- "batch-debian": use Batch Debian images.
- "batch-centos": use Batch CentOS images.
- "batch-cos": use Batch Container-Optimized images.
- "batch-hpc-centos": use Batch HPC CentOS images.

This field is a member of `oneof`_ ``data_source``.
snapshot (str):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-batch",
"version": "0.12.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-batch",
"version": "0.12.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down