google-apis-redis_v1 0.51.0 → 0.53.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: 21dbd3a15bf9b70a063567700e7bd09a55b23727b563dfc9a57976c6e90a34d6
|
4
|
+
data.tar.gz: 9d49876b95b2c5556967da97ddb522eec1c9f058ce7578c7eaec467109ae9eea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e80c71f543ff2ec5925fc07782dc49425abb9e5a2f8ebeb58ebf2815d912640b8056272c1c5f3e24d7b0afd04ef38a04fb3fec0b2c305aab10996d2c38fe1d3e
|
7
|
+
data.tar.gz: a41b3bd93ed99eee224cf98cff96ab63d865b72e50a957a8b8271cabd280cc791feb35082513487e6273742d632b2101a3c3a94bc0a4ca86087b7d7db0e1e4f2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-redis_v1
|
2
2
|
|
3
|
+
### v0.53.0 (2024-05-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240509
|
6
|
+
* Regenerated using generator version 0.15.0
|
7
|
+
|
8
|
+
### v0.52.0 (2024-04-28)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240418
|
11
|
+
|
3
12
|
### v0.51.0 (2024-04-21)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240411
|
@@ -53,6 +53,13 @@ module Google
|
|
53
53
|
# @return [String]
|
54
54
|
attr_accessor :availability_type
|
55
55
|
|
56
|
+
# Checks for resources that are configured to have redundancy, and ongoing
|
57
|
+
# replication across regions
|
58
|
+
# Corresponds to the JSON property `crossRegionReplicaConfigured`
|
59
|
+
# @return [Boolean]
|
60
|
+
attr_accessor :cross_region_replica_configured
|
61
|
+
alias_method :cross_region_replica_configured?, :cross_region_replica_configured
|
62
|
+
|
56
63
|
#
|
57
64
|
# Corresponds to the JSON property `externalReplicaConfigured`
|
58
65
|
# @return [Boolean]
|
@@ -72,6 +79,7 @@ module Google
|
|
72
79
|
# Update properties of this object
|
73
80
|
def update!(**args)
|
74
81
|
@availability_type = args[:availability_type] if args.key?(:availability_type)
|
82
|
+
@cross_region_replica_configured = args[:cross_region_replica_configured] if args.key?(:cross_region_replica_configured)
|
75
83
|
@external_replica_configured = args[:external_replica_configured] if args.key?(:external_replica_configured)
|
76
84
|
@promotable_replica_configured = args[:promotable_replica_configured] if args.key?(:promotable_replica_configured)
|
77
85
|
end
|
@@ -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.53.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240509"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -387,6 +387,7 @@ module Google
|
|
387
387
|
# @private
|
388
388
|
class Representation < Google::Apis::Core::JsonRepresentation
|
389
389
|
property :availability_type, as: 'availabilityType'
|
390
|
+
property :cross_region_replica_configured, as: 'crossRegionReplicaConfigured'
|
390
391
|
property :external_replica_configured, as: 'externalReplicaConfigured'
|
391
392
|
property :promotable_replica_configured, as: 'promotableReplicaConfigured'
|
392
393
|
end
|
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.53.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-
|
11
|
+
date: 2024-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.53.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: []
|