google-apis-run_v2 0.115.0 → 0.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/run_v2/classes.rb +45 -0
- data/lib/google/apis/run_v2/gem_version.rb +3 -3
- data/lib/google/apis/run_v2/representations.rb +20 -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: bb5605b60717e5a3a92b0e78032eb20ac06c1f536122fa44c85a3f06a37c4bf9
|
|
4
|
+
data.tar.gz: d5b7b4a051f0c6e8d65d1dabab89138555be5e36679ef7ce7f5673b43d420997
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfcd380b0a110c91aead7858e1d32f83a5c296800e018766663b2c7e64b94d10f61efd48e24dee79df73291ff05d2781fa76947f3f65bca31438583a3debac15
|
|
7
|
+
data.tar.gz: ab8fdfd8c6e506e6287d8e4bc787aec09d847aa43b4710b3c9976d85ab5e10f56af7004f9e9d8d64ae1c59d83b5f214be73fb35de1bf5c4d05c113f58290c7c6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-run_v2
|
|
2
2
|
|
|
3
|
+
### v0.116.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260603
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.115.0 (2026-05-31)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20260522
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/run/) may provide guidance
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -457,6 +457,13 @@ module Google
|
|
|
457
457
|
# @return [Google::Apis::RunV2::GoogleCloudRunV2ResourceRequirements]
|
|
458
458
|
attr_accessor :resources
|
|
459
459
|
|
|
460
|
+
# Optional. Indicates that this container can act as a sandbox supervisor and
|
|
461
|
+
# launch sandboxes.
|
|
462
|
+
# Corresponds to the JSON property `sandboxLauncher`
|
|
463
|
+
# @return [Boolean]
|
|
464
|
+
attr_accessor :sandbox_launcher
|
|
465
|
+
alias_method :sandbox_launcher?, :sandbox_launcher
|
|
466
|
+
|
|
460
467
|
# Source type for the container.
|
|
461
468
|
# Corresponds to the JSON property `sourceCode`
|
|
462
469
|
# @return [Google::Apis::RunV2::GoogleCloudRunV2SourceCode]
|
|
@@ -497,6 +504,7 @@ module Google
|
|
|
497
504
|
@ports = args[:ports] if args.key?(:ports)
|
|
498
505
|
@readiness_probe = args[:readiness_probe] if args.key?(:readiness_probe)
|
|
499
506
|
@resources = args[:resources] if args.key?(:resources)
|
|
507
|
+
@sandbox_launcher = args[:sandbox_launcher] if args.key?(:sandbox_launcher)
|
|
500
508
|
@source_code = args[:source_code] if args.key?(:source_code)
|
|
501
509
|
@startup_probe = args[:startup_probe] if args.key?(:startup_probe)
|
|
502
510
|
@volume_mounts = args[:volume_mounts] if args.key?(:volume_mounts)
|
|
@@ -1499,6 +1507,11 @@ module Google
|
|
|
1499
1507
|
attr_accessor :reconciling
|
|
1500
1508
|
alias_method :reconciling?, :reconciling
|
|
1501
1509
|
|
|
1510
|
+
# Optional. Restart policy for the Instance.
|
|
1511
|
+
# Corresponds to the JSON property `restartPolicy`
|
|
1512
|
+
# @return [String]
|
|
1513
|
+
attr_accessor :restart_policy
|
|
1514
|
+
|
|
1502
1515
|
# Output only. Reserved for future use.
|
|
1503
1516
|
# Corresponds to the JSON property `satisfiesPzs`
|
|
1504
1517
|
# @return [Boolean]
|
|
@@ -1578,6 +1591,7 @@ module Google
|
|
|
1578
1591
|
@node_selector = args[:node_selector] if args.key?(:node_selector)
|
|
1579
1592
|
@observed_generation = args[:observed_generation] if args.key?(:observed_generation)
|
|
1580
1593
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
|
1594
|
+
@restart_policy = args[:restart_policy] if args.key?(:restart_policy)
|
|
1581
1595
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
1582
1596
|
@service_account = args[:service_account] if args.key?(:service_account)
|
|
1583
1597
|
@terminal_condition = args[:terminal_condition] if args.key?(:terminal_condition)
|
|
@@ -2493,6 +2507,11 @@ module Google
|
|
|
2493
2507
|
attr_accessor :reconciling
|
|
2494
2508
|
alias_method :reconciling?, :reconciling
|
|
2495
2509
|
|
|
2510
|
+
# Configuration for sandboxes.
|
|
2511
|
+
# Corresponds to the JSON property `sandboxes`
|
|
2512
|
+
# @return [Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration]
|
|
2513
|
+
attr_accessor :sandboxes
|
|
2514
|
+
|
|
2496
2515
|
# Output only. Reserved for future use.
|
|
2497
2516
|
# Corresponds to the JSON property `satisfiesPzs`
|
|
2498
2517
|
# @return [Boolean]
|
|
@@ -2591,6 +2610,7 @@ module Google
|
|
|
2591
2610
|
@node_selector = args[:node_selector] if args.key?(:node_selector)
|
|
2592
2611
|
@observed_generation = args[:observed_generation] if args.key?(:observed_generation)
|
|
2593
2612
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
|
2613
|
+
@sandboxes = args[:sandboxes] if args.key?(:sandboxes)
|
|
2594
2614
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
2595
2615
|
@scaling = args[:scaling] if args.key?(:scaling)
|
|
2596
2616
|
@scaling_status = args[:scaling_status] if args.key?(:scaling_status)
|
|
@@ -2768,6 +2788,11 @@ module Google
|
|
|
2768
2788
|
# @return [String]
|
|
2769
2789
|
attr_accessor :revision
|
|
2770
2790
|
|
|
2791
|
+
# Configuration for sandboxes.
|
|
2792
|
+
# Corresponds to the JSON property `sandboxes`
|
|
2793
|
+
# @return [Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration]
|
|
2794
|
+
attr_accessor :sandboxes
|
|
2795
|
+
|
|
2771
2796
|
# Settings for revision-level scaling settings.
|
|
2772
2797
|
# Corresponds to the JSON property `scaling`
|
|
2773
2798
|
# @return [Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling]
|
|
@@ -2829,6 +2854,7 @@ module Google
|
|
|
2829
2854
|
@max_instance_request_concurrency = args[:max_instance_request_concurrency] if args.key?(:max_instance_request_concurrency)
|
|
2830
2855
|
@node_selector = args[:node_selector] if args.key?(:node_selector)
|
|
2831
2856
|
@revision = args[:revision] if args.key?(:revision)
|
|
2857
|
+
@sandboxes = args[:sandboxes] if args.key?(:sandboxes)
|
|
2832
2858
|
@scaling = args[:scaling] if args.key?(:scaling)
|
|
2833
2859
|
@service_account = args[:service_account] if args.key?(:service_account)
|
|
2834
2860
|
@service_mesh = args[:service_mesh] if args.key?(:service_mesh)
|
|
@@ -2873,6 +2899,25 @@ module Google
|
|
|
2873
2899
|
end
|
|
2874
2900
|
end
|
|
2875
2901
|
|
|
2902
|
+
# Configuration for sandboxes.
|
|
2903
|
+
class GoogleCloudRunV2SandboxConfiguration
|
|
2904
|
+
include Google::Apis::Core::Hashable
|
|
2905
|
+
|
|
2906
|
+
# Required. Container templates that can be launched through the `sandbox` CLI.
|
|
2907
|
+
# Corresponds to the JSON property `templates`
|
|
2908
|
+
# @return [Array<Google::Apis::RunV2::GoogleCloudRunV2Container>]
|
|
2909
|
+
attr_accessor :templates
|
|
2910
|
+
|
|
2911
|
+
def initialize(**args)
|
|
2912
|
+
update!(**args)
|
|
2913
|
+
end
|
|
2914
|
+
|
|
2915
|
+
# Update properties of this object
|
|
2916
|
+
def update!(**args)
|
|
2917
|
+
@templates = args[:templates] if args.key?(:templates)
|
|
2918
|
+
end
|
|
2919
|
+
end
|
|
2920
|
+
|
|
2876
2921
|
# SecretEnvVarSource represents a source for the value of an EnvVar.
|
|
2877
2922
|
class GoogleCloudRunV2SecretKeySelector
|
|
2878
2923
|
include Google::Apis::Core::Hashable
|
|
@@ -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.116.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260603"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -334,6 +334,12 @@ module Google
|
|
|
334
334
|
include Google::Apis::Core::JsonObjectSupport
|
|
335
335
|
end
|
|
336
336
|
|
|
337
|
+
class GoogleCloudRunV2SandboxConfiguration
|
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
339
|
+
|
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
341
|
+
end
|
|
342
|
+
|
|
337
343
|
class GoogleCloudRunV2SecretKeySelector
|
|
338
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
339
345
|
|
|
@@ -972,6 +978,7 @@ module Google
|
|
|
972
978
|
|
|
973
979
|
property :resources, as: 'resources', class: Google::Apis::RunV2::GoogleCloudRunV2ResourceRequirements, decorator: Google::Apis::RunV2::GoogleCloudRunV2ResourceRequirements::Representation
|
|
974
980
|
|
|
981
|
+
property :sandbox_launcher, as: 'sandboxLauncher'
|
|
975
982
|
property :source_code, as: 'sourceCode', class: Google::Apis::RunV2::GoogleCloudRunV2SourceCode, decorator: Google::Apis::RunV2::GoogleCloudRunV2SourceCode::Representation
|
|
976
983
|
|
|
977
984
|
property :startup_probe, as: 'startupProbe', class: Google::Apis::RunV2::GoogleCloudRunV2Probe, decorator: Google::Apis::RunV2::GoogleCloudRunV2Probe::Representation
|
|
@@ -1220,6 +1227,7 @@ module Google
|
|
|
1220
1227
|
|
|
1221
1228
|
property :observed_generation, :numeric_string => true, as: 'observedGeneration'
|
|
1222
1229
|
property :reconciling, as: 'reconciling'
|
|
1230
|
+
property :restart_policy, as: 'restartPolicy'
|
|
1223
1231
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
1224
1232
|
property :service_account, as: 'serviceAccount'
|
|
1225
1233
|
property :terminal_condition, as: 'terminalCondition', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
|
|
@@ -1458,6 +1466,8 @@ module Google
|
|
|
1458
1466
|
|
|
1459
1467
|
property :observed_generation, :numeric_string => true, as: 'observedGeneration'
|
|
1460
1468
|
property :reconciling, as: 'reconciling'
|
|
1469
|
+
property :sandboxes, as: 'sandboxes', class: Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration, decorator: Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration::Representation
|
|
1470
|
+
|
|
1461
1471
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
1462
1472
|
property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling::Representation
|
|
1463
1473
|
|
|
@@ -1514,6 +1524,8 @@ module Google
|
|
|
1514
1524
|
property :node_selector, as: 'nodeSelector', class: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector, decorator: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector::Representation
|
|
1515
1525
|
|
|
1516
1526
|
property :revision, as: 'revision'
|
|
1527
|
+
property :sandboxes, as: 'sandboxes', class: Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration, decorator: Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration::Representation
|
|
1528
|
+
|
|
1517
1529
|
property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling::Representation
|
|
1518
1530
|
|
|
1519
1531
|
property :service_account, as: 'serviceAccount'
|
|
@@ -1538,6 +1550,14 @@ module Google
|
|
|
1538
1550
|
end
|
|
1539
1551
|
end
|
|
1540
1552
|
|
|
1553
|
+
class GoogleCloudRunV2SandboxConfiguration
|
|
1554
|
+
# @private
|
|
1555
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1556
|
+
collection :templates, as: 'templates', class: Google::Apis::RunV2::GoogleCloudRunV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunV2Container::Representation
|
|
1557
|
+
|
|
1558
|
+
end
|
|
1559
|
+
end
|
|
1560
|
+
|
|
1541
1561
|
class GoogleCloudRunV2SecretKeySelector
|
|
1542
1562
|
# @private
|
|
1543
1563
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.116.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.116.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|