google-cloud-batch-v1 0.19.0 → 0.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d014fa0dfb9d01d7e5edfbf51e5a3abcacf9534fa0b3554549f31a544817f19b
4
- data.tar.gz: 480deddfee12618555d2c1cf9d4f15752d76953b4616e8a84cd1f8aabb08a084
3
+ metadata.gz: 71a28e04029044addf21a195b87f3a4a087cd44b974c7bdabb9152f8d9b23961
4
+ data.tar.gz: 5d702352aacc76c562450f7fe2b3c6852fe9281cd03fab65af9ce3b3cbd1bbf9
5
5
  SHA512:
6
- metadata.gz: 9ee195db0ad5ee10ff7c759f37fa33fe1fa307b9e53e5ad85e7d617e132363aea4a3c987b4484b1ca3babbae52bb3e61704254f695ee1d882e0552bec115b315
7
- data.tar.gz: 7d3c21178512cd460e183c5a986345281e7f8dee21d5283ed98bd539615c2b21a75a11f82113b91603f1eed59c2def3a796216eaf7c6a93660cac7639c617b1f
6
+ metadata.gz: d843a580a36f220530956d0ee40547e6af4a926a11a475d585bb69eb25f9c881de3988f08ad07221f4b05e1372c7525b09fd3d58ee3e60999c0731483e651390
7
+ data.tar.gz: 6af1ce4dc4795bc26c30bb1a8de6c363ac10d89feecf29c5c94788476767c4641691db2f6006c8347e6095830cfd0e3a063a0a4718beb6d711210eef6084e96d
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Batch
23
23
  module V1
24
- VERSION = "0.19.0"
24
+ VERSION = "0.19.1"
25
25
  end
26
26
  end
27
27
  end
@@ -515,7 +515,10 @@ module Google
515
515
  # @return [::String]
516
516
  # Name of an instance template used to create VMs.
517
517
  # Named the field as 'instance_template' instead of 'template' to avoid
518
- # c++ keyword conflict.
518
+ # C++ keyword conflict.
519
+ #
520
+ # Batch only supports global instance templates.
521
+ # You can specify the global instance template as a full or partial URL.
519
522
  # @!attribute [rw] install_gpu_drivers
520
523
  # @return [::Boolean]
521
524
  # Set this field true if you want Batch to help fetch drivers from a third
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.19.0
4
+ version: 0.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-11 00:00:00.000000000 Z
11
+ date: 2024-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common