google-apis-cloudbuild_v1alpha1 0.18.0 → 0.21.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: 96b94d803c84f536f6afba88373fc917db8eada3694c501146ce56fe7e27446a
4
- data.tar.gz: 90d5a30840c285ca9ef3021ee25c3f30237a8879563abea446a4e11511b3569b
3
+ metadata.gz: ae869275036ad9a731eb31beec113203f388a3e39c63b76efa2595651e85194f
4
+ data.tar.gz: 5f69d264f9626fdc341bc762ef1a355132a339b9aa539ca7285dc09887f2fdd9
5
5
  SHA512:
6
- metadata.gz: af21a0143d983a46eb2eb57ee96108e2475735abb9949cbb616fb8b242920c19b898ca061af83b3456343a33023a73e91ba785fa5e252480ec3c874f800912d8
7
- data.tar.gz: a80002a6fcb470db9fb4dafefedef07db210c96b27c6ebefcef39c1bc2f3853f3f8a6431895857e1c49c55677bf8c423f8f7e3326d20804ee5419a687cdc80ff
6
+ metadata.gz: 91463e4abd50ab55745d78f5e50d1455176244012f61be7526923bab2a7875dab39acc5f42ed4fddf3b9bdd2d3aa45c6aeaf0d475f7272c6356aee040072c77a
7
+ data.tar.gz: b44983c24538548f387599794488181ece789f7a2f2b03d00000ac81b8a6d2a1956e3e0b8683a546a53c5680df604a1cf8992231de0ed2ffa3f73f82790c941f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudbuild_v1alpha1
2
2
 
3
+ ### v0.21.0 (2022-05-20)
4
+
5
+ * Regenerated from discovery document revision 20220512
6
+
7
+ ### v0.20.0 (2022-03-29)
8
+
9
+ * Regenerated from discovery document revision 20220322
10
+
11
+ ### v0.19.0 (2022-03-02)
12
+
13
+ * Regenerated from discovery document revision 20220218
14
+
3
15
  ### v0.18.0 (2022-02-11)
4
16
 
5
17
  * Regenerated from discovery document revision 20220131
@@ -956,38 +956,6 @@ module Google
956
956
  end
957
957
  end
958
958
 
959
- # Metadata for `CreateGitLabConfig` operation.
960
- class CreateGitLabConfigOperationMetadata
961
- include Google::Apis::Core::Hashable
962
-
963
- # Time the operation was completed.
964
- # Corresponds to the JSON property `completeTime`
965
- # @return [String]
966
- attr_accessor :complete_time
967
-
968
- # Time the operation was created.
969
- # Corresponds to the JSON property `createTime`
970
- # @return [String]
971
- attr_accessor :create_time
972
-
973
- # The resource name of the GitLabConfig to be created. Format: `projects/`
974
- # project`/locations/`location`/gitlabConfigs/`id``.
975
- # Corresponds to the JSON property `gitlabConfig`
976
- # @return [String]
977
- attr_accessor :gitlab_config
978
-
979
- def initialize(**args)
980
- update!(**args)
981
- end
982
-
983
- # Update properties of this object
984
- def update!(**args)
985
- @complete_time = args[:complete_time] if args.key?(:complete_time)
986
- @create_time = args[:create_time] if args.key?(:create_time)
987
- @gitlab_config = args[:gitlab_config] if args.key?(:gitlab_config)
988
- end
989
- end
990
-
991
959
  # Metadata for the `CreateWorkerPool` operation.
992
960
  class CreateWorkerPoolOperationMetadata
993
961
  include Google::Apis::Core::Hashable
@@ -1084,38 +1052,6 @@ module Google
1084
1052
  end
1085
1053
  end
1086
1054
 
1087
- # Metadata for `DeleteGitLabConfig` operation.
1088
- class DeleteGitLabConfigOperationMetadata
1089
- include Google::Apis::Core::Hashable
1090
-
1091
- # Time the operation was completed.
1092
- # Corresponds to the JSON property `completeTime`
1093
- # @return [String]
1094
- attr_accessor :complete_time
1095
-
1096
- # Time the operation was created.
1097
- # Corresponds to the JSON property `createTime`
1098
- # @return [String]
1099
- attr_accessor :create_time
1100
-
1101
- # The resource name of the GitLabConfig to be created. Format: `projects/`
1102
- # project`/locations/`location`/gitlabConfigs/`id``.
1103
- # Corresponds to the JSON property `gitlabConfig`
1104
- # @return [String]
1105
- attr_accessor :gitlab_config
1106
-
1107
- def initialize(**args)
1108
- update!(**args)
1109
- end
1110
-
1111
- # Update properties of this object
1112
- def update!(**args)
1113
- @complete_time = args[:complete_time] if args.key?(:complete_time)
1114
- @create_time = args[:create_time] if args.key?(:create_time)
1115
- @gitlab_config = args[:gitlab_config] if args.key?(:gitlab_config)
1116
- end
1117
- end
1118
-
1119
1055
  # Metadata for the `DeleteWorkerPool` operation.
1120
1056
  class DeleteWorkerPoolOperationMetadata
1121
1057
  include Google::Apis::Core::Hashable
@@ -1151,8 +1087,7 @@ module Google
1151
1087
  # A generic empty message that you can re-use to avoid defining duplicated empty
1152
1088
  # messages in your APIs. A typical example is to use it as the request or the
1153
1089
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
1154
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1155
- # `Empty` is empty JSON object ````.
1090
+ # protobuf.Empty) returns (google.protobuf.Empty); `
1156
1091
  class Empty
1157
1092
  include Google::Apis::Core::Hashable
1158
1093
 
@@ -1889,6 +1824,65 @@ module Google
1889
1824
  end
1890
1825
  end
1891
1826
 
1827
+ # Represents the custom metadata of the RunWorkflow long-running operation.
1828
+ class RunWorkflowCustomOperationMetadata
1829
+ include Google::Apis::Core::Hashable
1830
+
1831
+ # Output only. API version used to start the operation.
1832
+ # Corresponds to the JSON property `apiVersion`
1833
+ # @return [String]
1834
+ attr_accessor :api_version
1835
+
1836
+ # Output only. The time the operation was created.
1837
+ # Corresponds to the JSON property `createTime`
1838
+ # @return [String]
1839
+ attr_accessor :create_time
1840
+
1841
+ # Output only. The time the operation finished running.
1842
+ # Corresponds to the JSON property `endTime`
1843
+ # @return [String]
1844
+ attr_accessor :end_time
1845
+
1846
+ # Output only. ID of the pipeline run created by RunWorkflow.
1847
+ # Corresponds to the JSON property `pipelineRunId`
1848
+ # @return [String]
1849
+ attr_accessor :pipeline_run_id
1850
+
1851
+ # Output only. Identifies whether the user has requested cancellation of the
1852
+ # operation. Operations that have successfully been cancelled have Operation.
1853
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1854
+ # CANCELLED`.
1855
+ # Corresponds to the JSON property `requestedCancellation`
1856
+ # @return [Boolean]
1857
+ attr_accessor :requested_cancellation
1858
+ alias_method :requested_cancellation?, :requested_cancellation
1859
+
1860
+ # Output only. Server-defined resource path for the target of the operation.
1861
+ # Corresponds to the JSON property `target`
1862
+ # @return [String]
1863
+ attr_accessor :target
1864
+
1865
+ # Output only. Name of the verb executed by the operation.
1866
+ # Corresponds to the JSON property `verb`
1867
+ # @return [String]
1868
+ attr_accessor :verb
1869
+
1870
+ def initialize(**args)
1871
+ update!(**args)
1872
+ end
1873
+
1874
+ # Update properties of this object
1875
+ def update!(**args)
1876
+ @api_version = args[:api_version] if args.key?(:api_version)
1877
+ @create_time = args[:create_time] if args.key?(:create_time)
1878
+ @end_time = args[:end_time] if args.key?(:end_time)
1879
+ @pipeline_run_id = args[:pipeline_run_id] if args.key?(:pipeline_run_id)
1880
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
1881
+ @target = args[:target] if args.key?(:target)
1882
+ @verb = args[:verb] if args.key?(:verb)
1883
+ end
1884
+ end
1885
+
1892
1886
  # SMTPDelivery is the delivery configuration for an SMTP (email) notification.
1893
1887
  class SmtpDelivery
1894
1888
  include Google::Apis::Core::Hashable
@@ -2326,38 +2320,6 @@ module Google
2326
2320
  end
2327
2321
  end
2328
2322
 
2329
- # Metadata for `UpdateGitLabConfig` operation.
2330
- class UpdateGitLabConfigOperationMetadata
2331
- include Google::Apis::Core::Hashable
2332
-
2333
- # Time the operation was completed.
2334
- # Corresponds to the JSON property `completeTime`
2335
- # @return [String]
2336
- attr_accessor :complete_time
2337
-
2338
- # Time the operation was created.
2339
- # Corresponds to the JSON property `createTime`
2340
- # @return [String]
2341
- attr_accessor :create_time
2342
-
2343
- # The resource name of the GitLabConfig to be created. Format: `projects/`
2344
- # project`/locations/`location`/gitlabConfigs/`id``.
2345
- # Corresponds to the JSON property `gitlabConfig`
2346
- # @return [String]
2347
- attr_accessor :gitlab_config
2348
-
2349
- def initialize(**args)
2350
- update!(**args)
2351
- end
2352
-
2353
- # Update properties of this object
2354
- def update!(**args)
2355
- @complete_time = args[:complete_time] if args.key?(:complete_time)
2356
- @create_time = args[:create_time] if args.key?(:create_time)
2357
- @gitlab_config = args[:gitlab_config] if args.key?(:gitlab_config)
2358
- end
2359
- end
2360
-
2361
2323
  # Metadata for the `UpdateWorkerPool` operation.
2362
2324
  class UpdateWorkerPoolOperationMetadata
2363
2325
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbuildV1alpha1
18
18
  # Version of the google-apis-cloudbuild_v1alpha1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220131"
25
+ REVISION = "20220512"
26
26
  end
27
27
  end
28
28
  end
@@ -130,12 +130,6 @@ module Google
130
130
  include Google::Apis::Core::JsonObjectSupport
131
131
  end
132
132
 
133
- class CreateGitLabConfigOperationMetadata
134
- class Representation < Google::Apis::Core::JsonRepresentation; end
135
-
136
- include Google::Apis::Core::JsonObjectSupport
137
- end
138
-
139
133
  class CreateWorkerPoolOperationMetadata
140
134
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
135
 
@@ -154,12 +148,6 @@ module Google
154
148
  include Google::Apis::Core::JsonObjectSupport
155
149
  end
156
150
 
157
- class DeleteGitLabConfigOperationMetadata
158
- class Representation < Google::Apis::Core::JsonRepresentation; end
159
-
160
- include Google::Apis::Core::JsonObjectSupport
161
- end
162
-
163
151
  class DeleteWorkerPoolOperationMetadata
164
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
153
 
@@ -292,6 +280,12 @@ module Google
292
280
  include Google::Apis::Core::JsonObjectSupport
293
281
  end
294
282
 
283
+ class RunWorkflowCustomOperationMetadata
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
295
289
  class SmtpDelivery
296
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
291
 
@@ -370,12 +364,6 @@ module Google
370
364
  include Google::Apis::Core::JsonObjectSupport
371
365
  end
372
366
 
373
- class UpdateGitLabConfigOperationMetadata
374
- class Representation < Google::Apis::Core::JsonRepresentation; end
375
-
376
- include Google::Apis::Core::JsonObjectSupport
377
- end
378
-
379
367
  class UpdateWorkerPoolOperationMetadata
380
368
  class Representation < Google::Apis::Core::JsonRepresentation; end
381
369
 
@@ -633,15 +621,6 @@ module Google
633
621
  end
634
622
  end
635
623
 
636
- class CreateGitLabConfigOperationMetadata
637
- # @private
638
- class Representation < Google::Apis::Core::JsonRepresentation
639
- property :complete_time, as: 'completeTime'
640
- property :create_time, as: 'createTime'
641
- property :gitlab_config, as: 'gitlabConfig'
642
- end
643
- end
644
-
645
624
  class CreateWorkerPoolOperationMetadata
646
625
  # @private
647
626
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -669,15 +648,6 @@ module Google
669
648
  end
670
649
  end
671
650
 
672
- class DeleteGitLabConfigOperationMetadata
673
- # @private
674
- class Representation < Google::Apis::Core::JsonRepresentation
675
- property :complete_time, as: 'completeTime'
676
- property :create_time, as: 'createTime'
677
- property :gitlab_config, as: 'gitlabConfig'
678
- end
679
- end
680
-
681
651
  class DeleteWorkerPoolOperationMetadata
682
652
  # @private
683
653
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -890,6 +860,19 @@ module Google
890
860
  end
891
861
  end
892
862
 
863
+ class RunWorkflowCustomOperationMetadata
864
+ # @private
865
+ class Representation < Google::Apis::Core::JsonRepresentation
866
+ property :api_version, as: 'apiVersion'
867
+ property :create_time, as: 'createTime'
868
+ property :end_time, as: 'endTime'
869
+ property :pipeline_run_id, as: 'pipelineRunId'
870
+ property :requested_cancellation, as: 'requestedCancellation'
871
+ property :target, as: 'target'
872
+ property :verb, as: 'verb'
873
+ end
874
+ end
875
+
893
876
  class SmtpDelivery
894
877
  # @private
895
878
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1016,15 +999,6 @@ module Google
1016
999
  end
1017
1000
  end
1018
1001
 
1019
- class UpdateGitLabConfigOperationMetadata
1020
- # @private
1021
- class Representation < Google::Apis::Core::JsonRepresentation
1022
- property :complete_time, as: 'completeTime'
1023
- property :create_time, as: 'createTime'
1024
- property :gitlab_config, as: 'gitlabConfig'
1025
- end
1026
- end
1027
-
1028
1002
  class UpdateWorkerPoolOperationMetadata
1029
1003
  # @private
1030
1004
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbuild_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.21.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: 2022-02-14 00:00:00.000000000 Z
11
+ date: 2022-05-23 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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []