google-cloud-batch-v1 0.10.4 → 0.10.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/batch/v1/version.rb +1 -1
- data/proto_docs/google/cloud/batch/v1/job.rb +16 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28504849c9d52fa1ed0b1fcaeef52731f8ab705ff703a58246a2ff5458550022
|
4
|
+
data.tar.gz: b212d6a39424a03a9a75de9644da71e084b037a9879fa44a137e5794b14a39a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 363f72f3eaa421e2eac6fea7f15ffcd9b7a87528e908fda269ffed8773bbf58eacfa9e9e98e0b2d8bc6190383795bb1526ff187c0ab5457095ac76b4ff7d02b6
|
7
|
+
data.tar.gz: eb0b158af3306b399bcfd30b2f94b7e5852bdceca7d1d0b675c9291d715dad13ce1643bd7f081a6ba81957cc291346e8bd602c0d706eb30cfa10716a4535354f
|
@@ -343,14 +343,23 @@ module Google
|
|
343
343
|
# @return [::Integer]
|
344
344
|
# Disk size in GB.
|
345
345
|
#
|
346
|
-
#
|
347
|
-
# `
|
348
|
-
#
|
349
|
-
#
|
350
|
-
#
|
346
|
+
# **Non-Boot Disk**:
|
347
|
+
# If the `type` specifies a persistent disk, this field
|
348
|
+
# is ignored if `data_source` is set as `image` or `snapshot`.
|
349
|
+
# If the `type` specifies a local SSD, this field should be a multiple of
|
350
|
+
# 375 GB, otherwise, the final size will be the next greater multiple of
|
351
|
+
# 375 GB.
|
352
|
+
#
|
353
|
+
# **Boot Disk**:
|
354
|
+
# Batch will calculate the boot disk size based on source
|
351
355
|
# image and task requirements if you do not speicify the size.
|
352
|
-
# If both this field and the boot_disk_mib field in task spec's
|
353
|
-
# compute_resource are defined, Batch will only honor this field.
|
356
|
+
# If both this field and the `boot_disk_mib` field in task spec's
|
357
|
+
# `compute_resource` are defined, Batch will only honor this field.
|
358
|
+
# Also, this field should be no smaller than the source disk's
|
359
|
+
# size when the `data_source` is set as `snapshot` or `image`.
|
360
|
+
# For example, if you set an image as the `data_source` field and the
|
361
|
+
# image's default disk size 30 GB, you can only use this field to make the
|
362
|
+
# disk larger or equal to 30 GB.
|
354
363
|
# @!attribute [rw] disk_interface
|
355
364
|
# @return [::String]
|
356
365
|
# Local SSDs are available through both "SCSI" and "NVMe" interfaces.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-batch-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|