google-cloud-batch-v1 0.17.0 → 0.17.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 +1 -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: e1fdf701b82d3b16a244c7ed8604cfcc6ef4319a153293da0230d03421f4ac5e
|
|
4
|
+
data.tar.gz: 25ca550d46b2f8493cf5607a3071bdfc38b4012723f2fd7a8d3cb6ea8c91a147
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8e82ec7345029f4ce23ac97a9d444fe1b495f93ec90b92c8c626aee7a096574be3e7d7aa0a4034787f60e0a2b7b102275e7efde7996f6492a077983d3853724
|
|
7
|
+
data.tar.gz: bb0a1ad4eaaaf23d63ae676084a618abfdfd253a2d3227b80465102d44751b4f7c607545dc936071a4f0423e7983683d9e9ba26edf2f8e3f86d640f8f27b2192
|
|
@@ -28,7 +28,7 @@ module Google
|
|
|
28
28
|
# For example: "projects/123456/locations/us-central1/jobs/job01".
|
|
29
29
|
# @!attribute [r] uid
|
|
30
30
|
# @return [::String]
|
|
31
|
-
# Output only. A system generated unique ID
|
|
31
|
+
# Output only. A system generated unique ID for the Job.
|
|
32
32
|
# @!attribute [rw] priority
|
|
33
33
|
# @return [::Integer]
|
|
34
34
|
# Priority of the Job.
|
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.17.
|
|
4
|
+
version: 0.17.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-02-
|
|
11
|
+
date: 2024-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|