google-apis-cloudbuild_v1alpha2 0.19.0 → 0.20.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3165c7b9c84fbccc989457b468b24c5af552b5f361a5639fd51fcf10b48d2dd0
|
|
4
|
+
data.tar.gz: c41b78de535887b3c8fbb598c034a717ccf4b71d704a33053753bb1b448d5ba3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 846cbefb2268e9585f5d55046923d1aad59cbfa7d5723720885ce2a1cd70b70afb59f98fc024211117ce60f9c55e079bbec5262fa0fe0b6935c9f7cf923b7966
|
|
7
|
+
data.tar.gz: c4f8b2af5c65cb4943038eac2afd8e325a96a6337052a9ff872996c5f2baa7362ccdc7ff76d4e8a2f671ecb9141acf96c8aa319a05516d4b2e5f6e5250f0792d
|
data/CHANGELOG.md
CHANGED
|
@@ -1151,8 +1151,7 @@ module Google
|
|
|
1151
1151
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
|
1152
1152
|
# messages in your APIs. A typical example is to use it as the request or the
|
|
1153
1153
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
|
1154
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
|
1155
|
-
# `Empty` is empty JSON object ````.
|
|
1154
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
|
1156
1155
|
class Empty
|
|
1157
1156
|
include Google::Apis::Core::Hashable
|
|
1158
1157
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudbuildV1alpha2
|
|
18
18
|
# Version of the google-apis-cloudbuild_v1alpha2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.20.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220322"
|
|
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_v1alpha2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.20.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: 2022-
|
|
11
|
+
date: 2022-04-04 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/main/generated/google-apis-cloudbuild_v1alpha2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha2/v0.20.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1alpha2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|