google-apis-cloudbuild_v2 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a58fee1c36974a1d29fa03343275316805bcb0ab630208adf875b1405a31b013
4
- data.tar.gz: 712618ccfab0a96fbff08cd634b6bce51b5d7fa755e13f9c5f1664e3d768407d
3
+ metadata.gz: dd0b9a771da357d8a22a22de621e8bff9f19970a493e9da87b5dfefcc1b0719f
4
+ data.tar.gz: dc3debb0eeaa5b747d170b63664a0feb06e6fff2c21927dd9e83d21fc0712f82
5
5
  SHA512:
6
- metadata.gz: be69f6ca7b3e7f9498278284c58965fa160e865e95971c21b5a0ad7c1ffb783dc0dd9bf98341b491c2da2880610302a1daca216c61b400ea02028d3f8aba6880
7
- data.tar.gz: 8590940c906a29a97c36f61b39fbbb7615dfbfa3d54f9541d791fa350718408e762f1992caef225e47f263d0ef4613d23c876f3344f37af5c0455e232f14580a
6
+ metadata.gz: 1c523285d6bb9e5aac70a04445b4b92268ca94c7d1e84b326c471514215abaa357555e22ddd82d0c0afee148a718d60e2e9a98951c23a8e3b554dfe1c42d72e1
7
+ data.tar.gz: bcf9864e384153d7c85a51b85cbe6fe4180098cbefc3c1b3a3a778f79a80f3df40992483da8d8a9a822d653e9f8d7facefd3d63ed89340af87739eac695a49c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v2
2
2
 
3
+ ### v0.5.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231109
6
+
3
7
  ### v0.4.0 (2023-11-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20231031
@@ -1502,6 +1502,12 @@ module Google
1502
1502
  # @return [String]
1503
1503
  attr_accessor :etag
1504
1504
 
1505
+ # Output only. FinallyStartTime is when all non-finally tasks have been
1506
+ # completed and only finally tasks are being executed. +optional
1507
+ # Corresponds to the JSON property `finallyStartTime`
1508
+ # @return [String]
1509
+ attr_accessor :finally_start_time
1510
+
1505
1511
  # Output only. The `PipelineRun` name with format `projects/`project`/locations/`
1506
1512
  # location`/pipelineRuns/`pipeline_run``
1507
1513
  # Corresponds to the JSON property `name`
@@ -1593,6 +1599,7 @@ module Google
1593
1599
  @conditions = args[:conditions] if args.key?(:conditions)
1594
1600
  @create_time = args[:create_time] if args.key?(:create_time)
1595
1601
  @etag = args[:etag] if args.key?(:etag)
1602
+ @finally_start_time = args[:finally_start_time] if args.key?(:finally_start_time)
1596
1603
  @name = args[:name] if args.key?(:name)
1597
1604
  @params = args[:params] if args.key?(:params)
1598
1605
  @pipeline_ref = args[:pipeline_ref] if args.key?(:pipeline_ref)
@@ -2797,6 +2804,13 @@ module Google
2797
2804
  # @return [Google::Apis::CloudbuildV2::SecretVolumeSource]
2798
2805
  attr_accessor :secret
2799
2806
 
2807
+ # Optional. SubPath is optionally a directory on the volume which should be used
2808
+ # for this binding (i.e. the volume will be mounted at this sub directory). +
2809
+ # optional
2810
+ # Corresponds to the JSON property `subPath`
2811
+ # @return [String]
2812
+ attr_accessor :sub_path
2813
+
2800
2814
  # VolumeClaim is a user's request for a volume.
2801
2815
  # Corresponds to the JSON property `volumeClaim`
2802
2816
  # @return [Google::Apis::CloudbuildV2::VolumeClaim]
@@ -2810,6 +2824,7 @@ module Google
2810
2824
  def update!(**args)
2811
2825
  @name = args[:name] if args.key?(:name)
2812
2826
  @secret = args[:secret] if args.key?(:secret)
2827
+ @sub_path = args[:sub_path] if args.key?(:sub_path)
2813
2828
  @volume_claim = args[:volume_claim] if args.key?(:volume_claim)
2814
2829
  end
2815
2830
  end
@@ -2870,6 +2885,13 @@ module Google
2870
2885
  # @return [String]
2871
2886
  attr_accessor :name
2872
2887
 
2888
+ # Optional. SubPath is optionally a directory on the volume which should be used
2889
+ # for this binding (i.e. the volume will be mounted at this sub directory). +
2890
+ # optional
2891
+ # Corresponds to the JSON property `subPath`
2892
+ # @return [String]
2893
+ attr_accessor :sub_path
2894
+
2873
2895
  # Name of the workspace declared by the pipeline.
2874
2896
  # Corresponds to the JSON property `workspace`
2875
2897
  # @return [String]
@@ -2882,6 +2904,7 @@ module Google
2882
2904
  # Update properties of this object
2883
2905
  def update!(**args)
2884
2906
  @name = args[:name] if args.key?(:name)
2907
+ @sub_path = args[:sub_path] if args.key?(:sub_path)
2885
2908
  @workspace = args[:workspace] if args.key?(:workspace)
2886
2909
  end
2887
2910
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbuildV2
18
18
  # Version of the google-apis-cloudbuild_v2 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231031"
25
+ REVISION = "20231109"
26
26
  end
27
27
  end
28
28
  end
@@ -857,6 +857,7 @@ module Google
857
857
 
858
858
  property :create_time, as: 'createTime'
859
859
  property :etag, as: 'etag'
860
+ property :finally_start_time, as: 'finallyStartTime'
860
861
  property :name, as: 'name'
861
862
  collection :params, as: 'params', class: Google::Apis::CloudbuildV2::Param, decorator: Google::Apis::CloudbuildV2::Param::Representation
862
863
 
@@ -1192,6 +1193,7 @@ module Google
1192
1193
  property :name, as: 'name'
1193
1194
  property :secret, as: 'secret', class: Google::Apis::CloudbuildV2::SecretVolumeSource, decorator: Google::Apis::CloudbuildV2::SecretVolumeSource::Representation
1194
1195
 
1196
+ property :sub_path, as: 'subPath'
1195
1197
  property :volume_claim, as: 'volumeClaim', class: Google::Apis::CloudbuildV2::VolumeClaim, decorator: Google::Apis::CloudbuildV2::VolumeClaim::Representation
1196
1198
 
1197
1199
  end
@@ -1212,6 +1214,7 @@ module Google
1212
1214
  # @private
1213
1215
  class Representation < Google::Apis::Core::JsonRepresentation
1214
1216
  property :name, as: 'name'
1217
+ property :sub_path, as: 'subPath'
1215
1218
  property :workspace, as: 'workspace'
1216
1219
  end
1217
1220
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbuild_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-12 00:00:00.000000000 Z
11
+ date: 2023-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.5.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v2
63
63
  post_install_message:
64
64
  rdoc_options: []