google-apis-redis_v1beta1 0.37.0 → 0.38.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: e83faafd287d4d3d00c1d82c31c61d8aa0b2f7836bbb9a1f9bac9cea8b33539c
|
4
|
+
data.tar.gz: df10eec96ca1f305915ef633807f6d0b9be6c7d1f62f00168b3a9a8ea97fd527
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db700f4b1587721b1d4a84c491f021e391e847b13268d2d37358e9e903a5a635a6664c7e8e84b6fc4da3399a53abf0dcea359549ef85ca4031f978d438229b58
|
7
|
+
data.tar.gz: 4d3d02e565027e9233f63f625e9d4a840b9587997859b0ffc19e0e02b9418e7188866afaf1a1a2ebbcd159182ee325eb54a4757e3cf4517db36df92304aba725
|
data/CHANGELOG.md
CHANGED
@@ -50,6 +50,13 @@ module Google
|
|
50
50
|
# @return [Google::Apis::RedisV1beta1::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 RedisV1beta1
|
18
18
|
# Version of the google-apis-redis_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.38.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::RedisV1beta1::ManagedCertificateAuthority, decorator: Google::Apis::RedisV1beta1::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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.38.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-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -59,7 +59,7 @@ licenses:
|
|
59
59
|
metadata:
|
60
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
61
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.38.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|