google-apis-redis_v1 0.40.0 → 0.41.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: ec83060be9600147d96edf834fdc94a7da10b6f564c6421a749b5eca89aa0b0d
|
4
|
+
data.tar.gz: 5ae79ed581add96750f2a723fbe3923cdfda5ffec8186f9ba4e17896a6c0cb18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c4b3ec3aac91b683fd13a98337773dc39daf2002b326701d97f87608009b7b1a1eeb778955bb3d4b5618efea14560ee3445c39ab714ba3d553f67ce0eacd0bd
|
7
|
+
data.tar.gz: 5c4acb86d4c22375704bda0c0602d763789d417a5392f1c0bb05fa161ddbf2ceef3637dd6a306228a74fa8301b90e7a16cd45fda9582df2b3152732f5e495349
|
data/CHANGELOG.md
CHANGED
@@ -50,6 +50,13 @@ module Google
|
|
50
50
|
# @return [Google::Apis::RedisV1::ManagedCertificateAuthority]
|
51
51
|
attr_accessor :managed_server_ca
|
52
52
|
|
53
|
+
# Identifier. Unique name of the resource in this scope including project,
|
54
|
+
# location and cluster using the form: `projects/`project`/locations/`location`/
|
55
|
+
# clusters/`cluster`/certificateAuthority`
|
56
|
+
# Corresponds to the JSON property `name`
|
57
|
+
# @return [String]
|
58
|
+
attr_accessor :name
|
59
|
+
|
53
60
|
def initialize(**args)
|
54
61
|
update!(**args)
|
55
62
|
end
|
@@ -57,6 +64,7 @@ module Google
|
|
57
64
|
# Update properties of this object
|
58
65
|
def update!(**args)
|
59
66
|
@managed_server_ca = args[:managed_server_ca] if args.key?(:managed_server_ca)
|
67
|
+
@name = args[:name] if args.key?(:name)
|
60
68
|
end
|
61
69
|
end
|
62
70
|
|
@@ -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.41.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 = "20231017"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -274,6 +274,7 @@ module Google
|
|
274
274
|
class Representation < Google::Apis::Core::JsonRepresentation
|
275
275
|
property :managed_server_ca, as: 'managedServerCa', class: Google::Apis::RedisV1::ManagedCertificateAuthority, decorator: Google::Apis::RedisV1::ManagedCertificateAuthority::Representation
|
276
276
|
|
277
|
+
property :name, as: 'name'
|
277
278
|
end
|
278
279
|
end
|
279
280
|
|
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.41.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-10-
|
11
|
+
date: 2023-10-22 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.41.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: []
|