google-apis-redis_v1 0.50.0 → 0.51.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: 024a4618c4181c8c5b671f7fab453347f4b19753960893b4ce14a47a58ee93de
|
4
|
+
data.tar.gz: a061ea92f24502d3bebcdac7202e7e6140afa8ed71934d80c7d7f7bcd5b746ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53287515774c25d6b20e9207d5db18747a6bfdf1adeae5b286bbf8f3b5f443c193a2371b4f614dbc81e2702efd09e0cc41e00c879bc7f66697f45a79a9b18c11
|
7
|
+
data.tar.gz: cbc0b187fda0883bd8f1cff605e52ca1ab015bfbd60b5b174453892a06097c4a3991a37710a14255fee999f3ed810c3259d24d23bd727c93515c26bf86a55de0
|
data/CHANGELOG.md
CHANGED
@@ -210,6 +210,12 @@ module Google
|
|
210
210
|
# @return [String]
|
211
211
|
attr_accessor :create_time
|
212
212
|
|
213
|
+
# Optional. The delete operation will fail when the value is set to true.
|
214
|
+
# Corresponds to the JSON property `deletionProtectionEnabled`
|
215
|
+
# @return [Boolean]
|
216
|
+
attr_accessor :deletion_protection_enabled
|
217
|
+
alias_method :deletion_protection_enabled?, :deletion_protection_enabled
|
218
|
+
|
213
219
|
# Output only. Endpoints created on each given network, for Redis clients to
|
214
220
|
# connect to the cluster. Currently only one discovery endpoint is supported.
|
215
221
|
# Corresponds to the JSON property `discoveryEndpoints`
|
@@ -303,6 +309,7 @@ module Google
|
|
303
309
|
def update!(**args)
|
304
310
|
@authorization_mode = args[:authorization_mode] if args.key?(:authorization_mode)
|
305
311
|
@create_time = args[:create_time] if args.key?(:create_time)
|
312
|
+
@deletion_protection_enabled = args[:deletion_protection_enabled] if args.key?(:deletion_protection_enabled)
|
306
313
|
@discovery_endpoints = args[:discovery_endpoints] if args.key?(:discovery_endpoints)
|
307
314
|
@name = args[:name] if args.key?(:name)
|
308
315
|
@node_type = args[:node_type] if args.key?(:node_type)
|
@@ -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.51.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 = "20240411"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -434,6 +434,7 @@ module Google
|
|
434
434
|
class Representation < Google::Apis::Core::JsonRepresentation
|
435
435
|
property :authorization_mode, as: 'authorizationMode'
|
436
436
|
property :create_time, as: 'createTime'
|
437
|
+
property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
|
437
438
|
collection :discovery_endpoints, as: 'discoveryEndpoints', class: Google::Apis::RedisV1::DiscoveryEndpoint, decorator: Google::Apis::RedisV1::DiscoveryEndpoint::Representation
|
438
439
|
|
439
440
|
property :name, as: 'name'
|
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.51.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-04-21 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.51.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: []
|