google-apis-memcache_v1beta2 0.30.0 → 0.31.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: d846c2ea21d4273c882ceb63c85e02e1b807ae5985c03be633dc682b5800021e
|
|
4
|
+
data.tar.gz: 6ef132e90b3abab0676038999d16d7f1e241f2c9eb6a817329c5af3d6aad2ec3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d74c61f43e285a2768fe874f295aa9f0d44c54c9f7bc7d277f2698431da27bf19292be09c6059ed86fbe6f4d06dc0f2078b29e01e0bc89917bc44be63f12868
|
|
7
|
+
data.tar.gz: 55bb3737940f767e7149928f3b8b57dbec24dd47da6217d9486b11c322dd357d421bceadaa34be8ac9a80a85bb789d97667e36620172a092f6fe2f81e8369b3a
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MemcacheV1beta2
|
|
18
18
|
# Version of the google-apis-memcache_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.31.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 = "20230316"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -565,13 +565,7 @@ module Google
|
|
|
565
565
|
end
|
|
566
566
|
|
|
567
567
|
# Lists operations that match the specified filter in the request. If the server
|
|
568
|
-
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
|
569
|
-
# binding allows API services to override the binding to use different resource
|
|
570
|
-
# name schemes, such as `users/*/operations`. To override the binding, API
|
|
571
|
-
# services can add a binding such as `"/v1/`name=users/*`/operations"` to their
|
|
572
|
-
# service configuration. For backwards compatibility, the default name includes
|
|
573
|
-
# the operations collection id, however overriding users must ensure the name
|
|
574
|
-
# binding is the parent resource, without the operations collection id.
|
|
568
|
+
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
|
575
569
|
# @param [String] name
|
|
576
570
|
# The name of the operation's parent resource.
|
|
577
571
|
# @param [String] filter
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-memcache_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.31.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-
|
|
11
|
+
date: 2023-03-26 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-memcache_v1beta2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.31.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1beta2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|