google-apis-memcache_v1 0.5.0 → 0.6.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/memcache_v1/classes.rb +1 -1
- data/lib/google/apis/memcache_v1/gem_version.rb +2 -2
- 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: 38fcd717c4f61145e8717dd99b814f533b6d4fcfbb4ff5208546b170878bdd15
|
|
4
|
+
data.tar.gz: d37957ea0cfe40a29f603d762c6bbcd1ddaee4c489f4f529faf25300c559425a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b9a6a284e29e92eb0078e678ef28f464455036fad5cf23362ce3599e3264cef1c53b3b0645c90db52aecd636e315bf299b5d8c8b3dd1e405355ec56fc11a477
|
|
7
|
+
data.tar.gz: eeda8b4df02a7cce651792ba3e09a4474dfd6ac81b68d1d57d799bd1ff871b6b7a74c7f9b41067760cf54f2234071f3aa2c109280207d8c67a91059a898bdfff
|
data/CHANGELOG.md
CHANGED
|
@@ -335,7 +335,7 @@ module Google
|
|
|
335
335
|
|
|
336
336
|
# Unique name of the resource. It uses the form: `projects/`project_id|
|
|
337
337
|
# project_number`/locations/`location_id`/instances/`instance_id`` Note: Either
|
|
338
|
-
# project_id or project_number
|
|
338
|
+
# project_id or project_number can be used, but keep it consistent with other
|
|
339
339
|
# APIs (e.g. RescheduleUpdate)
|
|
340
340
|
# Corresponds to the JSON property `name`
|
|
341
341
|
# @return [String]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MemcacheV1
|
|
18
18
|
# Version of the google-apis-memcache_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.6.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210517"
|
|
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-memcache_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.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: 2021-05-
|
|
11
|
+
date: 2021-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.6.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|