google-apis-run_v1 0.94.0 → 0.95.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: dc946155d0024e0b35f49923329e9b8fb616d89eaf76c6ba826a7c841a14d101
4
+ data.tar.gz: 5bc0b8a5849cecf4cd06550ebd7670526166406fb3fa0e0f4ddc233b1bd48a76
5
5
  SHA512:
6
- metadata.gz: 1b2d84a8b51b2cd8efa816afd0faad61ee41dd34683ee8b2792309972aaf7ea049a9febd962275fc8745ed05e127df2878d3f426ea56f7fa50c13d4f2b083942
7
- data.tar.gz: bac828a225fb8bbb3bce5189d38f2b5afc0d4cb972e185bca41b0182d86535db9b7863041e32504c17fa43c03af95ab83bae72984ffee968f868e855b6ca9122
6
+ metadata.gz: e6745dc16fa1d0134710f22664a3b0138879758d32b78a80b9b2ee73368a7d82d33c3f0f5a5a728123effdca80f7ee9ed7cd406457e6a8f2028f10467fa0a9c0
7
+ data.tar.gz: 3d5f992d9e5e64f694eec512faa5066561534bad705336e48b11d5796cb65971c4134ff2e8a1c75d3629fea750ac27a568bef179459e259862655a0003c44c06
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.95.0 (2025-11-09)
4
+
5
+ * Regenerated from discovery document revision 20251031
6
+
3
7
  ### v0.94.0 (2025-11-02)
4
8
 
5
9
  * 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)
@@ -3246,6 +3252,11 @@ module Google
3246
3252
  class GoogleDevtoolsCloudbuildV1UploadedGoModule
3247
3253
  include Google::Apis::Core::Hashable
3248
3254
 
3255
+ # Output only. Path to the artifact in Artifact Registry.
3256
+ # Corresponds to the JSON property `artifactRegistryPackage`
3257
+ # @return [String]
3258
+ attr_accessor :artifact_registry_package
3259
+
3249
3260
  # Container message for hashes of byte content of files, used in
3250
3261
  # SourceProvenance messages to verify integrity of source input to the build.
3251
3262
  # Corresponds to the JSON property `fileHashes`
@@ -3268,6 +3279,7 @@ module Google
3268
3279
 
3269
3280
  # Update properties of this object
3270
3281
  def update!(**args)
3282
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3271
3283
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3272
3284
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3273
3285
  @uri = args[:uri] if args.key?(:uri)
@@ -3278,6 +3290,11 @@ module Google
3278
3290
  class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact
3279
3291
  include Google::Apis::Core::Hashable
3280
3292
 
3293
+ # Output only. Path to the artifact in Artifact Registry.
3294
+ # Corresponds to the JSON property `artifactRegistryPackage`
3295
+ # @return [String]
3296
+ attr_accessor :artifact_registry_package
3297
+
3281
3298
  # Container message for hashes of byte content of files, used in
3282
3299
  # SourceProvenance messages to verify integrity of source input to the build.
3283
3300
  # Corresponds to the JSON property `fileHashes`
@@ -3300,6 +3317,7 @@ module Google
3300
3317
 
3301
3318
  # Update properties of this object
3302
3319
  def update!(**args)
3320
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3303
3321
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3304
3322
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3305
3323
  @uri = args[:uri] if args.key?(:uri)
@@ -3310,6 +3328,11 @@ module Google
3310
3328
  class GoogleDevtoolsCloudbuildV1UploadedNpmPackage
3311
3329
  include Google::Apis::Core::Hashable
3312
3330
 
3331
+ # Output only. Path to the artifact in Artifact Registry.
3332
+ # Corresponds to the JSON property `artifactRegistryPackage`
3333
+ # @return [String]
3334
+ attr_accessor :artifact_registry_package
3335
+
3313
3336
  # Container message for hashes of byte content of files, used in
3314
3337
  # SourceProvenance messages to verify integrity of source input to the build.
3315
3338
  # Corresponds to the JSON property `fileHashes`
@@ -3332,6 +3355,7 @@ module Google
3332
3355
 
3333
3356
  # Update properties of this object
3334
3357
  def update!(**args)
3358
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3335
3359
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3336
3360
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3337
3361
  @uri = args[:uri] if args.key?(:uri)
@@ -3342,6 +3366,11 @@ module Google
3342
3366
  class GoogleDevtoolsCloudbuildV1UploadedPythonPackage
3343
3367
  include Google::Apis::Core::Hashable
3344
3368
 
3369
+ # Output only. Path to the artifact in Artifact Registry.
3370
+ # Corresponds to the JSON property `artifactRegistryPackage`
3371
+ # @return [String]
3372
+ attr_accessor :artifact_registry_package
3373
+
3345
3374
  # Container message for hashes of byte content of files, used in
3346
3375
  # SourceProvenance messages to verify integrity of source input to the build.
3347
3376
  # Corresponds to the JSON property `fileHashes`
@@ -3364,6 +3393,7 @@ module Google
3364
3393
 
3365
3394
  # Update properties of this object
3366
3395
  def update!(**args)
3396
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3367
3397
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3368
3398
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3369
3399
  @uri = args[:uri] if args.key?(:uri)
@@ -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.95.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 = "20251031"
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
@@ -1682,6 +1683,7 @@ module Google
1682
1683
  class GoogleDevtoolsCloudbuildV1UploadedGoModule
1683
1684
  # @private
1684
1685
  class Representation < Google::Apis::Core::JsonRepresentation
1686
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1685
1687
  property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation
1686
1688
 
1687
1689
  property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1693,6 +1695,7 @@ module Google
1693
1695
  class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact
1694
1696
  # @private
1695
1697
  class Representation < Google::Apis::Core::JsonRepresentation
1698
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1696
1699
  property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation
1697
1700
 
1698
1701
  property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1704,6 +1707,7 @@ module Google
1704
1707
  class GoogleDevtoolsCloudbuildV1UploadedNpmPackage
1705
1708
  # @private
1706
1709
  class Representation < Google::Apis::Core::JsonRepresentation
1710
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1707
1711
  property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation
1708
1712
 
1709
1713
  property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1715,6 +1719,7 @@ module Google
1715
1719
  class GoogleDevtoolsCloudbuildV1UploadedPythonPackage
1716
1720
  # @private
1717
1721
  class Representation < Google::Apis::Core::JsonRepresentation
1722
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1718
1723
  property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation
1719
1724
 
1720
1725
  property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
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.95.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.95.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: