google-apis-cloudbuild_v1alpha1 0.8.0 → 0.9.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: 22ad8d78205684fef1fc60416d3e79a1c9a4c8a94bcc51df3f125dbdf30b567d
4
- data.tar.gz: 1c6067fc72631d9fee3f34cd8fb133a36906c680b504c99bae03cd0d702746ff
3
+ metadata.gz: 3be0b5224d3c4d66b08f7240ad436e37543190c2e96aa2b9c23adb0028adf8ab
4
+ data.tar.gz: 811d191e188bfedd96f5943d5b9fedecfeec64cf363f488cd315e7382254a1fe
5
5
  SHA512:
6
- metadata.gz: 14e5aabfe35b5476912f8b78d325e3eac9efa704332c08e767f44a2f8d392adb04ba3d14ebf1eda924a55690e95b18083d35b1faf031573e1b6e2425c7b6aa22
7
- data.tar.gz: 1f2ab479dce5f4f54bf175dde971d73bad5d69146dd50782236f188e0380be531d3136e080e05d98d37a430719e777442070028d1ff0ec662f72d3ebeaec0d9f
6
+ metadata.gz: ecf11b0b4b93cca459f7102988ad4e06b43e079d8761ca2396387fe267fbfdebf4003bd19a0b35552d56903dda3a79b3a76cb678ead207a0256075c140e84894
7
+ data.tar.gz: 27a025efae10ebf16cca499760b8f6c5bcaa5b2e1b8d3ab8cbf16ec4853ae135c484f59b5c049c8db8a0fb7e5327d4a10cf5c27eeea9bb5ce939144ed0452ade
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v1alpha1
2
2
 
3
+ ### v0.9.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
3
7
  ### v0.8.0 (2021-07-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210701
@@ -403,8 +403,8 @@ module Google
403
403
  attr_accessor :machine_type
404
404
 
405
405
  # Details about how a build should be executed on a `WorkerPool`. See [running
406
- # builds in a custom worker pool](https://cloud.google.com/build/docs/custom-
407
- # workers/run-builds-in-custom-worker-pool) for more information.
406
+ # builds in a private pool](https://cloud.google.com/build/docs/private-pools/
407
+ # run-builds-in-private-pool) for more information.
408
408
  # Corresponds to the JSON property `pool`
409
409
  # @return [Google::Apis::CloudbuildV1alpha1::PoolOption]
410
410
  attr_accessor :pool
@@ -1129,8 +1129,8 @@ module Google
1129
1129
  end
1130
1130
 
1131
1131
  # Details about how a build should be executed on a `WorkerPool`. See [running
1132
- # builds in a custom worker pool](https://cloud.google.com/build/docs/custom-
1133
- # workers/run-builds-in-custom-worker-pool) for more information.
1132
+ # builds in a private pool](https://cloud.google.com/build/docs/private-pools/
1133
+ # run-builds-in-private-pool) for more information.
1134
1134
  class PoolOption
1135
1135
  include Google::Apis::Core::Hashable
1136
1136
 
@@ -1567,7 +1567,7 @@ module Google
1567
1567
  attr_accessor :generation
1568
1568
 
1569
1569
  # Google Cloud Storage object containing the source. This object must be a
1570
- # gzipped archive file (`.tar.gz`) containing source to build.
1570
+ # zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
1571
1571
  # Corresponds to the JSON property `object`
1572
1572
  # @return [String]
1573
1573
  attr_accessor :object
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.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 = "20210701"
25
+ REVISION = "20210709"
26
26
  end
27
27
  end
28
28
  end
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.8.0
4
+ version: 0.9.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-19 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/master/generated/google-apis-cloudbuild_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbuild_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []