google-apis-cloudbuild_v1beta1 0.12.0 → 0.13.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: 3f537c23766ac9b461fd8d6dbd50aafa69a9abf5cb700fd9a12c9fb1692c41ff
4
- data.tar.gz: fc15908e110d4453beba5bf1a3ededf4b128f471cc37f18eed1b9d9866dbbdb6
3
+ metadata.gz: 1d7bbd7e3db178e2be9668a516770e9b2b6fe1456df84f2c52e8a90d0255804b
4
+ data.tar.gz: '08f1e04ba2b0e490463db5d5e1c22ef36b3a1f62ddb443e029b3633e909b8562'
5
5
  SHA512:
6
- metadata.gz: f0b484e044265c860fe57201c8b35ef4901c33bdb86ed6d019df027b99c5e120df0946fdee85f145f98485f07e8082734347f8db5cd8c52ae2adf2b749782fa9
7
- data.tar.gz: 36a82fad650d9ef94087ab6f7825823b4d14b6a2a8a8eddb24929f5e053844abc44897a7ea6c39347cf9404e3b0f45f5b66845413a7538056810c90f1584b380
6
+ metadata.gz: a0d2931c08a7b0bfa14555b0f05d5bd19b524f39b09da4a19e2572d4da5b70d0fa2fbc87129e8434523576752ee7cedf0616e5beadfc5f076d71f03f162ac75d
7
+ data.tar.gz: ce94f83cbdb84c8711b68cd6f0660fbe3935bd15cbd89ce4bc372e3534a732db2abf500f236bc161a58191c2ee06e9065a4aeea1d29bd94df3aeff029da6c3a3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v1beta1
2
2
 
3
+ ### v0.13.0 (2021-11-18)
4
+
5
+ * Regenerated from discovery document revision 20211115
6
+
3
7
  ### v0.12.0 (2021-11-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20211029
@@ -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 CloudbuildV1beta1
18
18
  # Version of the google-apis-cloudbuild_v1beta1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.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 = "20211029"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-15 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1beta1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1beta1/v0.13.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: []