google-apis-cloudbuild_v1alpha1 0.17.0 → 0.20.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90835d841a9048a6283218b835b70cf43aeec68c8fdb6d4bf19b934253051a59
|
4
|
+
data.tar.gz: 548cf5ea5e31993b19fb1a883bf7a3187d1dffb91071560dc80041a57ef9d6f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c4df76361c52b48c2967bd0bcaf06a6a468dc753ae85edcacf458cf4513e0f0f360744c151c7e5abc808e27b4755f7e3fed7986dec0d3d011037f0292e53422
|
7
|
+
data.tar.gz: 2b2e17b9424f56bef7355bc1fd01cfd06bb4e9af1d184e2321ebfc8526c5a1a2192257e2b6498ec2a8885905cc4d8346f2077daa885656ab5c7ed31207dbb5ef
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-cloudbuild_v1alpha1
|
2
2
|
|
3
|
+
### v0.20.0 (2022-03-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220322
|
6
|
+
|
7
|
+
### v0.19.0 (2022-03-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220218
|
10
|
+
|
11
|
+
### v0.18.0 (2022-02-11)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220131
|
14
|
+
|
3
15
|
### v0.17.0 (2022-02-05)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220126
|
@@ -1151,8 +1151,7 @@ module Google
|
|
1151
1151
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
1152
1152
|
# messages in your APIs. A typical example is to use it as the request or the
|
1153
1153
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
1154
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
1155
|
-
# `Empty` is empty JSON object ````.
|
1154
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
1156
1155
|
class Empty
|
1157
1156
|
include Google::Apis::Core::Hashable
|
1158
1157
|
|
@@ -1210,40 +1209,6 @@ module Google
|
|
1210
1209
|
end
|
1211
1210
|
end
|
1212
1211
|
|
1213
|
-
# Configuration per workload for both Private Pools and Hybrid Pools.
|
1214
|
-
class GoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig
|
1215
|
-
include Google::Apis::Core::Hashable
|
1216
|
-
|
1217
|
-
# The disk size (in GB) which is requested for the build container. If unset, a
|
1218
|
-
# value of 10 GB will be used.
|
1219
|
-
# Corresponds to the JSON property `diskSizeGb`
|
1220
|
-
# @return [Fixnum]
|
1221
|
-
attr_accessor :disk_size_gb
|
1222
|
-
|
1223
|
-
# The memory (in GB) which is requested for the build container. If unset, a
|
1224
|
-
# value of 4 GB will be used.
|
1225
|
-
# Corresponds to the JSON property `memoryGb`
|
1226
|
-
# @return [Float]
|
1227
|
-
attr_accessor :memory_gb
|
1228
|
-
|
1229
|
-
# The number of vCPUs which are requested for the build container. If unset, a
|
1230
|
-
# value of 1 will be used.
|
1231
|
-
# Corresponds to the JSON property `vcpuCount`
|
1232
|
-
# @return [Float]
|
1233
|
-
attr_accessor :vcpu_count
|
1234
|
-
|
1235
|
-
def initialize(**args)
|
1236
|
-
update!(**args)
|
1237
|
-
end
|
1238
|
-
|
1239
|
-
# Update properties of this object
|
1240
|
-
def update!(**args)
|
1241
|
-
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
1242
|
-
@memory_gb = args[:memory_gb] if args.key?(:memory_gb)
|
1243
|
-
@vcpu_count = args[:vcpu_count] if args.key?(:vcpu_count)
|
1244
|
-
end
|
1245
|
-
end
|
1246
|
-
|
1247
1212
|
# Represents the metadata of the long-running operation.
|
1248
1213
|
class GoogleDevtoolsCloudbuildV2OperationMetadata
|
1249
1214
|
include Google::Apis::Core::Hashable
|
@@ -1759,11 +1724,6 @@ module Google
|
|
1759
1724
|
# @return [String]
|
1760
1725
|
attr_accessor :name
|
1761
1726
|
|
1762
|
-
# Configuration per workload for both Private Pools and Hybrid Pools.
|
1763
|
-
# Corresponds to the JSON property `workerConfig`
|
1764
|
-
# @return [Google::Apis::CloudbuildV1alpha1::GoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig]
|
1765
|
-
attr_accessor :worker_config
|
1766
|
-
|
1767
1727
|
def initialize(**args)
|
1768
1728
|
update!(**args)
|
1769
1729
|
end
|
@@ -1771,7 +1731,6 @@ module Google
|
|
1771
1731
|
# Update properties of this object
|
1772
1732
|
def update!(**args)
|
1773
1733
|
@name = args[:name] if args.key?(:name)
|
1774
|
-
@worker_config = args[:worker_config] if args.key?(:worker_config)
|
1775
1734
|
end
|
1776
1735
|
end
|
1777
1736
|
|
@@ -1929,6 +1888,65 @@ module Google
|
|
1929
1888
|
end
|
1930
1889
|
end
|
1931
1890
|
|
1891
|
+
# Represents the custom metadata of the RunWorkflow long-running operation.
|
1892
|
+
class RunWorkflowCustomOperationMetadata
|
1893
|
+
include Google::Apis::Core::Hashable
|
1894
|
+
|
1895
|
+
# Output only. API version used to start the operation.
|
1896
|
+
# Corresponds to the JSON property `apiVersion`
|
1897
|
+
# @return [String]
|
1898
|
+
attr_accessor :api_version
|
1899
|
+
|
1900
|
+
# Output only. The time the operation was created.
|
1901
|
+
# Corresponds to the JSON property `createTime`
|
1902
|
+
# @return [String]
|
1903
|
+
attr_accessor :create_time
|
1904
|
+
|
1905
|
+
# Output only. The time the operation finished running.
|
1906
|
+
# Corresponds to the JSON property `endTime`
|
1907
|
+
# @return [String]
|
1908
|
+
attr_accessor :end_time
|
1909
|
+
|
1910
|
+
# Output only. ID of the pipeline run created by RunWorkflow.
|
1911
|
+
# Corresponds to the JSON property `pipelineRunId`
|
1912
|
+
# @return [String]
|
1913
|
+
attr_accessor :pipeline_run_id
|
1914
|
+
|
1915
|
+
# Output only. Identifies whether the user has requested cancellation of the
|
1916
|
+
# operation. Operations that have successfully been cancelled have Operation.
|
1917
|
+
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
|
1918
|
+
# CANCELLED`.
|
1919
|
+
# Corresponds to the JSON property `requestedCancellation`
|
1920
|
+
# @return [Boolean]
|
1921
|
+
attr_accessor :requested_cancellation
|
1922
|
+
alias_method :requested_cancellation?, :requested_cancellation
|
1923
|
+
|
1924
|
+
# Output only. Server-defined resource path for the target of the operation.
|
1925
|
+
# Corresponds to the JSON property `target`
|
1926
|
+
# @return [String]
|
1927
|
+
attr_accessor :target
|
1928
|
+
|
1929
|
+
# Output only. Name of the verb executed by the operation.
|
1930
|
+
# Corresponds to the JSON property `verb`
|
1931
|
+
# @return [String]
|
1932
|
+
attr_accessor :verb
|
1933
|
+
|
1934
|
+
def initialize(**args)
|
1935
|
+
update!(**args)
|
1936
|
+
end
|
1937
|
+
|
1938
|
+
# Update properties of this object
|
1939
|
+
def update!(**args)
|
1940
|
+
@api_version = args[:api_version] if args.key?(:api_version)
|
1941
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
1942
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
1943
|
+
@pipeline_run_id = args[:pipeline_run_id] if args.key?(:pipeline_run_id)
|
1944
|
+
@requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
|
1945
|
+
@target = args[:target] if args.key?(:target)
|
1946
|
+
@verb = args[:verb] if args.key?(:verb)
|
1947
|
+
end
|
1948
|
+
end
|
1949
|
+
|
1932
1950
|
# SMTPDelivery is the delivery configuration for an SMTP (email) notification.
|
1933
1951
|
class SmtpDelivery
|
1934
1952
|
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.
|
19
|
+
GEM_VERSION = "0.20.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 = "
|
25
|
+
REVISION = "20220322"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -184,12 +184,6 @@ module Google
|
|
184
184
|
include Google::Apis::Core::JsonObjectSupport
|
185
185
|
end
|
186
186
|
|
187
|
-
class GoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig
|
188
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
-
|
190
|
-
include Google::Apis::Core::JsonObjectSupport
|
191
|
-
end
|
192
|
-
|
193
187
|
class GoogleDevtoolsCloudbuildV2OperationMetadata
|
194
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
189
|
|
@@ -298,6 +292,12 @@ module Google
|
|
298
292
|
include Google::Apis::Core::JsonObjectSupport
|
299
293
|
end
|
300
294
|
|
295
|
+
class RunWorkflowCustomOperationMetadata
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
301
|
class SmtpDelivery
|
302
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
303
|
|
@@ -715,15 +715,6 @@ module Google
|
|
715
715
|
end
|
716
716
|
end
|
717
717
|
|
718
|
-
class GoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig
|
719
|
-
# @private
|
720
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
721
|
-
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
722
|
-
property :memory_gb, as: 'memoryGb'
|
723
|
-
property :vcpu_count, as: 'vcpuCount'
|
724
|
-
end
|
725
|
-
end
|
726
|
-
|
727
718
|
class GoogleDevtoolsCloudbuildV2OperationMetadata
|
728
719
|
# @private
|
729
720
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -865,8 +856,6 @@ module Google
|
|
865
856
|
# @private
|
866
857
|
class Representation < Google::Apis::Core::JsonRepresentation
|
867
858
|
property :name, as: 'name'
|
868
|
-
property :worker_config, as: 'workerConfig', class: Google::Apis::CloudbuildV1alpha1::GoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig, decorator: Google::Apis::CloudbuildV1alpha1::GoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig::Representation
|
869
|
-
|
870
859
|
end
|
871
860
|
end
|
872
861
|
|
@@ -907,6 +896,19 @@ module Google
|
|
907
896
|
end
|
908
897
|
end
|
909
898
|
|
899
|
+
class RunWorkflowCustomOperationMetadata
|
900
|
+
# @private
|
901
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
902
|
+
property :api_version, as: 'apiVersion'
|
903
|
+
property :create_time, as: 'createTime'
|
904
|
+
property :end_time, as: 'endTime'
|
905
|
+
property :pipeline_run_id, as: 'pipelineRunId'
|
906
|
+
property :requested_cancellation, as: 'requestedCancellation'
|
907
|
+
property :target, as: 'target'
|
908
|
+
property :verb, as: 'verb'
|
909
|
+
end
|
910
|
+
end
|
911
|
+
|
910
912
|
class SmtpDelivery
|
911
913
|
# @private
|
912
914
|
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.
|
4
|
+
version: 0.20.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-
|
11
|
+
date: 2022-04-04 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha1/v0.20.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: []
|