google-apis-run_v2 0.43.0 → 0.45.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: a5c31129f61a0b744d9c52e8a99aa3990f62b0ccefd75479b32cd451521df789
4
- data.tar.gz: b22f5417d18467bac82775c933539929b34861a0144cc4eb5430439740d69f22
3
+ metadata.gz: 57de418f6672504aff717ce59385ff633f45ca34a6a8587282a36cc7e28af28a
4
+ data.tar.gz: 58321f7679503b2ccebaa5a06f4d52dba5cb393c16995a753f7854119e9a3d1c
5
5
  SHA512:
6
- metadata.gz: 8c0ba7cba8ba080f35db8640ea21bec0befff4f7942790344a61800d793a0a3373d6136b9d8ff51a7c2b1aefc2fbb5fd897f7381da5a39e3130aea8954b6e060
7
- data.tar.gz: b5bdb3725cb90b670a3d85337e035bb2009d2c3af199130784e08d798d8254d2b55da5d6fb35e516bd4cc2b48e023564581d0e67fa67e7574862ca9cf6734b94
6
+ metadata.gz: 88c4742431a314c60ed26e49707d3fe08e51799b9977ad89ecf61463d6cfbcbff772ec7b9a1909560b4f3fc19471a67fbf852a55e953c5ae245b6e3ae3743c66
7
+ data.tar.gz: e7d71073d10db8deb62584c937477388f5e4e06c80635d827e19dbc9d58505f05ad617eb06b0d21e6af835e78b3f9d5aca8a01636539c2c4fe691a24855b55ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.45.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230730
6
+
7
+ ### v0.44.0 (2023-07-09)
8
+
9
+ * Regenerated from discovery document revision 20230702
10
+
3
11
  ### v0.43.0 (2023-06-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20230618
@@ -158,7 +158,7 @@ module Google
158
158
  # @return [Array<String>]
159
159
  attr_accessor :command
160
160
 
161
- # Container names which must start before this container.
161
+ # Names of the containers that must start before this container.
162
162
  # Corresponds to the JSON property `dependsOn`
163
163
  # @return [Array<String>]
164
164
  attr_accessor :depends_on
@@ -265,10 +265,9 @@ module Google
265
265
  end
266
266
  end
267
267
 
268
- # Ephemeral storage which can be backed by real disks (HD, SSD), network storage
269
- # or memory (i.e. tmpfs). For now only in memory (tmpfs) is supported. It is
270
- # ephemeral in the sense that when the sandbox is taken down, the data is
271
- # destroyed with it (it does not persist across sandbox runs).
268
+ # In memory (tmpfs) ephemeral storage. It is ephemeral in the sense that when
269
+ # the sandbox is taken down, the data is destroyed with it (it does not persist
270
+ # across sandbox runs).
272
271
  class GoogleCloudRunV2EmptyDirVolumeSource
273
272
  include Google::Apis::Core::Hashable
274
273
 
@@ -282,11 +281,10 @@ module Google
282
281
  # Limit on the storage usable by this EmptyDir volume. The size limit is also
283
282
  # applicable for memory medium. The maximum usage on memory medium EmptyDir
284
283
  # would be the minimum value between the SizeLimit specified here and the sum of
285
- # memory limits of all containers in a pod. This field's values are of the '
286
- # Quantity' k8s type: https://kubernetes.io/docs/reference/kubernetes-api/common-
287
- # definitions/quantity/. The default is nil which means that the limit is
288
- # undefined. More info: https://kubernetes.io/docs/concepts/storage/volumes/#
289
- # emptydir
284
+ # memory limits of all containers. The default is nil which means that the limit
285
+ # is undefined. More info: https://cloud.google.com/run/docs/configuring/in-
286
+ # memory-volumes#configure-volume. Info in Kubernetes: https://kubernetes.io/
287
+ # docs/concepts/storage/volumes/#emptydir
290
288
  # Corresponds to the JSON property `sizeLimit`
291
289
  # @return [String]
292
290
  attr_accessor :size_limit
@@ -1719,8 +1717,10 @@ module Google
1719
1717
  # @return [String]
1720
1718
  attr_accessor :creator
1721
1719
 
1722
- # Custom audiences that can be used in the audience field of ID token for
1723
- # authenticated requests.
1720
+ # One or more custom audiences that you want this service to support. Specify
1721
+ # each custom audience as the full URL in a string. The custom audiences are
1722
+ # encoded in the token and used to authenticate requests. For more information,
1723
+ # see https://cloud.google.com/run/docs/configuring/custom-audiences.
1724
1724
  # Corresponds to the JSON property `customAudiences`
1725
1725
  # @return [Array<String>]
1726
1726
  attr_accessor :custom_audiences
@@ -2419,10 +2419,9 @@ module Google
2419
2419
  # @return [Google::Apis::RunV2::GoogleCloudRunV2CloudSqlInstance]
2420
2420
  attr_accessor :cloud_sql_instance
2421
2421
 
2422
- # Ephemeral storage which can be backed by real disks (HD, SSD), network storage
2423
- # or memory (i.e. tmpfs). For now only in memory (tmpfs) is supported. It is
2424
- # ephemeral in the sense that when the sandbox is taken down, the data is
2425
- # destroyed with it (it does not persist across sandbox runs).
2422
+ # In memory (tmpfs) ephemeral storage. It is ephemeral in the sense that when
2423
+ # the sandbox is taken down, the data is destroyed with it (it does not persist
2424
+ # across sandbox runs).
2426
2425
  # Corresponds to the JSON property `emptyDir`
2427
2426
  # @return [Google::Apis::RunV2::GoogleCloudRunV2EmptyDirVolumeSource]
2428
2427
  attr_accessor :empty_dir
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV2
18
18
  # Version of the google-apis-run_v2 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230618"
25
+ REVISION = "20230730"
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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.45.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-06-25 00:00:00.000000000 Z
11
+ date: 2023-08-06 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.45.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
63
63
  post_install_message:
64
64
  rdoc_options: []