google-apis-run_v2 0.68.0 → 0.69.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 +5 -0
- data/lib/google/apis/run_v2/classes.rb +32 -0
- data/lib/google/apis/run_v2/gem_version.rb +3 -3
- data/lib/google/apis/run_v2/representations.rb +17 -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: ebd2317f444e329d3cd3a2cd472abdc3855a483f1f3a00c7777604c7ce1a88b8
|
4
|
+
data.tar.gz: c65a385863dc6f49fe41617bc7399fd81f82510454d26c535e37ce7b77668e60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f43b17c407d337d74e23b2cbacabf91444e6e0b0bf611d20a0b83cd4c4bd155e293d5a6623720d9c43f59bbd1d08b8923981701112640171c0d07780dc35dc42
|
7
|
+
data.tar.gz: c827630551dd965ac25c0de88d775e8fe9e7fffe56dba6d5ec4f1f0685f3f2194c7895dfc0baafc07e442f5a31214dff0494deb466f815eea8df1a7e17f2c7fe
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-run_v2
|
2
2
|
|
3
|
+
### v0.69.0 (2024-08-11)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240802
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.68.0 (2024-07-25)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240712
|
@@ -1738,6 +1738,11 @@ module Google
|
|
1738
1738
|
# @return [String]
|
1739
1739
|
attr_accessor :service_account
|
1740
1740
|
|
1741
|
+
# Service mesh configuration.
|
1742
|
+
# Corresponds to the JSON property `serviceMesh`
|
1743
|
+
# @return [Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh]
|
1744
|
+
attr_accessor :service_mesh
|
1745
|
+
|
1741
1746
|
# Enable session affinity.
|
1742
1747
|
# Corresponds to the JSON property `sessionAffinity`
|
1743
1748
|
# @return [Boolean]
|
@@ -1803,6 +1808,7 @@ module Google
|
|
1803
1808
|
@scaling_status = args[:scaling_status] if args.key?(:scaling_status)
|
1804
1809
|
@service = args[:service] if args.key?(:service)
|
1805
1810
|
@service_account = args[:service_account] if args.key?(:service_account)
|
1811
|
+
@service_mesh = args[:service_mesh] if args.key?(:service_mesh)
|
1806
1812
|
@session_affinity = args[:session_affinity] if args.key?(:session_affinity)
|
1807
1813
|
@timeout = args[:timeout] if args.key?(:timeout)
|
1808
1814
|
@uid = args[:uid] if args.key?(:uid)
|
@@ -1940,6 +1946,11 @@ module Google
|
|
1940
1946
|
# @return [String]
|
1941
1947
|
attr_accessor :service_account
|
1942
1948
|
|
1949
|
+
# Service mesh configuration.
|
1950
|
+
# Corresponds to the JSON property `serviceMesh`
|
1951
|
+
# @return [Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh]
|
1952
|
+
attr_accessor :service_mesh
|
1953
|
+
|
1943
1954
|
# Optional. Enable session affinity.
|
1944
1955
|
# Corresponds to the JSON property `sessionAffinity`
|
1945
1956
|
# @return [Boolean]
|
@@ -1979,6 +1990,7 @@ module Google
|
|
1979
1990
|
@revision = args[:revision] if args.key?(:revision)
|
1980
1991
|
@scaling = args[:scaling] if args.key?(:scaling)
|
1981
1992
|
@service_account = args[:service_account] if args.key?(:service_account)
|
1993
|
+
@service_mesh = args[:service_mesh] if args.key?(:service_mesh)
|
1982
1994
|
@session_affinity = args[:session_affinity] if args.key?(:session_affinity)
|
1983
1995
|
@timeout = args[:timeout] if args.key?(:timeout)
|
1984
1996
|
@volumes = args[:volumes] if args.key?(:volumes)
|
@@ -2379,6 +2391,26 @@ module Google
|
|
2379
2391
|
end
|
2380
2392
|
end
|
2381
2393
|
|
2394
|
+
# Service mesh configuration.
|
2395
|
+
class GoogleCloudRunV2ServiceMesh
|
2396
|
+
include Google::Apis::Core::Hashable
|
2397
|
+
|
2398
|
+
# The service mesh resource name. Format: projects/`project_number`/locations/
|
2399
|
+
# global/meshes/`mesh`.
|
2400
|
+
# Corresponds to the JSON property `mesh`
|
2401
|
+
# @return [String]
|
2402
|
+
attr_accessor :mesh
|
2403
|
+
|
2404
|
+
def initialize(**args)
|
2405
|
+
update!(**args)
|
2406
|
+
end
|
2407
|
+
|
2408
|
+
# Update properties of this object
|
2409
|
+
def update!(**args)
|
2410
|
+
@mesh = args[:mesh] if args.key?(:mesh)
|
2411
|
+
end
|
2412
|
+
end
|
2413
|
+
|
2382
2414
|
# Scaling settings applied at the service level rather than at the revision
|
2383
2415
|
# level.
|
2384
2416
|
class GoogleCloudRunV2ServiceScaling
|
@@ -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.69.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240802"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -274,6 +274,12 @@ module Google
|
|
274
274
|
include Google::Apis::Core::JsonObjectSupport
|
275
275
|
end
|
276
276
|
|
277
|
+
class GoogleCloudRunV2ServiceMesh
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
277
283
|
class GoogleCloudRunV2ServiceScaling
|
278
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
285
|
|
@@ -1074,6 +1080,8 @@ module Google
|
|
1074
1080
|
|
1075
1081
|
property :service, as: 'service'
|
1076
1082
|
property :service_account, as: 'serviceAccount'
|
1083
|
+
property :service_mesh, as: 'serviceMesh', class: Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh, decorator: Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh::Representation
|
1084
|
+
|
1077
1085
|
property :session_affinity, as: 'sessionAffinity'
|
1078
1086
|
property :timeout, as: 'timeout'
|
1079
1087
|
property :uid, as: 'uid'
|
@@ -1117,6 +1125,8 @@ module Google
|
|
1117
1125
|
property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling::Representation
|
1118
1126
|
|
1119
1127
|
property :service_account, as: 'serviceAccount'
|
1128
|
+
property :service_mesh, as: 'serviceMesh', class: Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh, decorator: Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh::Representation
|
1129
|
+
|
1120
1130
|
property :session_affinity, as: 'sessionAffinity'
|
1121
1131
|
property :timeout, as: 'timeout'
|
1122
1132
|
collection :volumes, as: 'volumes', class: Google::Apis::RunV2::GoogleCloudRunV2Volume, decorator: Google::Apis::RunV2::GoogleCloudRunV2Volume::Representation
|
@@ -1199,6 +1209,13 @@ module Google
|
|
1199
1209
|
end
|
1200
1210
|
end
|
1201
1211
|
|
1212
|
+
class GoogleCloudRunV2ServiceMesh
|
1213
|
+
# @private
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1215
|
+
property :mesh, as: 'mesh'
|
1216
|
+
end
|
1217
|
+
end
|
1218
|
+
|
1202
1219
|
class GoogleCloudRunV2ServiceScaling
|
1203
1220
|
# @private
|
1204
1221
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.69.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-08-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_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.69.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: []
|