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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 740869f492efb7f98d498f7eb98f627f0471a79be393d46969126e7e26bcbf6e
4
- data.tar.gz: 78549abe36e56f7113fbce90dd21db6a62b786fd96737b75fa6d70e88c723d10
3
+ metadata.gz: 28504849c9d52fa1ed0b1fcaeef52731f8ab705ff703a58246a2ff5458550022
4
+ data.tar.gz: b212d6a39424a03a9a75de9644da71e084b037a9879fa44a137e5794b14a39a3
5
5
  SHA512:
6
- metadata.gz: ae09712b2daebdf8673afd04a6d39014e7467605e2b05076144b495becbb55b62708c9ce5de2e01944249d6233c1496780b4f9cf26a229e48385f807410161e9
7
- data.tar.gz: eb17c2018a5d07d17f46bc17f5cd115964fba9959eb9041a204634d3f9ead96f77d0f57f2170ff37c828bcb8080fb474715ff084cad3a099db8e2f3f9c78b665
6
+ metadata.gz: 363f72f3eaa421e2eac6fea7f15ffcd9b7a87528e908fda269ffed8773bbf58eacfa9e9e98e0b2d8bc6190383795bb1526ff187c0ab5457095ac76b4ff7d02b6
7
+ data.tar.gz: eb0b158af3306b399bcfd30b2f94b7e5852bdceca7d1d0b675c9291d715dad13ce1643bd7f081a6ba81957cc291346e8bd602c0d706eb30cfa10716a4535354f
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Batch
23
23
  module V1
24
- VERSION = "0.10.4"
24
+ VERSION = "0.10.5"
25
25
  end
26
26
  end
27
27
  end
@@ -343,14 +343,23 @@ module Google
343
343
  # @return [::Integer]
344
344
  # Disk size in GB.
345
345
  #
346
- # For persistent disk, this field is ignored if `data_source` is `image` or
347
- # `snapshot`.
348
- # For local SSD, size_gb should be a multiple of 375GB,
349
- # otherwise, the final size will be the next greater multiple of 375 GB.
350
- # For boot disk, Batch will calculate the boot disk size based on source
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
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-04 00:00:00.000000000 Z
11
+ date: 2023-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common