google-apis-cloudbuild_v1alpha2 0.13.0 → 0.14.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: e271e56129a963c07fd1a6a67f16f9cfc117f1419d6bfd47cee7eac2258ebee6
|
|
4
|
+
data.tar.gz: 0cef7231236edcf20a86c9cde7a484770507f45d5621a949fd0354fc940ccd41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d22350b2ae5c0679b567eb4f67b6806603d94fc179c5f6e62f24278f3b0e527fb0f1695c2f9346b0d1f0f88af2260db3210368c763123e7aa9819ec47c49ac35
|
|
7
|
+
data.tar.gz: 5f1ba4dad5db1306a1b330c60dcd01e8621cf1820cb549d04fa048227050f1a90950cd2a1b19ca81c456452fda06fcf496eab8b0fe337f78a108e7dcb194334f
|
data/CHANGELOG.md
CHANGED
|
@@ -184,6 +184,39 @@ module Google
|
|
|
184
184
|
end
|
|
185
185
|
end
|
|
186
186
|
|
|
187
|
+
# Metadata for `BatchCreateBitbucketServerConnectedRepositories` operation.
|
|
188
|
+
class BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata
|
|
189
|
+
include Google::Apis::Core::Hashable
|
|
190
|
+
|
|
191
|
+
# Time the operation was completed.
|
|
192
|
+
# Corresponds to the JSON property `completeTime`
|
|
193
|
+
# @return [String]
|
|
194
|
+
attr_accessor :complete_time
|
|
195
|
+
|
|
196
|
+
# The name of the `BitbucketServerConfig` that added connected repositories.
|
|
197
|
+
# Format: `projects/`project`/locations/`location`/bitbucketServerConfigs/`
|
|
198
|
+
# config``
|
|
199
|
+
# Corresponds to the JSON property `config`
|
|
200
|
+
# @return [String]
|
|
201
|
+
attr_accessor :config
|
|
202
|
+
|
|
203
|
+
# Time the operation was created.
|
|
204
|
+
# Corresponds to the JSON property `createTime`
|
|
205
|
+
# @return [String]
|
|
206
|
+
attr_accessor :create_time
|
|
207
|
+
|
|
208
|
+
def initialize(**args)
|
|
209
|
+
update!(**args)
|
|
210
|
+
end
|
|
211
|
+
|
|
212
|
+
# Update properties of this object
|
|
213
|
+
def update!(**args)
|
|
214
|
+
@complete_time = args[:complete_time] if args.key?(:complete_time)
|
|
215
|
+
@config = args[:config] if args.key?(:config)
|
|
216
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
217
|
+
end
|
|
218
|
+
end
|
|
219
|
+
|
|
187
220
|
# A build resource in the Cloud Build API. At a high level, a `Build` describes
|
|
188
221
|
# where to find source code, how to build it (for example, the builder image to
|
|
189
222
|
# run on the source), and where to store the built artifacts. Fields can include
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudbuildV1alpha2
|
|
18
18
|
# Version of the google-apis-cloudbuild_v1alpha2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.14.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211115"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -52,6 +52,12 @@ module Google
|
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
|
53
53
|
end
|
|
54
54
|
|
|
55
|
+
class BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
55
61
|
class Build
|
|
56
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
63
|
|
|
@@ -392,6 +398,15 @@ module Google
|
|
|
392
398
|
end
|
|
393
399
|
end
|
|
394
400
|
|
|
401
|
+
class BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata
|
|
402
|
+
# @private
|
|
403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
404
|
+
property :complete_time, as: 'completeTime'
|
|
405
|
+
property :config, as: 'config'
|
|
406
|
+
property :create_time, as: 'createTime'
|
|
407
|
+
end
|
|
408
|
+
end
|
|
409
|
+
|
|
395
410
|
class Build
|
|
396
411
|
# @private
|
|
397
412
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudbuild_v1alpha2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.14.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: 2021-
|
|
11
|
+
date: 2021-12-06 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_v1alpha2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha2/v0.14.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1alpha2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|