google-apis-run_v2 0.70.0 → 0.72.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/run_v2/classes.rb +14 -5
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- data/lib/google/apis/run_v2/representations.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e0b5d8cac2a353f246034ff76aefec31c3ea9caca5ffc06c89c4c54a48dfc59
|
4
|
+
data.tar.gz: e81a752f624653f53d3e0ee7a38909795bfaf7a01ca91b3e3478e1b4dad38272
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 673aa1b9104a2ec753f8db19c2e41bd01dccbc71ebddf9f37660444611bec0cf0e200507bfb09086eb33d84951e416d8e764d0f8dff17ea3ecf17a34efdecc8a
|
7
|
+
data.tar.gz: f02bdedfe4d77502fdec4ab8121fd8c8890aeacb4f0df609bc6fffbb1e3335f09d9b85a934c0a343e5b1c18b09480d40cdcc906b7514f3325b01c5e45225b817
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
7
|
+
### v0.71.0 (2024-08-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240816
|
10
|
+
|
3
11
|
### v0.70.0 (2024-08-18)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240809
|
@@ -1803,7 +1803,8 @@ module Google
|
|
1803
1803
|
# @return [String]
|
1804
1804
|
attr_accessor :service_account
|
1805
1805
|
|
1806
|
-
# Service
|
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
|
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
|
@@ -2415,6 +2417,11 @@ module Google
|
|
2415
2417
|
# @return [String]
|
2416
2418
|
attr_accessor :uri
|
2417
2419
|
|
2420
|
+
# Output only. All URLs serving traffic for this Service.
|
2421
|
+
# Corresponds to the JSON property `urls`
|
2422
|
+
# @return [Array<String>]
|
2423
|
+
attr_accessor :urls
|
2424
|
+
|
2418
2425
|
def initialize(**args)
|
2419
2426
|
update!(**args)
|
2420
2427
|
end
|
@@ -2453,15 +2460,17 @@ module Google
|
|
2453
2460
|
@uid = args[:uid] if args.key?(:uid)
|
2454
2461
|
@update_time = args[:update_time] if args.key?(:update_time)
|
2455
2462
|
@uri = args[:uri] if args.key?(:uri)
|
2463
|
+
@urls = args[:urls] if args.key?(:urls)
|
2456
2464
|
end
|
2457
2465
|
end
|
2458
2466
|
|
2459
|
-
# Service
|
2467
|
+
# Settings for Cloud Service Mesh. For more information see https://cloud.google.
|
2468
|
+
# com/service-mesh/docs/overview.
|
2460
2469
|
class GoogleCloudRunV2ServiceMesh
|
2461
2470
|
include Google::Apis::Core::Hashable
|
2462
2471
|
|
2463
|
-
# The
|
2464
|
-
#
|
2472
|
+
# The Mesh resource name. Format: projects/`project`/locations/global/meshes/`
|
2473
|
+
# mesh`, where `project` can be project id or number.
|
2465
2474
|
# Corresponds to the JSON property `mesh`
|
2466
2475
|
# @return [String]
|
2467
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|