google-apis-redis_v1 0.49.0 → 0.50.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4683c22c1b3d3898521b09c6a0ea022423f46a2fd2c14cdd650171b69ea395a2
|
4
|
+
data.tar.gz: a4d28952d79b22851c07e1875424cb85ae5c2476f383e478e72d2b22f3f1e62c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d41b55484d98e5b5f0be05e24f9adcad04c808c5c55d401c2a81e5159aa8c4de0110c48b0575eb450558e04a23d5917d65992a34312aa5978cfafa46dd91402
|
7
|
+
data.tar.gz: 11de403ff011e01367f7f4e8af6296acf750b2e7b4ebdcfc212326e02efeb94a49ed79d7114b3517fdcd03cfe32c95ba7b04e0d8b8741b03ef7ec367d01eb200
|
data/CHANGELOG.md
CHANGED
@@ -223,11 +223,22 @@ module Google
|
|
223
223
|
# @return [String]
|
224
224
|
attr_accessor :name
|
225
225
|
|
226
|
+
# Optional. The type of a redis node in the cluster. NodeType determines the
|
227
|
+
# underlying machine-type of a redis node.
|
228
|
+
# Corresponds to the JSON property `nodeType`
|
229
|
+
# @return [String]
|
230
|
+
attr_accessor :node_type
|
231
|
+
|
226
232
|
# Configuration of the persistence functionality.
|
227
233
|
# Corresponds to the JSON property `persistenceConfig`
|
228
234
|
# @return [Google::Apis::RedisV1::ClusterPersistenceConfig]
|
229
235
|
attr_accessor :persistence_config
|
230
236
|
|
237
|
+
# Output only. Precise value of redis memory size in GB for the entire cluster.
|
238
|
+
# Corresponds to the JSON property `preciseSizeGb`
|
239
|
+
# @return [Float]
|
240
|
+
attr_accessor :precise_size_gb
|
241
|
+
|
231
242
|
# Required. Each PscConfig configures the consumer network where IPs will be
|
232
243
|
# designated to the cluster for client access through Private Service Connect
|
233
244
|
# Automation. Currently, only one PscConfig is supported.
|
@@ -294,7 +305,9 @@ module Google
|
|
294
305
|
@create_time = args[:create_time] if args.key?(:create_time)
|
295
306
|
@discovery_endpoints = args[:discovery_endpoints] if args.key?(:discovery_endpoints)
|
296
307
|
@name = args[:name] if args.key?(:name)
|
308
|
+
@node_type = args[:node_type] if args.key?(:node_type)
|
297
309
|
@persistence_config = args[:persistence_config] if args.key?(:persistence_config)
|
310
|
+
@precise_size_gb = args[:precise_size_gb] if args.key?(:precise_size_gb)
|
298
311
|
@psc_configs = args[:psc_configs] if args.key?(:psc_configs)
|
299
312
|
@psc_connections = args[:psc_connections] if args.key?(:psc_connections)
|
300
313
|
@redis_configs = args[:redis_configs] if args.key?(:redis_configs)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RedisV1
|
18
18
|
# Version of the google-apis-redis_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.50.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240327"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -437,8 +437,10 @@ module Google
|
|
437
437
|
collection :discovery_endpoints, as: 'discoveryEndpoints', class: Google::Apis::RedisV1::DiscoveryEndpoint, decorator: Google::Apis::RedisV1::DiscoveryEndpoint::Representation
|
438
438
|
|
439
439
|
property :name, as: 'name'
|
440
|
+
property :node_type, as: 'nodeType'
|
440
441
|
property :persistence_config, as: 'persistenceConfig', class: Google::Apis::RedisV1::ClusterPersistenceConfig, decorator: Google::Apis::RedisV1::ClusterPersistenceConfig::Representation
|
441
442
|
|
443
|
+
property :precise_size_gb, as: 'preciseSizeGb'
|
442
444
|
collection :psc_configs, as: 'pscConfigs', class: Google::Apis::RedisV1::PscConfig, decorator: Google::Apis::RedisV1::PscConfig::Representation
|
443
445
|
|
444
446
|
collection :psc_connections, as: 'pscConnections', class: Google::Apis::RedisV1::PscConnection, decorator: Google::Apis::RedisV1::PscConnection::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-redis_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.50.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: 2024-03-
|
11
|
+
date: 2024-03-31 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-redis_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.50.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|