google-apis-run_v2 0.71.0 → 0.72.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: 8263234c4b1c1e05e7e070e9a10103eb3442101745c6d25190fbc9ed36557f65
4
- data.tar.gz: 0a6744676f163adc7cfaafa126d8db2238de0d959f7b56ecf4d9deea971995d1
3
+ metadata.gz: 8e0b5d8cac2a353f246034ff76aefec31c3ea9caca5ffc06c89c4c54a48dfc59
4
+ data.tar.gz: e81a752f624653f53d3e0ee7a38909795bfaf7a01ca91b3e3478e1b4dad38272
5
5
  SHA512:
6
- metadata.gz: a59ed3b00d96d59af71bc3290fcf78a63acef012cac00a619fdb60103fddb04c15784277c8057d64343231c32f527de5bd9c796be654f7af5fc59ea7f27d31a7
7
- data.tar.gz: 1193421a05d8aa2c204d3178e59edbb4295375cedc6a5bdbb5cb4a57f48a4c2fbe9c37f02b0cdf1dc39cfabab06cdd55e1972f52d4247dcf54e80ddac73306c8
6
+ metadata.gz: 673aa1b9104a2ec753f8db19c2e41bd01dccbc71ebddf9f37660444611bec0cf0e200507bfb09086eb33d84951e416d8e764d0f8dff17ea3ecf17a34efdecc8a
7
+ data.tar.gz: f02bdedfe4d77502fdec4ab8121fd8c8890aeacb4f0df609bc6fffbb1e3335f09d9b85a934c0a343e5b1c18b09480d40cdcc906b7514f3325b01c5e45225b817
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.72.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240823
6
+
3
7
  ### v0.71.0 (2024-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20240816
@@ -1803,7 +1803,8 @@ module Google
1803
1803
  # @return [String]
1804
1804
  attr_accessor :service_account
1805
1805
 
1806
- # Service mesh configuration.
1806
+ # Settings for Cloud Service Mesh. For more information see https://cloud.google.
1807
+ # com/service-mesh/docs/overview.
1807
1808
  # Corresponds to the JSON property `serviceMesh`
1808
1809
  # @return [Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh]
1809
1810
  attr_accessor :service_mesh
@@ -2011,7 +2012,8 @@ module Google
2011
2012
  # @return [String]
2012
2013
  attr_accessor :service_account
2013
2014
 
2014
- # Service mesh configuration.
2015
+ # Settings for Cloud Service Mesh. For more information see https://cloud.google.
2016
+ # com/service-mesh/docs/overview.
2015
2017
  # Corresponds to the JSON property `serviceMesh`
2016
2018
  # @return [Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh]
2017
2019
  attr_accessor :service_mesh
@@ -2462,12 +2464,13 @@ module Google
2462
2464
  end
2463
2465
  end
2464
2466
 
2465
- # Service mesh configuration.
2467
+ # Settings for Cloud Service Mesh. For more information see https://cloud.google.
2468
+ # com/service-mesh/docs/overview.
2466
2469
  class GoogleCloudRunV2ServiceMesh
2467
2470
  include Google::Apis::Core::Hashable
2468
2471
 
2469
- # The service mesh resource name. Format: projects/`project_number`/locations/
2470
- # global/meshes/`mesh`.
2472
+ # The Mesh resource name. Format: projects/`project`/locations/global/meshes/`
2473
+ # mesh`, where `project` can be project id or number.
2471
2474
  # Corresponds to the JSON property `mesh`
2472
2475
  # @return [String]
2473
2476
  attr_accessor :mesh
@@ -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.71.0"
19
+ GEM_VERSION = "0.72.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240816"
25
+ REVISION = "20240823"
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.71.0
4
+ version: 0.72.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-08-25 00:00:00.000000000 Z
11
+ date: 2024-09-01 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.71.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.72.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: []