google-apis-redis_v1 0.42.0 → 0.43.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: 0c41ee7aa975369e92e30f2dd4f17449091d39f2e744eb754a07e7d83bbe3990
|
4
|
+
data.tar.gz: 2afe23f482ac0e8b1454c17f2f781595d853f3db79a35274219e6154249ac5ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80b8ebbc1c56c5bf340317cd8259620478e84c728e85904a6d2279109b1f9535a3682138cd1a0a34ca7fe7f47f8579f3985734f4fbfcfd0100668736d3efd5c6
|
7
|
+
data.tar.gz: d8092d4a45b9b539968cffac82af88f7dae3ee39fdf6503a2d3e11f949de9359ee3b1a1ab7b46098428a5e8eee97dd20a81fdd4fa2299f0b4225504938a5a818
|
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 Isolation compliance
|
626
|
+
# state of the instance. Field name and documentation is obfuscated according to
|
627
|
+
# go/per-resource-zi-bit-semantics.
|
628
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
629
|
+
# @return [Boolean]
|
630
|
+
attr_accessor :satisfies_pzi
|
631
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
632
|
+
|
625
633
|
# Optional. Output only. Reserved for future use. Zone Separation compliance
|
626
634
|
# state of the instance. Field name and documentation is obfuscated according to
|
627
635
|
# go/zs-resource-status.
|
@@ -705,6 +713,7 @@ module Google
|
|
705
713
|
@redis_version = args[:redis_version] if args.key?(:redis_version)
|
706
714
|
@replica_count = args[:replica_count] if args.key?(:replica_count)
|
707
715
|
@reserved_ip_range = args[:reserved_ip_range] if args.key?(:reserved_ip_range)
|
716
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
708
717
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
709
718
|
@secondary_ip_range = args[:secondary_ip_range] if args.key?(:secondary_ip_range)
|
710
719
|
@server_ca_certs = args[:server_ca_certs] if args.key?(:server_ca_certs)
|
@@ -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.43.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 = "20231129"
|
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_pzi, as: 'satisfiesPzi'
|
427
428
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
428
429
|
property :secondary_ip_range, as: 'secondaryIpRange'
|
429
430
|
collection :server_ca_certs, as: 'serverCaCerts', class: Google::Apis::RedisV1::TlsCertificate, decorator: Google::Apis::RedisV1::TlsCertificate::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.43.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-12-03 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.43.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: []
|