google-apis-memcache_v1 0.13.0 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/memcache_v1/classes.rb +9 -17
- 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: 69d67389b2eaa4b117de75caf009ce5bfda62b4e52edd251e3a644ad91b55d6e
|
4
|
+
data.tar.gz: 716c7cdeb4bf3704619eae953831e1a6a79d8a04ac8f6d2afee5f67434023fd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 576da8e8a548b542bb703b0693a8e8b8f530d11110738c0e48a16b4dd70b51232ac473ff007b0a31d84df0cd0657ff63800f2bed98a3731e04438f5610a3ea6e
|
7
|
+
data.tar.gz: 24790e20e060587aa46cc043ac2516847757e29c120588aeed0d7ebd8ec5c893f8a5177ee447eadfe23a1270e5ba9b164012cc7ba0ab179b38cb51dbc4403493
|
data/CHANGELOG.md
CHANGED
@@ -746,10 +746,7 @@ module Google
|
|
746
746
|
# @return [Fixnum]
|
747
747
|
attr_accessor :node_count
|
748
748
|
|
749
|
-
#
|
750
|
-
# determine if the parameters associated with the instance differ from the
|
751
|
-
# parameters associated with the nodes. A discrepancy between parameter ids can
|
752
|
-
# inform users that they may need to take action to apply parameters on nodes.
|
749
|
+
# User defined parameters to apply to the memcached process on each node.
|
753
750
|
# Corresponds to the JSON property `parameters`
|
754
751
|
# @return [Google::Apis::MemcacheV1::MemcacheParameters]
|
755
752
|
attr_accessor :parameters
|
@@ -1061,14 +1058,15 @@ module Google
|
|
1061
1058
|
end
|
1062
1059
|
end
|
1063
1060
|
|
1064
|
-
#
|
1065
|
-
# determine if the parameters associated with the instance differ from the
|
1066
|
-
# parameters associated with the nodes. A discrepancy between parameter ids can
|
1067
|
-
# inform users that they may need to take action to apply parameters on nodes.
|
1061
|
+
#
|
1068
1062
|
class MemcacheParameters
|
1069
1063
|
include Google::Apis::Core::Hashable
|
1070
1064
|
|
1071
|
-
# Output only.
|
1065
|
+
# Output only. The unique ID associated with this set of parameters. Users can
|
1066
|
+
# use this id to determine if the parameters associated with the instance differ
|
1067
|
+
# from the parameters associated with the nodes. A discrepancy between parameter
|
1068
|
+
# ids can inform users that they may need to take action to apply parameters on
|
1069
|
+
# nodes.
|
1072
1070
|
# Corresponds to the JSON property `id`
|
1073
1071
|
# @return [String]
|
1074
1072
|
attr_accessor :id
|
@@ -1105,10 +1103,7 @@ module Google
|
|
1105
1103
|
# @return [String]
|
1106
1104
|
attr_accessor :node_id
|
1107
1105
|
|
1108
|
-
#
|
1109
|
-
# determine if the parameters associated with the instance differ from the
|
1110
|
-
# parameters associated with the nodes. A discrepancy between parameter ids can
|
1111
|
-
# inform users that they may need to take action to apply parameters on nodes.
|
1106
|
+
# User defined parameters currently applied to the node.
|
1112
1107
|
# Corresponds to the JSON property `parameters`
|
1113
1108
|
# @return [Google::Apis::MemcacheV1::MemcacheParameters]
|
1114
1109
|
attr_accessor :parameters
|
@@ -1406,10 +1401,7 @@ module Google
|
|
1406
1401
|
class UpdateParametersRequest
|
1407
1402
|
include Google::Apis::Core::Hashable
|
1408
1403
|
|
1409
|
-
# The
|
1410
|
-
# determine if the parameters associated with the instance differ from the
|
1411
|
-
# parameters associated with the nodes. A discrepancy between parameter ids can
|
1412
|
-
# inform users that they may need to take action to apply parameters on nodes.
|
1404
|
+
# The parameters to apply to the instance.
|
1413
1405
|
# Corresponds to the JSON property `parameters`
|
1414
1406
|
# @return [Google::Apis::MemcacheV1::MemcacheParameters]
|
1415
1407
|
attr_accessor :parameters
|
@@ -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.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211028"
|
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.14.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-
|
11
|
+
date: 2021-11-08 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.14.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|