google-cloud-batch-v1 0.4.0 → 0.4.1

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: e00ed436ab413de42e06be48f3b98f09e528d334405e07e98640763e7f9c9b64
4
- data.tar.gz: e0f5dcf49997d1bc6217ff16e4f8d0e2a13885d7fd6155dd978c5830eb4eb6e2
3
+ metadata.gz: 5452c5ddb80ada52a1c0c71e17caca5951715f52f3da5194c3b012b86352e010
4
+ data.tar.gz: 462abfef10d26bf67a8519e773a2e26f2440ddd47381ba9a6126c86dfafdc756
5
5
  SHA512:
6
- metadata.gz: a1a12ef4c49bcba102e424cc5c0f0e8c1a103098eef6a89035a6325acbfe666260b3f90c86de20a02e047eb5febff2b1e784487043d973a8fb9cddddda90a90d
7
- data.tar.gz: 5b8ed112e57f2c320f292825e04539237897e31e92a91352ad3c9bdb46bb5b96ffbbf6bc06fc31883da0b679d4bd5aa3d851e905ac2ed98837eeee736f05db65
6
+ metadata.gz: beb1f5d206bf48eefc51c9c52709aada2fdcfe3938e235096e219e9133b6bad0023e489067b188208fa46ebbb4f4e7c35631d3aacd37da87284b7d184427e70e
7
+ data.tar.gz: 8abc4c9ac21a3cff25cafa8dc506b5bc2cdcdb3f8d503804331bd15a48b655230e2ea8dfab06a7371f8acee32420da3761e55cdd27b992829248391367f06834
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Batch
23
23
  module V1
24
- VERSION = "0.4.0"
24
+ VERSION = "0.4.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 "projects/*/secrets/*/versions/*" then Batch will read the
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 "projects/*/secrets/*/versions/*" then Batch will read the
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.0
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-10-19 00:00:00.000000000 Z
11
+ date: 2022-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common