google-cloud-batch-v1 0.4.0 → 0.4.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/task.rb +2 -2
- 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: 5452c5ddb80ada52a1c0c71e17caca5951715f52f3da5194c3b012b86352e010
|
|
4
|
+
data.tar.gz: 462abfef10d26bf67a8519e773a2e26f2440ddd47381ba9a6126c86dfafdc756
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: beb1f5d206bf48eefc51c9c52709aada2fdcfe3938e235096e219e9133b6bad0023e489067b188208fa46ebbb4f4e7c35631d3aacd37da87284b7d184427e70e
|
|
7
|
+
data.tar.gz: 8abc4c9ac21a3cff25cafa8dc506b5bc2cdcdb3f8d503804331bd15a48b655230e2ea8dfab06a7371f8acee32420da3761e55cdd27b992829248391367f06834
|
|
@@ -168,12 +168,12 @@ module Google
|
|
|
168
168
|
# @!attribute [rw] username
|
|
169
169
|
# @return [::String]
|
|
170
170
|
# Optional username for logging in to a docker registry. If username
|
|
171
|
-
# matches
|
|
171
|
+
# matches `projects/*/secrets/*/versions/*` then Batch will read the
|
|
172
172
|
# username from the Secret Manager.
|
|
173
173
|
# @!attribute [rw] password
|
|
174
174
|
# @return [::String]
|
|
175
175
|
# Optional password for logging in to a docker registry. If password
|
|
176
|
-
# matches
|
|
176
|
+
# matches `projects/*/secrets/*/versions/*` then Batch will read the
|
|
177
177
|
# password from the Secret Manager;
|
|
178
178
|
class Container
|
|
179
179
|
include ::Google::Protobuf::MessageExts
|
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.4.
|
|
4
|
+
version: 0.4.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: 2022-
|
|
11
|
+
date: 2022-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|