google-apis-redis_v1 0.25.0 → 0.28.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: d54000675ed04206e7fbbb9dfe893b090a5b8e0b43247211374c48d4c4ac6a81
|
4
|
+
data.tar.gz: 6a908eba95d12bf4f82d0a0aab3f491450e6ee32b8af48c86d3d76852594d949
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 996a5717da164d0fd642f238ffdee94ef3300532ec963a93794803c12c27ac4414f76111b5fc4ccd89005a17064aabd6dd1f352c14daeb1b597459c5f2932ee9
|
7
|
+
data.tar.gz: 1882c8593a9b0ad047d13c2c75e8e52b6757bce8c872e7a8401629cafa5aec3ae57e7be34c1e34a1ad5a9b1a9ffc9ad5a1fe684679c0c985a344794f44274708
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-redis_v1
|
2
2
|
|
3
|
+
### v0.28.0 (2022-05-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220518
|
6
|
+
|
7
|
+
### v0.27.0 (2022-05-12)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220503
|
10
|
+
|
11
|
+
### v0.26.0 (2022-04-09)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220331
|
14
|
+
|
3
15
|
### v0.25.0 (2022-04-03)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220325
|
@@ -294,6 +294,12 @@ module Google
|
|
294
294
|
# @return [String]
|
295
295
|
attr_accessor :current_location_id
|
296
296
|
|
297
|
+
# Optional. The KMS key reference that the customer provides when trying to
|
298
|
+
# create the instance.
|
299
|
+
# Corresponds to the JSON property `customerManagedKey`
|
300
|
+
# @return [String]
|
301
|
+
attr_accessor :customer_managed_key
|
302
|
+
|
297
303
|
# An arbitrary and optional user-provided name for the instance.
|
298
304
|
# Corresponds to the JSON property `displayName`
|
299
305
|
# @return [String]
|
@@ -451,6 +457,11 @@ module Google
|
|
451
457
|
# @return [String]
|
452
458
|
attr_accessor :status_message
|
453
459
|
|
460
|
+
# Optional. reasons that causes instance in "SUSPENDED" state.
|
461
|
+
# Corresponds to the JSON property `suspensionReasons`
|
462
|
+
# @return [Array<String>]
|
463
|
+
attr_accessor :suspension_reasons
|
464
|
+
|
454
465
|
# Required. The service tier of the instance.
|
455
466
|
# Corresponds to the JSON property `tier`
|
456
467
|
# @return [String]
|
@@ -474,6 +485,7 @@ module Google
|
|
474
485
|
@connect_mode = args[:connect_mode] if args.key?(:connect_mode)
|
475
486
|
@create_time = args[:create_time] if args.key?(:create_time)
|
476
487
|
@current_location_id = args[:current_location_id] if args.key?(:current_location_id)
|
488
|
+
@customer_managed_key = args[:customer_managed_key] if args.key?(:customer_managed_key)
|
477
489
|
@display_name = args[:display_name] if args.key?(:display_name)
|
478
490
|
@host = args[:host] if args.key?(:host)
|
479
491
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -497,6 +509,7 @@ module Google
|
|
497
509
|
@server_ca_certs = args[:server_ca_certs] if args.key?(:server_ca_certs)
|
498
510
|
@state = args[:state] if args.key?(:state)
|
499
511
|
@status_message = args[:status_message] if args.key?(:status_message)
|
512
|
+
@suspension_reasons = args[:suspension_reasons] if args.key?(:suspension_reasons)
|
500
513
|
@tier = args[:tier] if args.key?(:tier)
|
501
514
|
@transit_encryption_mode = args[:transit_encryption_mode] if args.key?(:transit_encryption_mode)
|
502
515
|
end
|
@@ -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.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220518"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -277,6 +277,7 @@ module Google
|
|
277
277
|
property :connect_mode, as: 'connectMode'
|
278
278
|
property :create_time, as: 'createTime'
|
279
279
|
property :current_location_id, as: 'currentLocationId'
|
280
|
+
property :customer_managed_key, as: 'customerManagedKey'
|
280
281
|
property :display_name, as: 'displayName'
|
281
282
|
property :host, as: 'host'
|
282
283
|
hash :labels, as: 'labels'
|
@@ -305,6 +306,7 @@ module Google
|
|
305
306
|
|
306
307
|
property :state, as: 'state'
|
307
308
|
property :status_message, as: 'statusMessage'
|
309
|
+
collection :suspension_reasons, as: 'suspensionReasons'
|
308
310
|
property :tier, as: 'tier'
|
309
311
|
property :transit_encryption_mode, as: 'transitEncryptionMode'
|
310
312
|
end
|
@@ -84,8 +84,8 @@ module Google
|
|
84
84
|
# The resource that owns the locations collection, if applicable.
|
85
85
|
# @param [String] filter
|
86
86
|
# A filter to narrow down results to a preferred subset. The filtering language
|
87
|
-
# accepts strings like "displayName=tokyo"
|
88
|
-
# AIP-160](https://google.aip.dev/160).
|
87
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
88
|
+
# in [AIP-160](https://google.aip.dev/160).
|
89
89
|
# @param [Fixnum] page_size
|
90
90
|
# The maximum number of results to return. If not set, the service selects a
|
91
91
|
# default.
|
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.28.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: 2022-
|
11
|
+
date: 2022-05-30 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.28.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Cloud Memorystore for Redis API V1
|