google-apis-cloudbuild_v2 0.4.0 → 0.6.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: a58fee1c36974a1d29fa03343275316805bcb0ab630208adf875b1405a31b013
4
- data.tar.gz: 712618ccfab0a96fbff08cd634b6bce51b5d7fa755e13f9c5f1664e3d768407d
3
+ metadata.gz: 585acbae0fac3257941cf886a506a68b02283c3a97172a183b2099e2a80b234f
4
+ data.tar.gz: 738da2fa69c9cec8ea0f61efd39276499f9c13ed3e4c6eb9517fcfaa2e61bc84
5
5
  SHA512:
6
- metadata.gz: be69f6ca7b3e7f9498278284c58965fa160e865e95971c21b5a0ad7c1ffb783dc0dd9bf98341b491c2da2880610302a1daca216c61b400ea02028d3f8aba6880
7
- data.tar.gz: 8590940c906a29a97c36f61b39fbbb7615dfbfa3d54f9541d791fa350718408e762f1992caef225e47f263d0ef4613d23c876f3344f37af5c0455e232f14580a
6
+ metadata.gz: 9a5b454d2be99edf4f9bfca3409dd7ff631aab6a62ab07383af4a7debf77133807b7b39266af64734a332a5cea72ca4d8636262eb44cd9afc62be8e71dcd5466
7
+ data.tar.gz: 59857055b31ae7c360a21a79edc25edecbc1a699d25a1bd69e3796b24f21ea7268331b87f73f9a9cfd2a63ccb94a7dee57a13e8e14c7bacc4fd98a093e779d7d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudbuild_v2
2
2
 
3
+ ### v0.6.0 (2023-12-03)
4
+
5
+ * Regenerated from discovery document revision 20231127
6
+
7
+ ### v0.5.0 (2023-11-19)
8
+
9
+ * Regenerated from discovery document revision 20231109
10
+
3
11
  ### v0.4.0 (2023-11-12)
4
12
 
5
13
  * 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)
@@ -2515,10 +2522,10 @@ module Google
2515
2522
  # @return [Array<Google::Apis::CloudbuildV2::Sidecar>]
2516
2523
  attr_accessor :sidecars
2517
2524
 
2518
- # Optional. StepTemplate can be used as the basis for all step containers within
2519
- # the Task, so that the steps inherit settings on the base container.
2525
+ # StepTemplate can be used as the basis for all step containers within the Task,
2526
+ # so that the steps inherit settings on the base container.
2520
2527
  # Corresponds to the JSON property `stepTemplate`
2521
- # @return [Array<Google::Apis::CloudbuildV2::StepTemplate>]
2528
+ # @return [Google::Apis::CloudbuildV2::StepTemplate]
2522
2529
  attr_accessor :step_template
2523
2530
 
2524
2531
  # Steps of the task.
@@ -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.6.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 = "20231127"
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
 
@@ -1108,7 +1109,7 @@ module Google
1108
1109
 
1109
1110
  collection :sidecars, as: 'sidecars', class: Google::Apis::CloudbuildV2::Sidecar, decorator: Google::Apis::CloudbuildV2::Sidecar::Representation
1110
1111
 
1111
- collection :step_template, as: 'stepTemplate', class: Google::Apis::CloudbuildV2::StepTemplate, decorator: Google::Apis::CloudbuildV2::StepTemplate::Representation
1112
+ property :step_template, as: 'stepTemplate', class: Google::Apis::CloudbuildV2::StepTemplate, decorator: Google::Apis::CloudbuildV2::StepTemplate::Representation
1112
1113
 
1113
1114
  collection :steps, as: 'steps', class: Google::Apis::CloudbuildV2::Step, decorator: Google::Apis::CloudbuildV2::Step::Representation
1114
1115
 
@@ -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.6.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-12-03 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.6.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: []