google-apis-cloudfunctions_v2beta 0.19.0 → 0.20.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: 7acee54909f563e1fb6b421febcdfba527da9ac196cd6b2edffd8c5c793316d2
|
4
|
+
data.tar.gz: ba902234bc9c32a8b9d2bcfbeb80c45483b94e2825df90f92a914213787fdc41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3cb8712c460a2478c89a5b6b09d34573933fbaa156d9a022bb7b3b439a1c97c4a4bf4bedc191af3887c7495e0b06b94d897c9ee8887e400927345ca05bb0f85
|
7
|
+
data.tar.gz: d326592bfb2280e6bcfe8f1079dc2d47fc64106a9aeaba220a83de187b386f2256a7b1ad48ae9d6994e28c31064f8fe1949e91a854fb736c72212be73062600c
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudfunctionsV2beta
|
18
18
|
# Version of the google-apis-cloudfunctions_v2beta 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.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230307"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -524,13 +524,7 @@ module Google
|
|
524
524
|
end
|
525
525
|
|
526
526
|
# Lists operations that match the specified filter in the request. If the server
|
527
|
-
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
528
|
-
# binding allows API services to override the binding to use different resource
|
529
|
-
# name schemes, such as `users/*/operations`. To override the binding, API
|
530
|
-
# services can add a binding such as `"/v1/`name=users/*`/operations"` to their
|
531
|
-
# service configuration. For backwards compatibility, the default name includes
|
532
|
-
# the operations collection id, however overriding users must ensure the name
|
533
|
-
# binding is the parent resource, without the operations collection id.
|
527
|
+
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
534
528
|
# @param [String] name
|
535
529
|
# Must not be set.
|
536
530
|
# @param [String] filter
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudfunctions_v2beta
|
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: 2023-03-
|
11
|
+
date: 2023-03-12 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-cloudfunctions_v2beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.20.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|