google-apis-cloudbuild_v1alpha2 0.8.0 → 0.9.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: ba7b1d237aac21342d3599553338010ab6f015c758ee210e516bfb06bc98b990
4
- data.tar.gz: 3ce504b5dc3e77a159859e64ac5f3c2d882e4246a1ab443897e6812831a628bf
3
+ metadata.gz: fb1ef3bdc359b4c2ffdb971fbb693a4c4177c05cd66b1463ef61a4a6bd27d278
4
+ data.tar.gz: 18af1e4e96082518d4dcb4a08bf9646e773c7823c9f95092650c720dc401d74e
5
5
  SHA512:
6
- metadata.gz: 8c8a2aa2584e6799c96142fcd75c1c31acba13ac0c85609e12c68bc6c03cbcdd8d7c89daf0404e3a86f9566a05aecb5c1c460d69f1968635c89cbc8f54a380c6
7
- data.tar.gz: 04f4664f166977ed3ff406f4f359dd356f6a01d2ae7e9977528f7616b4f7e314c16e7d05a8bc874d911e728a158be9a7f8ad20fd70405bd7ce6a684215ba1e02
6
+ metadata.gz: 4a9ba02cbef9378ffa0d557f6c557ba7615f99dc1981a85e0d074ae16993657428f0b5d1ecbf79f5e114d1a1507675aa0b092f9e99ccac2f081ea4a38e820d28
7
+ data.tar.gz: 9b5437592a7b6f35206427f7d0d198b5dfb3689594bbf5ccb77e71e0c9098be313a02ce065f4d7ee3d798672e0b1073c71316e0f19bfefb29aa7f58d6bd86c4d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v1alpha2
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::CloudbuildV1alpha2::PoolOption]
410
410
  attr_accessor :pool
@@ -1116,8 +1116,8 @@ module Google
1116
1116
  end
1117
1117
 
1118
1118
  # Details about how a build should be executed on a `WorkerPool`. See [running
1119
- # builds in a custom worker pool](https://cloud.google.com/build/docs/custom-
1120
- # workers/run-builds-in-custom-worker-pool) for more information.
1119
+ # builds in a private pool](https://cloud.google.com/build/docs/private-pools/
1120
+ # run-builds-in-private-pool) for more information.
1121
1121
  class PoolOption
1122
1122
  include Google::Apis::Core::Hashable
1123
1123
 
@@ -1554,7 +1554,7 @@ module Google
1554
1554
  attr_accessor :generation
1555
1555
 
1556
1556
  # Google Cloud Storage object containing the source. This object must be a
1557
- # gzipped archive file (`.tar.gz`) containing source to build.
1557
+ # zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
1558
1558
  # Corresponds to the JSON property `object`
1559
1559
  # @return [String]
1560
1560
  attr_accessor :object
@@ -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.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_v1alpha2
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_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha2/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha2/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbuild_v1alpha2
63
63
  post_install_message:
64
64
  rdoc_options: []