google-apis-cloudbuild_v1 0.76.0 → 0.78.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: 3ac5ea027d23663205f540281681373674799d88b4051a15bb42edaa5b50c7a8
4
- data.tar.gz: '0628fbbadfcbf73156112858eceed651299aff179b59d4c57dba7a4878187a15'
3
+ metadata.gz: 455e6d6781ab393101b472f935fd533d32d56e23335e1b991af3350205504054
4
+ data.tar.gz: 2aa9d6c3873080c1ad646f364e6ced68b19ada56c8d9515a0af5e2d63ca46ae0
5
5
  SHA512:
6
- metadata.gz: 194c45706c631875affc9fda7c1de67f1265439c154d7baaeef189ce3fbf36d2d452a5bc3c29bca9decc1941615b1a8fd62b4d8bce20d4ab1c1c64fc8cea1908
7
- data.tar.gz: 159a0f85f8d541132ce5d9393b189d679effc33af179c32b2e2fdafab0f2dd9b98ad5c804f353860cf0d85407397b2db24986f6e3943bc2c5f6ceb6ea3975c57
6
+ metadata.gz: 00ae960999c33f06d9595d7f9fdc3059f7a1738fc441a217e0b3547ab160d255dc43a57aa2ec235ab64b5446844e85f9cf1658e306a421a376e3ee2fcfe2fd75
7
+ data.tar.gz: 1cbbf5579610df68abc1e2e64e6a70d0bcaabf6eb76fb56d3efd9cace606e07e91594036dbca12d4707ccd5a2e35f3bf60217928cdfe679f7e9266eb7cf8a9cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudbuild_v1
2
2
 
3
+ ### v0.78.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20260106
6
+
7
+ ### v0.77.0 (2025-12-07)
8
+
9
+ * Regenerated from discovery document revision 20251125
10
+
3
11
  ### v0.76.0 (2025-11-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20251111
@@ -1834,7 +1834,7 @@ module Google
1834
1834
  include Google::Apis::Core::Hashable
1835
1835
 
1836
1836
  # Identifier. Format: `projects/`project`/locations/`location`/
1837
- # defaultServiceAccount
1837
+ # defaultServiceAccount`.
1838
1838
  # Corresponds to the JSON property `name`
1839
1839
  # @return [String]
1840
1840
  attr_accessor :name
@@ -3278,6 +3278,14 @@ module Google
3278
3278
  # @return [String]
3279
3279
  attr_accessor :artifact_id
3280
3280
 
3281
+ # Optional. Path to a folder containing the files to upload to Artifact Registry.
3282
+ # This can be either an absolute path, e.g. `/workspace/my-app/target/`, or a
3283
+ # relative path from /workspace, e.g. `my-app/target/`. This field is mutually
3284
+ # exclusive with the `path` field.
3285
+ # Corresponds to the JSON property `deployFolder`
3286
+ # @return [String]
3287
+ attr_accessor :deploy_folder
3288
+
3281
3289
  # Maven `groupId` value used when uploading the artifact to Artifact Registry.
3282
3290
  # Corresponds to the JSON property `groupId`
3283
3291
  # @return [String]
@@ -3310,6 +3318,7 @@ module Google
3310
3318
  # Update properties of this object
3311
3319
  def update!(**args)
3312
3320
  @artifact_id = args[:artifact_id] if args.key?(:artifact_id)
3321
+ @deploy_folder = args[:deploy_folder] if args.key?(:deploy_folder)
3313
3322
  @group_id = args[:group_id] if args.key?(:group_id)
3314
3323
  @path = args[:path] if args.key?(:path)
3315
3324
  @repository = args[:repository] if args.key?(:repository)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbuildV1
18
18
  # Version of the google-apis-cloudbuild_v1 gem
19
- GEM_VERSION = "0.76.0"
19
+ GEM_VERSION = "0.78.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 = "20251111"
25
+ REVISION = "20260106"
26
26
  end
27
27
  end
28
28
  end
@@ -1576,6 +1576,7 @@ module Google
1576
1576
  # @private
1577
1577
  class Representation < Google::Apis::Core::JsonRepresentation
1578
1578
  property :artifact_id, as: 'artifactId'
1579
+ property :deploy_folder, as: 'deployFolder'
1579
1580
  property :group_id, as: 'groupId'
1580
1581
  property :path, as: 'path'
1581
1582
  property :repository, as: 'repository'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbuild_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.76.0
4
+ version: 0.78.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-cloudbuild_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.76.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.78.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1
62
62
  rdoc_options: []
63
63
  require_paths: