google-apis-run_v2 0.88.0 → 0.89.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: bf4588d032694ade837103b33479bcae645387cc70ec313043f8da998bd1bc28
4
- data.tar.gz: 5b3dc645bdf406594522a602ce07a3b1afaa937b720ce80a62a2ccc5fd4447fb
3
+ metadata.gz: e908437bd18a9748aaa77f194317017235abfbed0f03b45574211fe9171f7069
4
+ data.tar.gz: ec8394f88dc9d9b983868ad392e75783b24f09de1ebd7a39342b01cf38fdc57b
5
5
  SHA512:
6
- metadata.gz: 1ecfb0cec7f4796596693a9739eb6be09bf70a6e50a8e72315e296c524d8be076ea5a3ce4476f0eba21e189dc3337a465f6690eb6425fb95477d69cf7736ae37
7
- data.tar.gz: b5196354c1c0cd979363b52b8b55127383ad217d3193464fdb8ec77b8b04e4184752aef26734ccc19ff0f47600ed7faed8e0ee1f3476b0c752b2f3dfba728227
6
+ metadata.gz: ca514a656e2e7236082d2b85dfab53484411252a267c33802a3ea4a0dfd8c11168b3422ed70f37cabc524aec64eff90345c5f9d5f8445311101b1a5d6ad34e37
7
+ data.tar.gz: 26e1db208115f0e44025ea5775296fc44ed50f9faaa33ff6f3a856f8d39b814489b1a014ead4f23dad5d4203d23943b0f5abe2db69f9ca077664266b67329ff0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.89.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250606
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.88.0 (2025-05-18)
4
9
 
5
10
  * Regenerated from discovery document revision 20250509
@@ -3224,7 +3224,8 @@ module Google
3224
3224
 
3225
3225
  # Output only. The exit code of this attempt. This may be unset if the container
3226
3226
  # was unable to exit cleanly with a code due to some other failure. See status
3227
- # field for possible failure details.
3227
+ # field for possible failure details. At most one of exit_code or term_signal
3228
+ # will be set.
3228
3229
  # Corresponds to the JSON property `exitCode`
3229
3230
  # @return [Fixnum]
3230
3231
  attr_accessor :exit_code
@@ -3239,6 +3240,13 @@ module Google
3239
3240
  # @return [Google::Apis::RunV2::GoogleRpcStatus]
3240
3241
  attr_accessor :status
3241
3242
 
3243
+ # Output only. Termination signal of the container. This is set to non-zero if
3244
+ # the container is terminated by the system. At most one of exit_code or
3245
+ # term_signal will be set.
3246
+ # Corresponds to the JSON property `termSignal`
3247
+ # @return [Fixnum]
3248
+ attr_accessor :term_signal
3249
+
3242
3250
  def initialize(**args)
3243
3251
  update!(**args)
3244
3252
  end
@@ -3247,6 +3255,7 @@ module Google
3247
3255
  def update!(**args)
3248
3256
  @exit_code = args[:exit_code] if args.key?(:exit_code)
3249
3257
  @status = args[:status] if args.key?(:status)
3258
+ @term_signal = args[:term_signal] if args.key?(:term_signal)
3250
3259
  end
3251
3260
  end
3252
3261
 
@@ -3914,12 +3923,6 @@ module Google
3914
3923
  # @return [Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh]
3915
3924
  attr_accessor :service_mesh
3916
3925
 
3917
- # Optional. Enable session affinity.
3918
- # Corresponds to the JSON property `sessionAffinity`
3919
- # @return [Boolean]
3920
- attr_accessor :session_affinity
3921
- alias_method :session_affinity?, :session_affinity
3922
-
3923
3926
  # Optional. A list of Volumes to make available to containers.
3924
3927
  # Corresponds to the JSON property `volumes`
3925
3928
  # @return [Array<Google::Apis::RunV2::GoogleCloudRunV2Volume>]
@@ -3947,7 +3950,6 @@ module Google
3947
3950
  @revision = args[:revision] if args.key?(:revision)
3948
3951
  @service_account = args[:service_account] if args.key?(:service_account)
3949
3952
  @service_mesh = args[:service_mesh] if args.key?(:service_mesh)
3950
- @session_affinity = args[:session_affinity] if args.key?(:session_affinity)
3951
3953
  @volumes = args[:volumes] if args.key?(:volumes)
3952
3954
  @vpc_access = args[:vpc_access] if args.key?(:vpc_access)
3953
3955
  end
@@ -5033,9 +5035,8 @@ module Google
5033
5035
  class GoogleDevtoolsCloudbuildV1GitSourceRepository
5034
5036
  include Google::Apis::Core::Hashable
5035
5037
 
5036
- # The Developer Connect Git repository link or the url that matches a repository
5037
- # link in the current project, formatted as `projects/*/locations/*/connections/*
5038
- # /gitRepositoryLink/*`
5038
+ # The Developer Connect Git repository link formatted as `projects/*/locations/*/
5039
+ # connections/*/gitRepositoryLink/*`
5039
5040
  # Corresponds to the JSON property `developerConnect`
5040
5041
  # @return [String]
5041
5042
  attr_accessor :developer_connect
@@ -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.88.0"
19
+ GEM_VERSION = "0.89.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250509"
25
+ REVISION = "20250606"
26
26
  end
27
27
  end
28
28
  end
@@ -1512,6 +1512,7 @@ module Google
1512
1512
  property :exit_code, as: 'exitCode'
1513
1513
  property :status, as: 'status', class: Google::Apis::RunV2::GoogleRpcStatus, decorator: Google::Apis::RunV2::GoogleRpcStatus::Representation
1514
1514
 
1515
+ property :term_signal, as: 'termSignal'
1515
1516
  end
1516
1517
  end
1517
1518
 
@@ -1657,7 +1658,6 @@ module Google
1657
1658
  property :service_account, as: 'serviceAccount'
1658
1659
  property :service_mesh, as: 'serviceMesh', class: Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh, decorator: Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh::Representation
1659
1660
 
1660
- property :session_affinity, as: 'sessionAffinity'
1661
1661
  collection :volumes, as: 'volumes', class: Google::Apis::RunV2::GoogleCloudRunV2Volume, decorator: Google::Apis::RunV2::GoogleCloudRunV2Volume::Representation
1662
1662
 
1663
1663
  property :vpc_access, as: 'vpcAccess', class: Google::Apis::RunV2::GoogleCloudRunV2VpcAccess, decorator: Google::Apis::RunV2::GoogleCloudRunV2VpcAccess::Representation
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.88.0
4
+ version: 0.89.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.88.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.89.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Run Admin API V2
79
79
  test_files: []