google-apis-memcache_v1beta2 0.14.0 → 0.15.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: b76a6e1bf7c17e45369343cedae9efb16a3196349556053f77aa46b2ec69878d
4
- data.tar.gz: 40ba7dcdfac33c738132f9eb29080fbc1ba8a22ab990ea37245cd668df1f17be
3
+ metadata.gz: b67a014b5d2aa93b53f68544730067d5015e2a9a2b4cd9b949455e444ed1c65d
4
+ data.tar.gz: 1741e75643d40ed2c0bdce5db4c131aececaaeafb5c3e4227fd10151140b8ccd
5
5
  SHA512:
6
- metadata.gz: 21e3135b158be1aa8b0db994e8074279a669ae9e2503c46e1b62dddbf000a01d34b09a437604668eb926766e64dd5f0da66c331df9ea400a5204026eef41112a
7
- data.tar.gz: bafe364add0a34aaae6b896aff37b51682dba189ffcb0045f8339e60722a9bae3168e7ffb93d85893ed7d77ae69fff13c38928a17d270655f53fc8c91ae5fb61
6
+ metadata.gz: 937a65d3ddc7d4ebf389de38b805568c22f472fcc25bd95ca433a476e7d5a3a4c35638c01899316b3abf4255282108ac8941e632610894fb25187092582a2c97
7
+ data.tar.gz: a0a07ede6524f10d8c022d6c13699a6a65c9f8fdfd1ac30001dbe33ffc014f1b7db726ab851c21c6a36e24c88fa75ac4a83f130984b99b1767ddb86f174c1bc8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-memcache_v1beta2
2
2
 
3
+ ### v0.15.0 (2021-11-06)
4
+
5
+ * Regenerated from discovery document revision 20211028
6
+
3
7
  ### v0.14.0 (2021-10-21)
4
8
 
5
9
  * Unspecified changes
@@ -775,10 +775,7 @@ module Google
775
775
  # @return [Fixnum]
776
776
  attr_accessor :node_count
777
777
 
778
- # The unique ID associated with this set of parameters. Users can use this id to
779
- # determine if the parameters associated with the instance differ from the
780
- # parameters associated with the nodes. A discrepancy between parameter ids can
781
- # inform users that they may need to take action to apply parameters on nodes.
778
+ # User defined parameters to apply to the memcached process on each node.
782
779
  # Corresponds to the JSON property `parameters`
783
780
  # @return [Google::Apis::MemcacheV1beta2::MemcacheParameters]
784
781
  attr_accessor :parameters
@@ -1097,14 +1094,15 @@ module Google
1097
1094
  end
1098
1095
  end
1099
1096
 
1100
- # The unique ID associated with this set of parameters. Users can use this id to
1101
- # determine if the parameters associated with the instance differ from the
1102
- # parameters associated with the nodes. A discrepancy between parameter ids can
1103
- # inform users that they may need to take action to apply parameters on nodes.
1097
+ #
1104
1098
  class MemcacheParameters
1105
1099
  include Google::Apis::Core::Hashable
1106
1100
 
1107
- # Output only.
1101
+ # Output only. The unique ID associated with this set of parameters. Users can
1102
+ # use this id to determine if the parameters associated with the instance differ
1103
+ # from the parameters associated with the nodes. A discrepancy between parameter
1104
+ # ids can inform users that they may need to take action to apply parameters on
1105
+ # nodes.
1108
1106
  # Corresponds to the JSON property `id`
1109
1107
  # @return [String]
1110
1108
  attr_accessor :id
@@ -1141,10 +1139,7 @@ module Google
1141
1139
  # @return [String]
1142
1140
  attr_accessor :node_id
1143
1141
 
1144
- # The unique ID associated with this set of parameters. Users can use this id to
1145
- # determine if the parameters associated with the instance differ from the
1146
- # parameters associated with the nodes. A discrepancy between parameter ids can
1147
- # inform users that they may need to take action to apply parameters on nodes.
1142
+ # User defined parameters currently applied to the node.
1148
1143
  # Corresponds to the JSON property `parameters`
1149
1144
  # @return [Google::Apis::MemcacheV1beta2::MemcacheParameters]
1150
1145
  attr_accessor :parameters
@@ -1449,10 +1444,7 @@ module Google
1449
1444
  class UpdateParametersRequest
1450
1445
  include Google::Apis::Core::Hashable
1451
1446
 
1452
- # The unique ID associated with this set of parameters. Users can use this id to
1453
- # determine if the parameters associated with the instance differ from the
1454
- # parameters associated with the nodes. A discrepancy between parameter ids can
1455
- # inform users that they may need to take action to apply parameters on nodes.
1447
+ # The parameters to apply to the instance.
1456
1448
  # Corresponds to the JSON property `parameters`
1457
1449
  # @return [Google::Apis::MemcacheV1beta2::MemcacheParameters]
1458
1450
  attr_accessor :parameters
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.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 = "20210907"
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_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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-10-27 00:00:00.000000000 Z
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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.15.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: []