google-apis-run_v1 0.94.0 → 0.96.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: d8ad2b70080c908f36d7e8537053d02a6d7eaf750d58b849e49b89cb9a8574b5
4
- data.tar.gz: fe3262dbbf2a354216d9936eb21bbf9a2d518509cc78b29b44e552e5c81a5b37
3
+ metadata.gz: 13c5239aea4f0e95bbdff63a1547204510aa1af70aefeba5f9d8a57c7143aab7
4
+ data.tar.gz: bc9e3986cc4dccbefa289e55c0bfdd0e00760cd7578534c34ffa4c69d040929c
5
5
  SHA512:
6
- metadata.gz: 1b2d84a8b51b2cd8efa816afd0faad61ee41dd34683ee8b2792309972aaf7ea049a9febd962275fc8745ed05e127df2878d3f426ea56f7fa50c13d4f2b083942
7
- data.tar.gz: bac828a225fb8bbb3bce5189d38f2b5afc0d4cb972e185bca41b0182d86535db9b7863041e32504c17fa43c03af95ab83bae72984ffee968f868e855b6ca9122
6
+ metadata.gz: 2f76ec7c6f0914f221837402c663f4b8dcfb3fcee4b2e301f5e58f600810d2a34db201f44e941708b9658f87a30d87e153027c20db1d40d050dc9b20b4014613
7
+ data.tar.gz: 7c8d8b5a628ce6836700b741175a3ac703c6e47576d13d97819195d6aa7151febdb2cd6d7c2c0e894cb6b214a9e3f1e089da464ccff1fc0808e87ae1f6cf1c6d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.96.0 (2025-12-07)
4
+
5
+ * Regenerated from discovery document revision 20251202
6
+
7
+ ### v0.95.0 (2025-11-09)
8
+
9
+ * Regenerated from discovery document revision 20251031
10
+
3
11
  ### v0.94.0 (2025-11-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20251024
@@ -2231,6 +2231,11 @@ module Google
2231
2231
  class GoogleDevtoolsCloudbuildV1BuiltImage
2232
2232
  include Google::Apis::Core::Hashable
2233
2233
 
2234
+ # Output only. Path to the artifact in Artifact Registry.
2235
+ # Corresponds to the JSON property `artifactRegistryPackage`
2236
+ # @return [String]
2237
+ attr_accessor :artifact_registry_package
2238
+
2234
2239
  # Docker Registry 2.0 digest.
2235
2240
  # Corresponds to the JSON property `digest`
2236
2241
  # @return [String]
@@ -2253,6 +2258,7 @@ module Google
2253
2258
 
2254
2259
  # Update properties of this object
2255
2260
  def update!(**args)
2261
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
2256
2262
  @digest = args[:digest] if args.key?(:digest)
2257
2263
  @name = args[:name] if args.key?(:name)
2258
2264
  @push_timing = args[:push_timing] if args.key?(:push_timing)
@@ -2674,6 +2680,14 @@ module Google
2674
2680
  # @return [String]
2675
2681
  attr_accessor :artifact_id
2676
2682
 
2683
+ # Optional. Path to a folder containing the files to upload to Artifact Registry.
2684
+ # This can be either an absolute path, e.g. `/workspace/my-app/target/`, or a
2685
+ # relative path from /workspace, e.g. `my-app/target/`. This field is mutually
2686
+ # exclusive with the `path` field.
2687
+ # Corresponds to the JSON property `deployFolder`
2688
+ # @return [String]
2689
+ attr_accessor :deploy_folder
2690
+
2677
2691
  # Maven `groupId` value used when uploading the artifact to Artifact Registry.
2678
2692
  # Corresponds to the JSON property `groupId`
2679
2693
  # @return [String]
@@ -2706,6 +2720,7 @@ module Google
2706
2720
  # Update properties of this object
2707
2721
  def update!(**args)
2708
2722
  @artifact_id = args[:artifact_id] if args.key?(:artifact_id)
2723
+ @deploy_folder = args[:deploy_folder] if args.key?(:deploy_folder)
2709
2724
  @group_id = args[:group_id] if args.key?(:group_id)
2710
2725
  @path = args[:path] if args.key?(:path)
2711
2726
  @repository = args[:repository] if args.key?(:repository)
@@ -3246,6 +3261,11 @@ module Google
3246
3261
  class GoogleDevtoolsCloudbuildV1UploadedGoModule
3247
3262
  include Google::Apis::Core::Hashable
3248
3263
 
3264
+ # Output only. Path to the artifact in Artifact Registry.
3265
+ # Corresponds to the JSON property `artifactRegistryPackage`
3266
+ # @return [String]
3267
+ attr_accessor :artifact_registry_package
3268
+
3249
3269
  # Container message for hashes of byte content of files, used in
3250
3270
  # SourceProvenance messages to verify integrity of source input to the build.
3251
3271
  # Corresponds to the JSON property `fileHashes`
@@ -3268,6 +3288,7 @@ module Google
3268
3288
 
3269
3289
  # Update properties of this object
3270
3290
  def update!(**args)
3291
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3271
3292
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3272
3293
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3273
3294
  @uri = args[:uri] if args.key?(:uri)
@@ -3278,6 +3299,11 @@ module Google
3278
3299
  class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact
3279
3300
  include Google::Apis::Core::Hashable
3280
3301
 
3302
+ # Output only. Path to the artifact in Artifact Registry.
3303
+ # Corresponds to the JSON property `artifactRegistryPackage`
3304
+ # @return [String]
3305
+ attr_accessor :artifact_registry_package
3306
+
3281
3307
  # Container message for hashes of byte content of files, used in
3282
3308
  # SourceProvenance messages to verify integrity of source input to the build.
3283
3309
  # Corresponds to the JSON property `fileHashes`
@@ -3300,6 +3326,7 @@ module Google
3300
3326
 
3301
3327
  # Update properties of this object
3302
3328
  def update!(**args)
3329
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3303
3330
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3304
3331
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3305
3332
  @uri = args[:uri] if args.key?(:uri)
@@ -3310,6 +3337,11 @@ module Google
3310
3337
  class GoogleDevtoolsCloudbuildV1UploadedNpmPackage
3311
3338
  include Google::Apis::Core::Hashable
3312
3339
 
3340
+ # Output only. Path to the artifact in Artifact Registry.
3341
+ # Corresponds to the JSON property `artifactRegistryPackage`
3342
+ # @return [String]
3343
+ attr_accessor :artifact_registry_package
3344
+
3313
3345
  # Container message for hashes of byte content of files, used in
3314
3346
  # SourceProvenance messages to verify integrity of source input to the build.
3315
3347
  # Corresponds to the JSON property `fileHashes`
@@ -3332,6 +3364,7 @@ module Google
3332
3364
 
3333
3365
  # Update properties of this object
3334
3366
  def update!(**args)
3367
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3335
3368
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3336
3369
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3337
3370
  @uri = args[:uri] if args.key?(:uri)
@@ -3342,6 +3375,11 @@ module Google
3342
3375
  class GoogleDevtoolsCloudbuildV1UploadedPythonPackage
3343
3376
  include Google::Apis::Core::Hashable
3344
3377
 
3378
+ # Output only. Path to the artifact in Artifact Registry.
3379
+ # Corresponds to the JSON property `artifactRegistryPackage`
3380
+ # @return [String]
3381
+ attr_accessor :artifact_registry_package
3382
+
3345
3383
  # Container message for hashes of byte content of files, used in
3346
3384
  # SourceProvenance messages to verify integrity of source input to the build.
3347
3385
  # Corresponds to the JSON property `fileHashes`
@@ -3364,6 +3402,7 @@ module Google
3364
3402
 
3365
3403
  # Update properties of this object
3366
3404
  def update!(**args)
3405
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3367
3406
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3368
3407
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3369
3408
  @uri = args[:uri] if args.key?(:uri)
@@ -3440,8 +3479,9 @@ module Google
3440
3479
  attr_accessor :operations
3441
3480
 
3442
3481
  # Unordered list. Unreachable resources. Populated when the request sets `
3443
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
3444
- # when attempting to list all resources across all supported locations.
3482
+ # ListOperationsRequest.return_partial_success` and reads across collections.
3483
+ # For example, when attempting to list all resources across all supported
3484
+ # locations.
3445
3485
  # Corresponds to the JSON property `unreachable`
3446
3486
  # @return [Array<String>]
3447
3487
  attr_accessor :unreachable
@@ -4469,9 +4509,11 @@ module Google
4469
4509
  # zonal-redundancy-disabled`: Revision. * `run.googleapis.com/health-check-
4470
4510
  # disabled`: Revision. * `run.googleapis.com/ingress`: Service. * `run.
4471
4511
  # googleapis.com/launch-stage`: Service, Job. * `run.googleapis.com/minScale`:
4472
- # Service * `run.googleapis.com/network-interfaces`: Revision, Execution. * `run.
4473
- # googleapis.com/post-key-revocation-action-type`: Revision. * `run.googleapis.
4474
- # com/secrets`: Revision, Execution. * `run.googleapis.com/secure-session-agent`:
4512
+ # Service. * `run.googleapis.com/maxScale`: Service. * `run.googleapis.com/
4513
+ # manualInstanceCount`: Service. * `run.googleapis.com/network-interfaces`:
4514
+ # Revision, Execution. * `run.googleapis.com/post-key-revocation-action-type`:
4515
+ # Revision. `run.googleapis.com/scalingMode`: Service. * `run.googleapis.com/
4516
+ # secrets`: Revision, Execution. * `run.googleapis.com/secure-session-agent`:
4475
4517
  # Revision. * `run.googleapis.com/sessionAffinity`: Revision. * `run.googleapis.
4476
4518
  # com/startup-cpu-boost`: Revision. * `run.googleapis.com/vpc-access-connector`:
4477
4519
  # Revision, Execution. * `run.googleapis.com/vpc-access-egress`: Revision,
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.94.0"
19
+ GEM_VERSION = "0.96.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251024"
25
+ REVISION = "20251202"
26
26
  end
27
27
  end
28
28
  end
@@ -1398,6 +1398,7 @@ module Google
1398
1398
  class GoogleDevtoolsCloudbuildV1BuiltImage
1399
1399
  # @private
1400
1400
  class Representation < Google::Apis::Core::JsonRepresentation
1401
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1401
1402
  property :digest, as: 'digest'
1402
1403
  property :name, as: 'name'
1403
1404
  property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1524,6 +1525,7 @@ module Google
1524
1525
  # @private
1525
1526
  class Representation < Google::Apis::Core::JsonRepresentation
1526
1527
  property :artifact_id, as: 'artifactId'
1528
+ property :deploy_folder, as: 'deployFolder'
1527
1529
  property :group_id, as: 'groupId'
1528
1530
  property :path, as: 'path'
1529
1531
  property :repository, as: 'repository'
@@ -1682,6 +1684,7 @@ module Google
1682
1684
  class GoogleDevtoolsCloudbuildV1UploadedGoModule
1683
1685
  # @private
1684
1686
  class Representation < Google::Apis::Core::JsonRepresentation
1687
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1685
1688
  property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation
1686
1689
 
1687
1690
  property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1693,6 +1696,7 @@ module Google
1693
1696
  class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact
1694
1697
  # @private
1695
1698
  class Representation < Google::Apis::Core::JsonRepresentation
1699
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1696
1700
  property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation
1697
1701
 
1698
1702
  property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1704,6 +1708,7 @@ module Google
1704
1708
  class GoogleDevtoolsCloudbuildV1UploadedNpmPackage
1705
1709
  # @private
1706
1710
  class Representation < Google::Apis::Core::JsonRepresentation
1711
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1707
1712
  property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation
1708
1713
 
1709
1714
  property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1715,6 +1720,7 @@ module Google
1715
1720
  class GoogleDevtoolsCloudbuildV1UploadedPythonPackage
1716
1721
  # @private
1717
1722
  class Representation < Google::Apis::Core::JsonRepresentation
1723
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1718
1724
  property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation
1719
1725
 
1720
1726
  property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -2080,11 +2080,12 @@ module Google
2080
2080
  # list call.
2081
2081
  # @param [Boolean] return_partial_success
2082
2082
  # When set to `true`, operations that are reachable are returned as normal, and
2083
- # those that are unreachable are returned in the [ListOperationsResponse.
2084
- # unreachable] field. This can only be `true` when reading across collections e.
2085
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
2086
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
2087
- # explicitly documented otherwise in service or product specific documentation.
2083
+ # those that are unreachable are returned in the ListOperationsResponse.
2084
+ # unreachable field. This can only be `true` when reading across collections.
2085
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
2086
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
2087
+ # if set unless explicitly documented otherwise in service or product specific
2088
+ # documentation.
2088
2089
  # @param [String] fields
2089
2090
  # Selector specifying which fields to include in a partial response.
2090
2091
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.94.0
4
+ version: 0.96.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.94.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.96.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
62
62
  rdoc_options: []
63
63
  require_paths: