google-apis-cloudbuild_v2 0.14.0 → 0.16.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: 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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-cloudbuild_v2
|
2
2
|
|
3
|
+
### v0.16.0 (2024-03-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240314
|
6
|
+
|
7
|
+
### v0.15.0 (2024-03-17)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240310
|
10
|
+
|
3
11
|
### v0.14.0 (2024-03-10)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240305
|
@@ -1741,7 +1741,8 @@ module Google
|
|
1741
1741
|
# @return [Google::Apis::CloudbuildV2::Security]
|
1742
1742
|
attr_accessor :security
|
1743
1743
|
|
1744
|
-
# Service account used in the Pipeline.
|
1744
|
+
# Service account used in the Pipeline. Deprecated; please use security.
|
1745
|
+
# service_account instead.
|
1745
1746
|
# Corresponds to the JSON property `serviceAccount`
|
1746
1747
|
# @return [String]
|
1747
1748
|
attr_accessor :service_account
|
@@ -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: []
|