google-apis-memcache_v1beta2 0.6.0 → 0.7.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: 7fed42bbc6256140d370c6c963e46576ccafa7e57ada3fca6409f98b73bb6229
|
|
4
|
+
data.tar.gz: 0ba5f450eebcaa2edd30369914f901c5ca93a60e0dfac7bc1cea861a2be54020
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1e7554fe50ac4de6530eed87e91f160ed78db0fd2d8bdb00307a7a075a39f242bb1866b51a149468813044e35e81307b85be47d191ed60e646b5a4286535387
|
|
7
|
+
data.tar.gz: aa19d1947d2a504645e53f7131de9fc456d0ae5dcbf6283d7eb7aa9851cad7f096f7f288f6e95c4642a8641865b3e3a0195d31f6a5db89900e5c974b5fb28bbe
|
data/CHANGELOG.md
CHANGED
|
@@ -364,7 +364,7 @@ module Google
|
|
|
364
364
|
|
|
365
365
|
# Unique name of the resource. It uses the form: `projects/`project_id|
|
|
366
366
|
# project_number`/locations/`location_id`/instances/`instance_id`` Note: Either
|
|
367
|
-
# project_id or project_number
|
|
367
|
+
# project_id or project_number can be used, but keep it consistent with other
|
|
368
368
|
# APIs (e.g. RescheduleUpdate)
|
|
369
369
|
# Corresponds to the JSON property `name`
|
|
370
370
|
# @return [String]
|
|
@@ -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.7.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_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.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_v1beta2/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.7.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1beta2
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|