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 +4 -4
- data/lib/google/cloud/batch/v1/version.rb +1 -1
- data/proto_docs/google/cloud/batch/v1/job.rb +4 -1
- 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: 71a28e04029044addf21a195b87f3a4a087cd44b974c7bdabb9152f8d9b23961
|
|
4
|
+
data.tar.gz: 5d702352aacc76c562450f7fe2b3c6852fe9281cd03fab65af9ce3b3cbd1bbf9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d843a580a36f220530956d0ee40547e6af4a926a11a475d585bb69eb25f9c881de3988f08ad07221f4b05e1372c7525b09fd3d58ee3e60999c0731483e651390
|
|
7
|
+
data.tar.gz: 6af1ce4dc4795bc26c30bb1a8de6c363ac10d89feecf29c5c94788476767c4641691db2f6006c8347e6095830cfd0e3a063a0a4718beb6d711210eef6084e96d
|
|
@@ -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
|
-
#
|
|
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.
|
|
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-
|
|
11
|
+
date: 2024-10-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|