google-apis-cloudbuild_v2 0.15.0 → 0.16.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_v2/gem_version.rb +2 -2
- data/lib/google/apis/cloudbuild_v2/service.rb +1 -1
- 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: 8798e9450c57f857fd75ab559d0cefea9cc261604cb5db2fb82b9c2cc97c80fa
|
|
4
|
+
data.tar.gz: 30242f44e8d37e084091dbccd999eb0b06e4ae567d5267ed3b361a2561ddce0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5daf41de54e78d817ae74b296fede8d5bf20555aaf27a1603e3803c3c348acfa0acb740c6c32ab830b602b8ba410bb8c83e733828669cd0ea97064b667763a0
|
|
7
|
+
data.tar.gz: 7e47eec93d94c86dfb6d4c7a5a914911bf74aafe376b4b1cba785cf027cbc875c9159eed351d761a01a35e0be003a3e7eff10ce7137b022f8d10a506342ac471
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudbuildV2
|
|
18
18
|
# Version of the google-apis-cloudbuild_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.16.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240314"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -702,7 +702,7 @@ module Google
|
|
|
702
702
|
# Required. The resource name of the repository in the format `projects/*/
|
|
703
703
|
# locations/*/connections/*/repositories/*`.
|
|
704
704
|
# @param [Fixnum] page_size
|
|
705
|
-
# Optional. Number of results to return in the list. Default to
|
|
705
|
+
# Optional. Number of results to return in the list. Default to 20.
|
|
706
706
|
# @param [String] page_token
|
|
707
707
|
# Optional. Page start.
|
|
708
708
|
# @param [String] ref_type
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudbuild_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.16.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: 2024-03-
|
|
11
|
+
date: 2024-03-24 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_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.16.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|