google-apis-cloudbuild_v1 0.10.0 → 0.11.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: 54cda4b032e71c13fbb1c3105240510106e3f86754e20d032c461f136e7213e5
4
- data.tar.gz: 6a66a2cb1e0ff6e52d1b195e960329d064d72636ca6ad92ad38d62f4fba16186
3
+ metadata.gz: '09592abbe48b024a1944d02de2c5f25bddcca6589561e993ec837f0ce74c334c'
4
+ data.tar.gz: 10599468130bc2e05729afa5dbf6cd32abd0432d2bfa62e0cbe237b4f47a269b
5
5
  SHA512:
6
- metadata.gz: '072684c93416857a321a7686c3d9b4f8cca116d4caf2ddcc7833e326f2e9518f751740062443df4f7f786f348f5fb806d16d226849e887d6323146c949ae7aa3'
7
- data.tar.gz: d8d183fedd676fc631c83e727f43d6467e04b1f36ebd20d39209b446900ddf7264e0820594dec11a52a4a387ca851bc9bb7e385172578acf8f375367f62f6244
6
+ metadata.gz: d313166b43e19a599c318941118129c38b6918a608b50cdd867ae66bfb65d7d9f5d5e9c0c19538fa1962ad654b893bc273fc1819422c52a771d41fa9114e1110
7
+ data.tar.gz: fdce81118cd049d88a856b1c3b6692c2e2f64bb7a2fb77cd985d70ecb550b7fa8a71c07f4801263267ee2eea1e41f17fc19bc4cdd841ed0209eb81c07c85918a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v1
2
2
 
3
+ ### v0.11.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
3
7
  ### v0.10.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::CloudbuildV1::PoolOption]
410
410
  attr_accessor :pool
@@ -1192,8 +1192,7 @@ module Google
1192
1192
  # project`/global/networks/`network``, where ``project`` is a project number,
1193
1193
  # such as `12345`, and ``network`` is the name of a VPC network in the project.
1194
1194
  # See [Understanding network configuration options](https://cloud.google.com/
1195
- # cloud-build/docs/custom-workers/set-up-custom-worker-pool-environment#
1196
- # understanding_the_network_configuration_options)
1195
+ # build/docs/private-pools/set-up-private-pool-environment)
1197
1196
  # Corresponds to the JSON property `peeredNetwork`
1198
1197
  # @return [String]
1199
1198
  attr_accessor :peered_network
@@ -1464,8 +1463,8 @@ module Google
1464
1463
  end
1465
1464
 
1466
1465
  # Details about how a build should be executed on a `WorkerPool`. See [running
1467
- # builds in a custom worker pool](https://cloud.google.com/build/docs/custom-
1468
- # workers/run-builds-in-custom-worker-pool) for more information.
1466
+ # builds in a private pool](https://cloud.google.com/build/docs/private-pools/
1467
+ # run-builds-in-private-pool) for more information.
1469
1468
  class PoolOption
1470
1469
  include Google::Apis::Core::Hashable
1471
1470
 
@@ -2117,7 +2116,7 @@ module Google
2117
2116
  attr_accessor :generation
2118
2117
 
2119
2118
  # Google Cloud Storage object containing the source. This object must be a
2120
- # gzipped archive file (`.tar.gz`) containing source to build.
2119
+ # zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
2121
2120
  # Corresponds to the JSON property `object`
2122
2121
  # @return [String]
2123
2122
  attr_accessor :object
@@ -2315,16 +2314,16 @@ module Google
2315
2314
  include Google::Apis::Core::Hashable
2316
2315
 
2317
2316
  # Size of the disk attached to the worker, in GB. See [Worker pool config file](
2318
- # https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-
2319
- # file). Specify a value of up to 1000. If `0` is specified, Cloud Build will
2317
+ # https://cloud.google.com/build/docs/private-pools/worker-pool-config-file-
2318
+ # schema). Specify a value of up to 1000. If `0` is specified, Cloud Build will
2320
2319
  # use a standard disk size.
2321
2320
  # Corresponds to the JSON property `diskSizeGb`
2322
2321
  # @return [Fixnum]
2323
2322
  attr_accessor :disk_size_gb
2324
2323
 
2325
2324
  # Machine type of a worker, such as `e2-medium`. See [Worker pool config file](
2326
- # https://cloud.google.com/cloud-build/docs/custom-workers/worker-pool-config-
2327
- # file). If left blank, Cloud Build will use a sensible default.
2325
+ # https://cloud.google.com/build/docs/private-pools/worker-pool-config-file-
2326
+ # schema). If left blank, Cloud Build will use a sensible default.
2328
2327
  # Corresponds to the JSON property `machineType`
2329
2328
  # @return [String]
2330
2329
  attr_accessor :machine_type
@@ -2346,9 +2345,9 @@ module Google
2346
2345
  # your build needs access to resources on a private network, create and use a `
2347
2346
  # WorkerPool` to run your builds. Private `WorkerPool`s give your builds access
2348
2347
  # to any single VPC network that you administer, including any on-prem resources
2349
- # connected to that VPC network. For an overview of custom worker pools, see [
2350
- # Custom workers overview](https://cloud.google.com/cloud-build/docs/custom-
2351
- # workers/custom-workers-overview).
2348
+ # connected to that VPC network. For an overview of private pools, see [Private
2349
+ # pools overview](https://cloud.google.com/build/docs/private-pools/private-
2350
+ # pools-overview).
2352
2351
  class WorkerPool
2353
2352
  include Google::Apis::Core::Hashable
2354
2353
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbuildV1
18
18
  # Version of the google-apis-cloudbuild_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbuild_v1
63
63
  post_install_message:
64
64
  rdoc_options: []