google-apis-cloudbuild_v1alpha1 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3be0b5224d3c4d66b08f7240ad436e37543190c2e96aa2b9c23adb0028adf8ab
|
4
|
+
data.tar.gz: 811d191e188bfedd96f5943d5b9fedecfeec64cf363f488cd315e7382254a1fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecf11b0b4b93cca459f7102988ad4e06b43e079d8761ca2396387fe267fbfdebf4003bd19a0b35552d56903dda3a79b3a76cb678ead207a0256075c140e84894
|
7
|
+
data.tar.gz: 27a025efae10ebf16cca499760b8f6c5bcaa5b2e1b8d3ab8cbf16ec4853ae135c484f59b5c049c8db8a0fb7e5327d4a10cf5c27eeea9bb5ce939144ed0452ade
|
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::CloudbuildV1alpha1::PoolOption]
|
410
410
|
attr_accessor :pool
|
@@ -1129,8 +1129,8 @@ module Google
|
|
1129
1129
|
end
|
1130
1130
|
|
1131
1131
|
# Details about how a build should be executed on a `WorkerPool`. See [running
|
1132
|
-
# builds in a
|
1133
|
-
#
|
1132
|
+
# builds in a private pool](https://cloud.google.com/build/docs/private-pools/
|
1133
|
+
# run-builds-in-private-pool) for more information.
|
1134
1134
|
class PoolOption
|
1135
1135
|
include Google::Apis::Core::Hashable
|
1136
1136
|
|
@@ -1567,7 +1567,7 @@ module Google
|
|
1567
1567
|
attr_accessor :generation
|
1568
1568
|
|
1569
1569
|
# Google Cloud Storage object containing the source. This object must be a
|
1570
|
-
# gzipped archive file (`.tar.gz`) containing source to build.
|
1570
|
+
# zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
|
1571
1571
|
# Corresponds to the JSON property `object`
|
1572
1572
|
# @return [String]
|
1573
1573
|
attr_accessor :object
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudbuildV1alpha1
|
18
18
|
# Version of the google-apis-cloudbuild_v1alpha1 gem
|
19
|
-
GEM_VERSION = "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 = "
|
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_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha1/v0.9.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbuild_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|