google-apis-run_v1 0.45.0 → 0.47.0

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: 1f3a414464a6b78730d160614f80f5b5a643c3140b631a21b1732cd80fe7e238
4
- data.tar.gz: 9df791dbf0d69e3d62665095da3e2c6eb429c29fa625387db5814e44cfd7b9b4
3
+ metadata.gz: f803e469ed8a6583992520db54a7f7da6ab955a3af2f2b9fadf28a21ee9f030c
4
+ data.tar.gz: d7cc71deb1e11f04799a77b2c944043a8ed2c3594e94acae1e3113835460e18d
5
5
  SHA512:
6
- metadata.gz: 1abe2a3d23391b59e41a1e31a4c04a166f108c41f7d34f1ed9b62bcb6dc61a0265e73951c70bf5fa4bcdd2ba0e4c4f4415c39c5ed2a7c09012dea6dd5f26f75e
7
- data.tar.gz: eec262b714349a5c569c189955ff6d1166ce64dfb85d3e95bce2a649f4ab6bf57366141120b60b260a9f0c49b965087d3a26f347ed691bae66ab3dd52ea08e24
6
+ metadata.gz: 0dcae7392ea14a90ce14771e3284e672d85f6ce0b46ba639ccbbf1d94c57041a159ecf66f752b7166e05d825fcfe629cd210bcb2ad6a67fe76ee08e4b83fbe45
7
+ data.tar.gz: 3c83b476ea98ba6bddb5ab96b933d6e01f3188f5fd21a7821b150299edf74a3584fd2b5d7e5dd5eaaa5d899ba08e75d7812dfbc8cdc6d3aa91b5650c5454fbbb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.47.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230219
6
+ * Regenerated using generator version 0.12.0
7
+
8
+ ### v0.46.0 (2023-02-12)
9
+
10
+ * Regenerated from discovery document revision 20230205
11
+
3
12
  ### v0.45.0 (2023-01-29)
4
13
 
5
14
  * Regenerated from discovery document revision 20230122
@@ -178,22 +178,22 @@ module Google
178
178
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
179
179
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
180
180
  # email address that represents a Google group. For example, `admins@example.com`
181
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
182
- # identifier) representing a user that has been recently deleted. For example, `
183
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
184
- # value reverts to `user:`emailid`` and the recovered user retains the role in
185
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
186
- # address (plus unique identifier) representing a service account that has been
187
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
181
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
182
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
183
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
184
+ # representing a user that has been recently deleted. For example, `alice@
185
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
186
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
187
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
188
+ # (plus unique identifier) representing a service account that has been recently
189
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
188
190
  # 123456789012345678901`. If the service account is undeleted, this value
189
191
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
190
192
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
191
193
  # An email address (plus unique identifier) representing a Google group that has
192
194
  # been recently deleted. For example, `admins@example.com?uid=
193
195
  # 123456789012345678901`. If the group is recovered, this value reverts to `
194
- # group:`emailid`` and the recovered group retains the role in the binding. * `
195
- # domain:`domain``: The G Suite domain (primary) that represents all the users
196
- # of that domain. For example, `google.com` or `example.com`.
196
+ # group:`emailid`` and the recovered group retains the role in the binding.
197
197
  # Corresponds to the JSON property `members`
198
198
  # @return [Array<String>]
199
199
  attr_accessor :members
@@ -1010,7 +1010,7 @@ module Google
1010
1010
 
1011
1011
  # Optional. Specifies the desired number of tasks the execution should run.
1012
1012
  # Setting to 1 means that parallelism is limited to 1 and the success of that
1013
- # task signals the success of the execution.
1013
+ # task signals the success of the execution. Defaults to 1.
1014
1014
  # Corresponds to the JSON property `taskCount`
1015
1015
  # @return [Fixnum]
1016
1016
  attr_accessor :task_count
@@ -1344,6 +1344,11 @@ module Google
1344
1344
  # @return [String]
1345
1345
  attr_accessor :path
1346
1346
 
1347
+ # Port number to access on the container. Number must be in the range 1 to 65535.
1348
+ # Corresponds to the JSON property `port`
1349
+ # @return [Fixnum]
1350
+ attr_accessor :port
1351
+
1347
1352
  # Not supported by Cloud Run.
1348
1353
  # Corresponds to the JSON property `scheme`
1349
1354
  # @return [String]
@@ -1358,6 +1363,7 @@ module Google
1358
1363
  @host = args[:host] if args.key?(:host)
1359
1364
  @http_headers = args[:http_headers] if args.key?(:http_headers)
1360
1365
  @path = args[:path] if args.key?(:path)
1366
+ @port = args[:port] if args.key?(:port)
1361
1367
  @scheme = args[:scheme] if args.key?(:scheme)
1362
1368
  end
1363
1369
  end
@@ -3474,6 +3480,7 @@ module Google
3474
3480
  attr_accessor :containers
3475
3481
 
3476
3482
  # Optional. Number of retries allowed per task, before marking this job failed.
3483
+ # Defaults to 3.
3477
3484
  # Corresponds to the JSON property `maxRetries`
3478
3485
  # @return [Fixnum]
3479
3486
  attr_accessor :max_retries
@@ -3489,6 +3496,7 @@ module Google
3489
3496
  # Optional. Duration in seconds the task may be active before the system will
3490
3497
  # actively try to mark it failed and kill associated containers. This applies
3491
3498
  # per attempt of a task, meaning each retry can run for the full timeout.
3499
+ # Defaults to 600 seconds.
3492
3500
  # Corresponds to the JSON property `timeoutSeconds`
3493
3501
  # @return [Fixnum]
3494
3502
  attr_accessor :timeout_seconds
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.45.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230122"
25
+ REVISION = "20230219"
26
26
  end
27
27
  end
28
28
  end
@@ -866,6 +866,7 @@ module Google
866
866
  collection :http_headers, as: 'httpHeaders', class: Google::Apis::RunV1::HttpHeader, decorator: Google::Apis::RunV1::HttpHeader::Representation
867
867
 
868
868
  property :path, as: 'path'
869
+ property :port, as: 'port'
869
870
  property :scheme, as: 'scheme'
870
871
  end
871
872
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-29 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
63
63
  post_install_message:
64
64
  rdoc_options: []