google-apis-run_v2 0.114.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3842010e4aa2d17e54fab52baf296d6c3d32e5bd046e198714d34812f92eb5e5
4
- data.tar.gz: af0d3bf99c71315c2d8e184e844c60f610f71a3e7cafc4b66d02dd6f6ad6215d
3
+ metadata.gz: bb5605b60717e5a3a92b0e78032eb20ac06c1f536122fa44c85a3f06a37c4bf9
4
+ data.tar.gz: d5b7b4a051f0c6e8d65d1dabab89138555be5e36679ef7ce7f5673b43d420997
5
5
  SHA512:
6
- metadata.gz: f525fd228d241b478fa99c3f0d649090fc493e2e7d18701ff0898921e3e86992e1a5bb921d7f8789a552364350b69975594ccfb015d2092643300bc7a17981d1
7
- data.tar.gz: '082b7ae01b6ba108f5432126aeecb3a0b37937a06139047dafab05b53af2a7546f851471805b15cb6b2bf369d3e1e8401dac3b50977832ace37e1c527ad71e00'
6
+ metadata.gz: cfcd380b0a110c91aead7858e1d32f83a5c296800e018766663b2c7e64b94d10f61efd48e24dee79df73291ff05d2781fa76947f3f65bca31438583a3debac15
7
+ data.tar.gz: ab8fdfd8c6e506e6287d8e4bc787aec09d847aa43b4710b3c9976d85ab5e10f56af7004f9e9d8d64ae1c59d83b5f214be73fb35de1bf5c4d05c113f58290c7c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.115.0 (2026-05-31)
9
+
10
+ * Regenerated from discovery document revision 20260522
11
+
3
12
  ### v0.114.0 (2026-05-17)
4
13
 
5
14
  * Regenerated from discovery document revision 20260512
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.1+.
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]
@@ -1515,12 +1528,6 @@ module Google
1515
1528
  # @return [Google::Apis::RunV2::GoogleCloudRunV2Condition]
1516
1529
  attr_accessor :terminal_condition
1517
1530
 
1518
- # Optional. Duration the instance may be active before the system will shut it
1519
- # down.
1520
- # Corresponds to the JSON property `timeout`
1521
- # @return [String]
1522
- attr_accessor :timeout
1523
-
1524
1531
  # Output only. Server assigned unique identifier for the trigger. The value is a
1525
1532
  # UUID4 string and guaranteed to remain unchanged until the resource is deleted.
1526
1533
  # Corresponds to the JSON property `uid`
@@ -1584,10 +1591,10 @@ module Google
1584
1591
  @node_selector = args[:node_selector] if args.key?(:node_selector)
1585
1592
  @observed_generation = args[:observed_generation] if args.key?(:observed_generation)
1586
1593
  @reconciling = args[:reconciling] if args.key?(:reconciling)
1594
+ @restart_policy = args[:restart_policy] if args.key?(:restart_policy)
1587
1595
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1588
1596
  @service_account = args[:service_account] if args.key?(:service_account)
1589
1597
  @terminal_condition = args[:terminal_condition] if args.key?(:terminal_condition)
1590
- @timeout = args[:timeout] if args.key?(:timeout)
1591
1598
  @uid = args[:uid] if args.key?(:uid)
1592
1599
  @update_time = args[:update_time] if args.key?(:update_time)
1593
1600
  @urls = args[:urls] if args.key?(:urls)
@@ -2500,6 +2507,11 @@ module Google
2500
2507
  attr_accessor :reconciling
2501
2508
  alias_method :reconciling?, :reconciling
2502
2509
 
2510
+ # Configuration for sandboxes.
2511
+ # Corresponds to the JSON property `sandboxes`
2512
+ # @return [Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration]
2513
+ attr_accessor :sandboxes
2514
+
2503
2515
  # Output only. Reserved for future use.
2504
2516
  # Corresponds to the JSON property `satisfiesPzs`
2505
2517
  # @return [Boolean]
@@ -2598,6 +2610,7 @@ module Google
2598
2610
  @node_selector = args[:node_selector] if args.key?(:node_selector)
2599
2611
  @observed_generation = args[:observed_generation] if args.key?(:observed_generation)
2600
2612
  @reconciling = args[:reconciling] if args.key?(:reconciling)
2613
+ @sandboxes = args[:sandboxes] if args.key?(:sandboxes)
2601
2614
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
2602
2615
  @scaling = args[:scaling] if args.key?(:scaling)
2603
2616
  @scaling_status = args[:scaling_status] if args.key?(:scaling_status)
@@ -2775,6 +2788,11 @@ module Google
2775
2788
  # @return [String]
2776
2789
  attr_accessor :revision
2777
2790
 
2791
+ # Configuration for sandboxes.
2792
+ # Corresponds to the JSON property `sandboxes`
2793
+ # @return [Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration]
2794
+ attr_accessor :sandboxes
2795
+
2778
2796
  # Settings for revision-level scaling settings.
2779
2797
  # Corresponds to the JSON property `scaling`
2780
2798
  # @return [Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling]
@@ -2836,6 +2854,7 @@ module Google
2836
2854
  @max_instance_request_concurrency = args[:max_instance_request_concurrency] if args.key?(:max_instance_request_concurrency)
2837
2855
  @node_selector = args[:node_selector] if args.key?(:node_selector)
2838
2856
  @revision = args[:revision] if args.key?(:revision)
2857
+ @sandboxes = args[:sandboxes] if args.key?(:sandboxes)
2839
2858
  @scaling = args[:scaling] if args.key?(:scaling)
2840
2859
  @service_account = args[:service_account] if args.key?(:service_account)
2841
2860
  @service_mesh = args[:service_mesh] if args.key?(:service_mesh)
@@ -2880,6 +2899,25 @@ module Google
2880
2899
  end
2881
2900
  end
2882
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
+
2883
2921
  # SecretEnvVarSource represents a source for the value of an EnvVar.
2884
2922
  class GoogleCloudRunV2SecretKeySelector
2885
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.114.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.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260512"
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,11 +1227,11 @@ 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
1226
1234
 
1227
- property :timeout, as: 'timeout'
1228
1235
  property :uid, as: 'uid'
1229
1236
  property :update_time, as: 'updateTime'
1230
1237
  collection :urls, as: 'urls'
@@ -1459,6 +1466,8 @@ module Google
1459
1466
 
1460
1467
  property :observed_generation, :numeric_string => true, as: 'observedGeneration'
1461
1468
  property :reconciling, as: 'reconciling'
1469
+ property :sandboxes, as: 'sandboxes', class: Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration, decorator: Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration::Representation
1470
+
1462
1471
  property :satisfies_pzs, as: 'satisfiesPzs'
1463
1472
  property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling::Representation
1464
1473
 
@@ -1515,6 +1524,8 @@ module Google
1515
1524
  property :node_selector, as: 'nodeSelector', class: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector, decorator: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector::Representation
1516
1525
 
1517
1526
  property :revision, as: 'revision'
1527
+ property :sandboxes, as: 'sandboxes', class: Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration, decorator: Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration::Representation
1528
+
1518
1529
  property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling::Representation
1519
1530
 
1520
1531
  property :service_account, as: 'serviceAccount'
@@ -1539,6 +1550,14 @@ module Google
1539
1550
  end
1540
1551
  end
1541
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
+
1542
1561
  class GoogleCloudRunV2SecretKeySelector
1543
1562
  # @private
1544
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.114.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.114.0
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.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="