google-apis-cloudbuild_v1beta1 0.6.0 → 0.7.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: 73f705ddf16a426375ce867ebe449c04bb59aa9ed0d929f38830b0d360751799
4
- data.tar.gz: 6f58b8f31f355ccf33603c5dcc2f3af32fefc765ed3cc52fafc64d9685acbae9
3
+ metadata.gz: a16e3554e2ed7fb3d6f8b51966b2ca0672063180f350e381a575c086abe3ab05
4
+ data.tar.gz: f680d40ebece1ebd24ba43a3e2ec958b0002729a9e261213864b9a390e5df33e
5
5
  SHA512:
6
- metadata.gz: 8b6858ce6a0a949f2f4f38921b175e280c49ca82b8b6f58f2cda9852ef4be26377b69bc116f2e4958415e33ae0acaff1e1e0178ef2bb3b061ea34a7dff32f640
7
- data.tar.gz: d48848b17d5756d93cc4d46eb1f35352f0e6f09d0cb67722770d2b3ef88d815fbbfa06cc010b02e9ea6f9a8be2c19cf61ae529fe5f1d811b31b0ad5bd512c8e4
6
+ metadata.gz: cadf5bb70efebc053670444a472b97ea708871133dcc5321f0607be86ab27eea2bfac6e488057e56d543226d87f2f082cdc41d12a520bfd1d75bf2b28a387cd2
7
+ data.tar.gz: 9471b64ae15d994468b3d1f3601cf0b43f21320ce3928fab7e6fa4e249dd4e0c6d539e385a20e7eea5ec7bfeed0a539473e23796194578ed98e407de2992fb96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v1beta1
2
2
 
3
+ ### v0.7.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
3
7
  ### v0.6.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::CloudbuildV1beta1::PoolOption]
410
410
  attr_accessor :pool
@@ -1119,8 +1119,8 @@ module Google
1119
1119
  end
1120
1120
 
1121
1121
  # Details about how a build should be executed on a `WorkerPool`. See [running
1122
- # builds in a custom worker pool](https://cloud.google.com/build/docs/custom-
1123
- # workers/run-builds-in-custom-worker-pool) for more information.
1122
+ # builds in a private pool](https://cloud.google.com/build/docs/private-pools/
1123
+ # run-builds-in-private-pool) for more information.
1124
1124
  class PoolOption
1125
1125
  include Google::Apis::Core::Hashable
1126
1126
 
@@ -1557,7 +1557,7 @@ module Google
1557
1557
  attr_accessor :generation
1558
1558
 
1559
1559
  # Google Cloud Storage object containing the source. This object must be a
1560
- # gzipped archive file (`.tar.gz`) containing source to build.
1560
+ # zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
1561
1561
  # Corresponds to the JSON property `object`
1562
1562
  # @return [String]
1563
1563
  attr_accessor :object
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1beta1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1beta1/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbuild_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []