google-apis-run_v1 0.68.0 → 0.70.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: c167e67a075a1434558db89dbcf800c842f95a476443acb365b1c68ed1d02268
4
- data.tar.gz: d5d514b9a87187c6dd1e16609f432603867a750089282c6040cafb7b65151aac
3
+ metadata.gz: 7ea144fde6334a914b97df694bd3f49cadeffd8683972c659e1be6183c93b08a
4
+ data.tar.gz: 8a94f3fc07ebcc3e4107b1a9a4b0462e04dc5c0c2bb72c4024f5047e16c73de4
5
5
  SHA512:
6
- metadata.gz: 248e3e8053a604fc6b5b900f3db3313b9d5960eb5d3db356b6bf5db9784653e586b6d444b516f98046949dc4d2705465114f23099a9fb225a398b444607ca38c
7
- data.tar.gz: f090976d9cf4a56eee6aa04ea201a174360f796522157392dcc4ddc5e15c33523236c8c1d43c043aa9426858ce66112f2c83f0f78425352cd171888bf6f10618
6
+ metadata.gz: ab3715a2491f967a6823edaacb9eb75b2e8d85f84158bd2fd8f5b7e76fb439b57e693029aae059db421b93895d071ffff11687ca7ad4389ee309723a9a40ca22
7
+ data.tar.gz: 3fff152641405808c3705931cddb949fb3cc0c02686f3723931d9c5bd902754cd764356e2b3eed7ebbad18dc85f28c28b152d99e50be6eab4da3e98ef27c4b75
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.70.0 (2024-02-11)
4
+
5
+ * Regenerated from discovery document revision 20240204
6
+
7
+ ### v0.69.0 (2024-01-28)
8
+
9
+ * Regenerated from discovery document revision 20240121
10
+ * Regenerated using generator version 0.13.1
11
+
3
12
  ### v0.68.0 (2024-01-22)
4
13
 
5
14
  * Regenerated from discovery document revision 20240114
@@ -221,7 +221,10 @@ module Google
221
221
  attr_accessor :members
222
222
 
223
223
  # Role that is assigned to the list of `members`, or principals. For example, `
224
- # roles/viewer`, `roles/editor`, or `roles/owner`.
224
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
225
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
226
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
227
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
225
228
  # Corresponds to the JSON property `role`
226
229
  # @return [String]
227
230
  attr_accessor :role
@@ -2353,18 +2356,19 @@ module Google
2353
2356
  # googleapis.com/cloudsql-instances`: Revision, Execution. * `run.googleapis.com/
2354
2357
  # container-dependencies`: Revision . * `run.googleapis.com/cpu-throttling`:
2355
2358
  # Revision. * `run.googleapis.com/custom-audiences`: Service. * `run.googleapis.
2356
- # com/description`: Service. * `run.googleapis.com/encryption-key-shutdown-hours`
2357
- # : Revision * `run.googleapis.com/encryption-key`: Revision, Execution. * `run.
2358
- # googleapis.com/execution-environment`: Revision, Execution. * `run.googleapis.
2359
- # com/gc-traffic-tags`: Service. * `run.googleapis.com/ingress`: Service. * `run.
2360
- # googleapis.com/launch-stage`: Service, Job. * `run.googleapis.com/minScale`:
2361
- # Service (ALPHA) * `run.googleapis.com/network-interfaces`: Revision, Execution.
2362
- # * `run.googleapis.com/post-key-revocation-action-type`: Revision. * `run.
2363
- # googleapis.com/secrets`: Revision, Execution. * `run.googleapis.com/secure-
2364
- # session-agent`: Revision. * `run.googleapis.com/sessionAffinity`: Revision. * `
2365
- # run.googleapis.com/startup-cpu-boost`: Revision. * `run.googleapis.com/vpc-
2366
- # access-connector`: Revision, Execution. * `run.googleapis.com/vpc-access-
2367
- # egress`: Revision, Execution.
2359
+ # com/default-url-disabled`: Service. * `run.googleapis.com/description`:
2360
+ # Service. * `run.googleapis.com/encryption-key-shutdown-hours`: Revision * `run.
2361
+ # googleapis.com/encryption-key`: Revision, Execution. * `run.googleapis.com/
2362
+ # execution-environment`: Revision, Execution. * `run.googleapis.com/gc-traffic-
2363
+ # tags`: Service. * `run.googleapis.com/ingress`: Service. * `run.googleapis.com/
2364
+ # launch-stage`: Service, Job. * `run.googleapis.com/minScale`: Service (ALPHA) *
2365
+ # `run.googleapis.com/network-interfaces`: Revision, Execution. * `run.
2366
+ # googleapis.com/post-key-revocation-action-type`: Revision. * `run.googleapis.
2367
+ # com/secrets`: Revision, Execution. * `run.googleapis.com/secure-session-agent`:
2368
+ # Revision. * `run.googleapis.com/sessionAffinity`: Revision. * `run.googleapis.
2369
+ # com/startup-cpu-boost`: Revision. * `run.googleapis.com/vpc-access-connector`:
2370
+ # Revision, Execution. * `run.googleapis.com/vpc-access-egress`: Revision,
2371
+ # Execution.
2368
2372
  # Corresponds to the JSON property `annotations`
2369
2373
  # @return [Hash<String,String>]
2370
2374
  attr_accessor :annotations
@@ -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.68.0"
19
+ GEM_VERSION = "0.70.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240114"
25
+ REVISION = "20240204"
26
26
  end
27
27
  end
28
28
  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.68.0
4
+ version: 0.70.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: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.68.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.70.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: []