google-apis-cloudbuild_v1beta1 0.6.0 → 0.7.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a16e3554e2ed7fb3d6f8b51966b2ca0672063180f350e381a575c086abe3ab05
|
4
|
+
data.tar.gz: f680d40ebece1ebd24ba43a3e2ec958b0002729a9e261213864b9a390e5df33e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cadf5bb70efebc053670444a472b97ea708871133dcc5321f0607be86ab27eea2bfac6e488057e56d543226d87f2f082cdc41d12a520bfd1d75bf2b28a387cd2
|
7
|
+
data.tar.gz: 9471b64ae15d994468b3d1f3601cf0b43f21320ce3928fab7e6fa4e249dd4e0c6d539e385a20e7eea5ec7bfeed0a539473e23796194578ed98e407de2992fb96
|
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::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
|
1123
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|