google-apis-redis_v1 0.67.0 → 0.69.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: 5560c61cabb49ed647ad14b4781738f87db87a134dc14d8133d26ceb4e019f8d
|
4
|
+
data.tar.gz: c6be2648a9123c494d155c4563b6e0cbd1c3f48bb3761979706b695b26b6a10a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4d138fc5f5959111d98b28107d474cb9e972dc777c683cfaf7ae5cf08438106ac640006f634566035bce42715c2e6fdbc2010d95d0a3e0783b0f00dc6a5cd8b
|
7
|
+
data.tar.gz: a612461d616f40875ffef4e716af7295b2f623072ddd74660bdb5707ff0cda9ac0cf19cf3f53e8079dccb5655c2c575cd925d19d944a4742ce9f38a50bd20a66
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-redis_v1
|
2
2
|
|
3
|
+
### v0.69.0 (2025-03-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250320
|
6
|
+
|
7
|
+
### v0.68.0 (2025-03-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250303
|
10
|
+
|
3
11
|
### v0.67.0 (2025-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250213
|
@@ -562,6 +562,13 @@ module Google
|
|
562
562
|
# @return [String]
|
563
563
|
attr_accessor :node_type
|
564
564
|
|
565
|
+
# Optional. Input only. Ondemand maintenance for the cluster. This field can be
|
566
|
+
# used to trigger ondemand critical update on the cluster.
|
567
|
+
# Corresponds to the JSON property `ondemandMaintenance`
|
568
|
+
# @return [Boolean]
|
569
|
+
attr_accessor :ondemand_maintenance
|
570
|
+
alias_method :ondemand_maintenance?, :ondemand_maintenance
|
571
|
+
|
565
572
|
# Configuration of the persistence functionality.
|
566
573
|
# Corresponds to the JSON property `persistenceConfig`
|
567
574
|
# @return [Google::Apis::RedisV1::ClusterPersistenceConfig]
|
@@ -661,6 +668,7 @@ module Google
|
|
661
668
|
@managed_backup_source = args[:managed_backup_source] if args.key?(:managed_backup_source)
|
662
669
|
@name = args[:name] if args.key?(:name)
|
663
670
|
@node_type = args[:node_type] if args.key?(:node_type)
|
671
|
+
@ondemand_maintenance = args[:ondemand_maintenance] if args.key?(:ondemand_maintenance)
|
664
672
|
@persistence_config = args[:persistence_config] if args.key?(:persistence_config)
|
665
673
|
@precise_size_gb = args[:precise_size_gb] if args.key?(:precise_size_gb)
|
666
674
|
@psc_configs = args[:psc_configs] if args.key?(:psc_configs)
|
@@ -2418,14 +2426,14 @@ module Google
|
|
2418
2426
|
class MachineConfiguration
|
2419
2427
|
include Google::Apis::Core::Hashable
|
2420
2428
|
|
2421
|
-
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482
|
2422
|
-
#
|
2429
|
+
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add
|
2430
|
+
# proto validations again after bug fix.
|
2423
2431
|
# Corresponds to the JSON property `cpuCount`
|
2424
2432
|
# @return [Fixnum]
|
2425
2433
|
attr_accessor :cpu_count
|
2426
2434
|
|
2427
|
-
# Memory size in bytes. TODO(b/342344482
|
2428
|
-
#
|
2435
|
+
# Memory size in bytes. TODO(b/342344482) add proto validations again after bug
|
2436
|
+
# fix.
|
2429
2437
|
# Corresponds to the JSON property `memorySizeInBytes`
|
2430
2438
|
# @return [Fixnum]
|
2431
2439
|
attr_accessor :memory_size_in_bytes
|
@@ -2435,8 +2443,8 @@ module Google
|
|
2435
2443
|
# @return [Fixnum]
|
2436
2444
|
attr_accessor :shard_count
|
2437
2445
|
|
2438
|
-
# Optional. The number of vCPUs. TODO(b/342344482
|
2439
|
-
#
|
2446
|
+
# Optional. The number of vCPUs. TODO(b/342344482) add proto validations again
|
2447
|
+
# after bug fix.
|
2440
2448
|
# Corresponds to the JSON property `vcpuCount`
|
2441
2449
|
# @return [Float]
|
2442
2450
|
attr_accessor :vcpu_count
|
@@ -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.69.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250320"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -696,6 +696,7 @@ module Google
|
|
696
696
|
|
697
697
|
property :name, as: 'name'
|
698
698
|
property :node_type, as: 'nodeType'
|
699
|
+
property :ondemand_maintenance, as: 'ondemandMaintenance'
|
699
700
|
property :persistence_config, as: 'persistenceConfig', class: Google::Apis::RedisV1::ClusterPersistenceConfig, decorator: Google::Apis::RedisV1::ClusterPersistenceConfig::Representation
|
700
701
|
|
701
702
|
property :precise_size_gb, as: 'preciseSizeGb'
|
@@ -84,6 +84,9 @@ module Google
|
|
84
84
|
# Lists information about the supported locations for this service.
|
85
85
|
# @param [String] name
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
87
|
+
# @param [Array<String>, String] extra_location_types
|
88
|
+
# Optional. A list of extra location types that should be used as conditions for
|
89
|
+
# controlling the visibility of the locations.
|
87
90
|
# @param [String] filter
|
88
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
89
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -111,11 +114,12 @@ module Google
|
|
111
114
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
112
115
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
113
116
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
114
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
117
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
115
118
|
command = make_simple_command(:get, 'v1/{+name}/locations', options)
|
116
119
|
command.response_representation = Google::Apis::RedisV1::ListLocationsResponse::Representation
|
117
120
|
command.response_class = Google::Apis::RedisV1::ListLocationsResponse
|
118
121
|
command.params['name'] = name unless name.nil?
|
122
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
119
123
|
command.query['filter'] = filter unless filter.nil?
|
120
124
|
command.query['pageSize'] = page_size unless page_size.nil?
|
121
125
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -128,7 +132,7 @@ module Google
|
|
128
132
|
# @param [String] name
|
129
133
|
# Required. Redis backupCollection resource name using the form: `projects/`
|
130
134
|
# project_id`/locations/`location_id`/backupCollections/`backup_collection_id``
|
131
|
-
# where `location_id` refers to a
|
135
|
+
# where `location_id` refers to a Google Cloud region.
|
132
136
|
# @param [String] fields
|
133
137
|
# Selector specifying which fields to include in a partial response.
|
134
138
|
# @param [String] quota_user
|
@@ -163,7 +167,7 @@ module Google
|
|
163
167
|
# @param [String] parent
|
164
168
|
# Required. The resource name of the backupCollection location using the form: `
|
165
169
|
# projects/`project_id`/locations/`location_id`` where `location_id` refers to a
|
166
|
-
#
|
170
|
+
# Google Cloud region.
|
167
171
|
# @param [Fixnum] page_size
|
168
172
|
# Optional. The maximum number of items to return. If not specified, a default
|
169
173
|
# value of 1000 will be used by the service. Regardless of the page_size value,
|
@@ -360,7 +364,7 @@ module Google
|
|
360
364
|
# @param [String] name
|
361
365
|
# Required. Redis cluster resource name using the form: `projects/`project_id`/
|
362
366
|
# locations/`location_id`/clusters/`cluster_id`` where `location_id` refers to a
|
363
|
-
#
|
367
|
+
# Google Cloud region.
|
364
368
|
# @param [Google::Apis::RedisV1::BackupClusterRequest] backup_cluster_request_object
|
365
369
|
# @param [String] fields
|
366
370
|
# Selector specifying which fields to include in a partial response.
|
@@ -399,8 +403,8 @@ module Google
|
|
399
403
|
# after a few hours, so there is no need to call DeleteOperation.
|
400
404
|
# @param [String] parent
|
401
405
|
# Required. The resource name of the cluster location using the form: `projects/`
|
402
|
-
# project_id`/locations/`location_id`` where `location_id` refers to a
|
403
|
-
# region.
|
406
|
+
# project_id`/locations/`location_id`` where `location_id` refers to a Google
|
407
|
+
# Cloud region.
|
404
408
|
# @param [Google::Apis::RedisV1::Cluster] cluster_object
|
405
409
|
# @param [String] cluster_id
|
406
410
|
# Required. The logical name of the Redis cluster in the customer project with
|
@@ -445,7 +449,7 @@ module Google
|
|
445
449
|
# @param [String] name
|
446
450
|
# Required. Redis cluster resource name using the form: `projects/`project_id`/
|
447
451
|
# locations/`location_id`/clusters/`cluster_id`` where `location_id` refers to a
|
448
|
-
#
|
452
|
+
# Google Cloud region.
|
449
453
|
# @param [String] request_id
|
450
454
|
# Optional. Idempotent request UUID.
|
451
455
|
# @param [String] fields
|
@@ -480,7 +484,7 @@ module Google
|
|
480
484
|
# @param [String] name
|
481
485
|
# Required. Redis cluster resource name using the form: `projects/`project_id`/
|
482
486
|
# locations/`location_id`/clusters/`cluster_id`` where `location_id` refers to a
|
483
|
-
#
|
487
|
+
# Google Cloud region.
|
484
488
|
# @param [String] fields
|
485
489
|
# Selector specifying which fields to include in a partial response.
|
486
490
|
# @param [String] quota_user
|
@@ -512,7 +516,7 @@ module Google
|
|
512
516
|
# @param [String] name
|
513
517
|
# Required. Redis cluster certificate authority resource name using the form: `
|
514
518
|
# projects/`project_id`/locations/`location_id`/clusters/`cluster_id`/
|
515
|
-
# certificateAuthority` where `location_id` refers to a
|
519
|
+
# certificateAuthority` where `location_id` refers to a Google Cloud region.
|
516
520
|
# @param [String] fields
|
517
521
|
# Selector specifying which fields to include in a partial response.
|
518
522
|
# @param [String] quota_user
|
@@ -547,8 +551,8 @@ module Google
|
|
547
551
|
# the results are aggregated.
|
548
552
|
# @param [String] parent
|
549
553
|
# Required. The resource name of the cluster location using the form: `projects/`
|
550
|
-
# project_id`/locations/`location_id`` where `location_id` refers to a
|
551
|
-
# region.
|
554
|
+
# project_id`/locations/`location_id`` where `location_id` refers to a Google
|
555
|
+
# Cloud region.
|
552
556
|
# @param [Fixnum] page_size
|
553
557
|
# The maximum number of items to return. If not specified, a default value of
|
554
558
|
# 1000 will be used by the service. Regardless of the page_size value, the
|
@@ -636,7 +640,7 @@ module Google
|
|
636
640
|
# @param [String] name
|
637
641
|
# Required. Redis Cluster instance resource name using the form: `projects/`
|
638
642
|
# project_id`/locations/`location_id`/clusters/`cluster_id`` where `location_id`
|
639
|
-
# refers to a
|
643
|
+
# refers to a Google Cloud region.
|
640
644
|
# @param [Google::Apis::RedisV1::RescheduleClusterMaintenanceRequest] reschedule_cluster_maintenance_request_object
|
641
645
|
# @param [String] fields
|
642
646
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.69.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.69.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|