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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudbuild_v1/classes.rb +13 -14
- data/lib/google/apis/cloudbuild_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '09592abbe48b024a1944d02de2c5f25bddcca6589561e993ec837f0ce74c334c'
|
|
4
|
+
data.tar.gz: 10599468130bc2e05729afa5dbf6cd32abd0432d2bfa62e0cbe237b4f47a269b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d313166b43e19a599c318941118129c38b6918a608b50cdd867ae66bfb65d7d9f5d5e9c0c19538fa1962ad654b893bc273fc1819422c52a771d41fa9114e1110
|
|
7
|
+
data.tar.gz: fdce81118cd049d88a856b1c3b6692c2e2f64bb7a2fb77cd985d70ecb550b7fa8a71c07f4801263267ee2eea1e41f17fc19bc4cdd841ed0209eb81c07c85918a
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
407
|
-
#
|
|
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
|
-
#
|
|
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
|
|
1468
|
-
#
|
|
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/
|
|
2319
|
-
#
|
|
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/
|
|
2327
|
-
#
|
|
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
|
|
2350
|
-
#
|
|
2351
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|