google-apis-cloudbuild_v1beta1 0.18.0 → 0.21.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6edfab4e1c714b9905a508fee34f8a8bca14bad261d844b5b40a72c07257638
|
4
|
+
data.tar.gz: e527073069a27a768dbdac52dfc21b8b49a84db1d5e571b35aa124089551ba7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06e1dd0c067c045224121811ea99c3bb3c6ede8d329c2bf9ddcce71a627760f04f157632051f940570fa4372bfe5d7ab7e77a0d7ccc2db2a1ed0e0ccd7f75871
|
7
|
+
data.tar.gz: 0e9541ea2ae0760224dbcab4969423c1dcbc546cca705152ab4cca9b73236efad6641447da8468ea1cb4936f0ba756178b6373b8f7997b54c9937b8a23bc1c1b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-cloudbuild_v1beta1
|
2
2
|
|
3
|
+
### v0.21.0 (2022-06-03)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.5.0
|
6
|
+
|
7
|
+
### v0.20.0 (2022-05-20)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220512
|
10
|
+
|
11
|
+
### v0.19.0 (2022-03-29)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220322
|
14
|
+
|
3
15
|
### v0.18.0 (2022-03-02)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220218
|
@@ -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); `
|
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
|
|
@@ -2375,38 +2310,6 @@ module Google
|
|
2375
2310
|
end
|
2376
2311
|
end
|
2377
2312
|
|
2378
|
-
# Metadata for `UpdateGitLabConfig` operation.
|
2379
|
-
class UpdateGitLabConfigOperationMetadata
|
2380
|
-
include Google::Apis::Core::Hashable
|
2381
|
-
|
2382
|
-
# Time the operation was completed.
|
2383
|
-
# Corresponds to the JSON property `completeTime`
|
2384
|
-
# @return [String]
|
2385
|
-
attr_accessor :complete_time
|
2386
|
-
|
2387
|
-
# Time the operation was created.
|
2388
|
-
# Corresponds to the JSON property `createTime`
|
2389
|
-
# @return [String]
|
2390
|
-
attr_accessor :create_time
|
2391
|
-
|
2392
|
-
# The resource name of the GitLabConfig to be created. Format: `projects/`
|
2393
|
-
# project`/locations/`location`/gitlabConfigs/`id``.
|
2394
|
-
# Corresponds to the JSON property `gitlabConfig`
|
2395
|
-
# @return [String]
|
2396
|
-
attr_accessor :gitlab_config
|
2397
|
-
|
2398
|
-
def initialize(**args)
|
2399
|
-
update!(**args)
|
2400
|
-
end
|
2401
|
-
|
2402
|
-
# Update properties of this object
|
2403
|
-
def update!(**args)
|
2404
|
-
@complete_time = args[:complete_time] if args.key?(:complete_time)
|
2405
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
2406
|
-
@gitlab_config = args[:gitlab_config] if args.key?(:gitlab_config)
|
2407
|
-
end
|
2408
|
-
end
|
2409
|
-
|
2410
2313
|
# Metadata for the `UpdateWorkerPool` operation.
|
2411
2314
|
class UpdateWorkerPoolOperationMetadata
|
2412
2315
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudbuildV1beta1
|
18
18
|
# Version of the google-apis-cloudbuild_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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
|
|
@@ -376,12 +364,6 @@ module Google
|
|
376
364
|
include Google::Apis::Core::JsonObjectSupport
|
377
365
|
end
|
378
366
|
|
379
|
-
class UpdateGitLabConfigOperationMetadata
|
380
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
-
|
382
|
-
include Google::Apis::Core::JsonObjectSupport
|
383
|
-
end
|
384
|
-
|
385
367
|
class UpdateWorkerPoolOperationMetadata
|
386
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
369
|
|
@@ -639,15 +621,6 @@ module Google
|
|
639
621
|
end
|
640
622
|
end
|
641
623
|
|
642
|
-
class CreateGitLabConfigOperationMetadata
|
643
|
-
# @private
|
644
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
645
|
-
property :complete_time, as: 'completeTime'
|
646
|
-
property :create_time, as: 'createTime'
|
647
|
-
property :gitlab_config, as: 'gitlabConfig'
|
648
|
-
end
|
649
|
-
end
|
650
|
-
|
651
624
|
class CreateWorkerPoolOperationMetadata
|
652
625
|
# @private
|
653
626
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -675,15 +648,6 @@ module Google
|
|
675
648
|
end
|
676
649
|
end
|
677
650
|
|
678
|
-
class DeleteGitLabConfigOperationMetadata
|
679
|
-
# @private
|
680
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
681
|
-
property :complete_time, as: 'completeTime'
|
682
|
-
property :create_time, as: 'createTime'
|
683
|
-
property :gitlab_config, as: 'gitlabConfig'
|
684
|
-
end
|
685
|
-
end
|
686
|
-
|
687
651
|
class DeleteWorkerPoolOperationMetadata
|
688
652
|
# @private
|
689
653
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1033,15 +997,6 @@ module Google
|
|
1033
997
|
end
|
1034
998
|
end
|
1035
999
|
|
1036
|
-
class UpdateGitLabConfigOperationMetadata
|
1037
|
-
# @private
|
1038
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1039
|
-
property :complete_time, as: 'completeTime'
|
1040
|
-
property :create_time, as: 'createTime'
|
1041
|
-
property :gitlab_config, as: 'gitlabConfig'
|
1042
|
-
end
|
1043
|
-
end
|
1044
|
-
|
1045
1000
|
class UpdateWorkerPoolOperationMetadata
|
1046
1001
|
# @private
|
1047
1002
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudbuild_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
11
|
+
date: 2022-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.5'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.5'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1beta1/v0.21.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Build API V1beta1
|