google-apis-cloudbuild_v1alpha1 0.13.0 → 0.14.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: 84e8bbd8e2d4ed4a7a2b26bb08b41f02237c8a23f4bd3fc86343b4b7b3d543fc
4
- data.tar.gz: 61bdf4105429a84a9a6005d20b2119a590919aa6e85ae32b09f406723c33a6e4
3
+ metadata.gz: 1ebdcb41f38877d2d6b34a1d5f33e0183314f84306e500a89aff38caa512f912
4
+ data.tar.gz: a1735fec239f30d88815f57e8d87adf4e70fe31b3cf4b05a4880fc848678a7b0
5
5
  SHA512:
6
- metadata.gz: 85cd7731e0b400e7a36381b04e10d920144cfc45a7788da0470649d18ba3d78fcbae47b8cb244d37f726c3cddee9609dcd36f37501fcee35b4b04508816f6ed7
7
- data.tar.gz: 457f65ac6f7c650bf4b8f8d1c7d456dadf4bf2b68b0e664ce55a70ebf50cafc44a12e54de32fe780e2cf117d55a74ef10089602cea21266cc4623e557d7e12d2
6
+ metadata.gz: 8a12a6c06c7e386afee8f6fc1e7824761b77b6ebccd874e225f6c2ea8f35f9b91667d1e2b0a671d28c71ff54b49c9308a92310e5addd14abfe352c1c80734116
7
+ data.tar.gz: 9594e37276d09b3c51d7f635043b088a3e91852678451c433501e9e0b1a5962e9c4797a877b64dd6569dc25f9d03a863699210ed9f0582d21674886caca975dc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v1alpha1
2
2
 
3
+ ### v0.14.0 (2021-11-18)
4
+
5
+ * Regenerated from discovery document revision 20211115
6
+
3
7
  ### v0.13.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -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 CloudbuildV1alpha1
18
18
  # Version of the google-apis-cloudbuild_v1alpha1 gem
19
- GEM_VERSION = "0.13.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 = "20210813"
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_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.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-10-27 00:00:00.000000000 Z
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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha1/v0.14.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: []