google-apis-redis_v1 0.41.0 → 0.42.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: a9193461c78938e41d4aff3fea63d0f2a7b50d809a6ef25cda64f2a4dfa7d782
|
4
|
+
data.tar.gz: b094a0050fe899d1cbfa355b6cf8557a0db920dfc2a9fd9ed842fa9819b3a6de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2a6d51649361975a587688365de22d6410454278c4c69799d93a63cbde30bffba95ffc02906efc2086d99c88326259a2be4fc04013d5426647c3210e9fe2e4d
|
7
|
+
data.tar.gz: 830c36f734adb209b2fd2e14a4f4ab0d41502d2aeae75e7e7f570780027104053f2694e2564d5bbec20bbe2e8487aba1f5fda7c884ce638aa69b36eacba7733d
|
data/CHANGELOG.md
CHANGED
@@ -622,6 +622,14 @@ module Google
|
|
622
622
|
# @return [String]
|
623
623
|
attr_accessor :reserved_ip_range
|
624
624
|
|
625
|
+
# Optional. Output only. Reserved for future use. Zone Separation compliance
|
626
|
+
# state of the instance. Field name and documentation is obfuscated according to
|
627
|
+
# go/zs-resource-status.
|
628
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
629
|
+
# @return [Boolean]
|
630
|
+
attr_accessor :satisfies_pzs
|
631
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
632
|
+
|
625
633
|
# Optional. Additional IP range for node placement. Required when enabling read
|
626
634
|
# replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR
|
627
635
|
# range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be
|
@@ -697,6 +705,7 @@ module Google
|
|
697
705
|
@redis_version = args[:redis_version] if args.key?(:redis_version)
|
698
706
|
@replica_count = args[:replica_count] if args.key?(:replica_count)
|
699
707
|
@reserved_ip_range = args[:reserved_ip_range] if args.key?(:reserved_ip_range)
|
708
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
700
709
|
@secondary_ip_range = args[:secondary_ip_range] if args.key?(:secondary_ip_range)
|
701
710
|
@server_ca_certs = args[:server_ca_certs] if args.key?(:server_ca_certs)
|
702
711
|
@state = args[:state] if args.key?(:state)
|
@@ -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.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231102"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -424,6 +424,7 @@ module Google
|
|
424
424
|
property :redis_version, as: 'redisVersion'
|
425
425
|
property :replica_count, as: 'replicaCount'
|
426
426
|
property :reserved_ip_range, as: 'reservedIpRange'
|
427
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
427
428
|
property :secondary_ip_range, as: 'secondaryIpRange'
|
428
429
|
collection :server_ca_certs, as: 'serverCaCerts', class: Google::Apis::RedisV1::TlsCertificate, decorator: Google::Apis::RedisV1::TlsCertificate::Representation
|
429
430
|
|
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.42.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: 2023-
|
11
|
+
date: 2023-11-12 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.42.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: []
|