google-apis-redis_v1 0.90.0 → 0.92.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/redis_v1/classes.rb +69 -11
- data/lib/google/apis/redis_v1/gem_version.rb +3 -3
- data/lib/google/apis/redis_v1/representations.rb +20 -0
- data/lib/google/apis/redis_v1/service.rb +11 -11
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4da88b6d1fcde0404a95913620ef76dada8b0d219f530fa780cbab6af608ae3f
|
|
4
|
+
data.tar.gz: 2a1aaff17a2e6aaabbbadd288b29086bda1cbe58cab734060448674d62a3802e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06c72efde37294b8d7e29390d43abef76ffbca42080de65e7eaa94040f8489ba70bdab2f60d85d87daf6b58e8eadf266aa04e430eb193936a3aef9d40a90cd52
|
|
7
|
+
data.tar.gz: 83ff8561f94864fade353cc19373aaec654afeda50455dae01c3ba079b12341ed78d2c6156d4201a0cd006f9a34bd759ade5aee2986e19f59dc7f3f9d8aad6cd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-redis_v1
|
|
2
2
|
|
|
3
|
+
### v0.92.0 (2026-06-28)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260616
|
|
6
|
+
|
|
7
|
+
### v0.91.0 (2026-06-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260526
|
|
10
|
+
* Regenerated using generator version 0.19.0
|
|
11
|
+
|
|
3
12
|
### v0.90.0 (2026-05-03)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20260423
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/memorystore/docs/redis/) ma
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -65,7 +65,7 @@ module Google
|
|
|
65
65
|
# @return [String]
|
|
66
66
|
attr_accessor :state
|
|
67
67
|
|
|
68
|
-
# Output only.
|
|
68
|
+
# Output only. Deprecated: Used in drift resolution.
|
|
69
69
|
# Corresponds to the JSON property `version`
|
|
70
70
|
# @return [Fixnum]
|
|
71
71
|
attr_accessor :version
|
|
@@ -709,9 +709,8 @@ module Google
|
|
|
709
709
|
# @return [String]
|
|
710
710
|
attr_accessor :acl_policy
|
|
711
711
|
|
|
712
|
-
# Optional. Output only. Indicates whether the ACL rules applied to
|
|
713
|
-
# are in sync
|
|
714
|
-
# the ACL policy is set for the cluster.
|
|
712
|
+
# Optional. Output only. Deprecated: Indicates whether the ACL rules applied to
|
|
713
|
+
# the cluster are in sync.
|
|
715
714
|
# Corresponds to the JSON property `aclPolicyInSync`
|
|
716
715
|
# @return [Boolean]
|
|
717
716
|
attr_accessor :acl_policy_in_sync
|
|
@@ -1360,7 +1359,7 @@ module Google
|
|
|
1360
1359
|
# @return [String]
|
|
1361
1360
|
attr_accessor :feed_type
|
|
1362
1361
|
|
|
1363
|
-
#
|
|
1362
|
+
# Observability metric data.
|
|
1364
1363
|
# Corresponds to the JSON property `observabilityMetricData`
|
|
1365
1364
|
# @return [Google::Apis::RedisV1::ObservabilityMetricData]
|
|
1366
1365
|
attr_accessor :observability_metric_data
|
|
@@ -1380,7 +1379,7 @@ module Google
|
|
|
1380
1379
|
# @return [Google::Apis::RedisV1::DatabaseResourceId]
|
|
1381
1380
|
attr_accessor :resource_id
|
|
1382
1381
|
|
|
1383
|
-
# Common model for database resource instance metadata. Next ID:
|
|
1382
|
+
# Common model for database resource instance metadata. Next ID: 35
|
|
1384
1383
|
# Corresponds to the JSON property `resourceMetadata`
|
|
1385
1384
|
# @return [Google::Apis::RedisV1::DatabaseResourceMetadata]
|
|
1386
1385
|
attr_accessor :resource_metadata
|
|
@@ -1503,7 +1502,7 @@ module Google
|
|
|
1503
1502
|
# @return [String]
|
|
1504
1503
|
attr_accessor :signal_type
|
|
1505
1504
|
|
|
1506
|
-
#
|
|
1505
|
+
# Required. The state of the signal, such as if it's ACTIVE or RESOLVED.
|
|
1507
1506
|
# Corresponds to the JSON property `state`
|
|
1508
1507
|
# @return [String]
|
|
1509
1508
|
attr_accessor :state
|
|
@@ -1578,10 +1577,15 @@ module Google
|
|
|
1578
1577
|
end
|
|
1579
1578
|
end
|
|
1580
1579
|
|
|
1581
|
-
# Common model for database resource instance metadata. Next ID:
|
|
1580
|
+
# Common model for database resource instance metadata. Next ID: 35
|
|
1582
1581
|
class DatabaseResourceMetadata
|
|
1583
1582
|
include Google::Apis::Core::Hashable
|
|
1584
1583
|
|
|
1584
|
+
# Field to ingest additional metadata whichd does not support proto format.
|
|
1585
|
+
# Corresponds to the JSON property `additionalMetadata`
|
|
1586
|
+
# @return [Hash<String,Object>]
|
|
1587
|
+
attr_accessor :additional_metadata
|
|
1588
|
+
|
|
1585
1589
|
# Configuration for availability of database instance
|
|
1586
1590
|
# Corresponds to the JSON property `availabilityConfiguration`
|
|
1587
1591
|
# @return [Google::Apis::RedisV1::AvailabilityConfiguration]
|
|
@@ -1655,6 +1659,16 @@ module Google
|
|
|
1655
1659
|
# @return [String]
|
|
1656
1660
|
attr_accessor :instance_type
|
|
1657
1661
|
|
|
1662
|
+
# Field to ingest additional metadata which support proto format.
|
|
1663
|
+
# Corresponds to the JSON property `internalAdditionalMetadata`
|
|
1664
|
+
# @return [Hash<String,Object>]
|
|
1665
|
+
attr_accessor :internal_additional_metadata
|
|
1666
|
+
|
|
1667
|
+
# Used to send IP address information for a database resource.
|
|
1668
|
+
# Corresponds to the JSON property `ipAddress`
|
|
1669
|
+
# @return [Google::Apis::RedisV1::IpAddress]
|
|
1670
|
+
attr_accessor :ip_address
|
|
1671
|
+
|
|
1658
1672
|
# Optional. Whether deletion protection is enabled for this resource.
|
|
1659
1673
|
# Corresponds to the JSON property `isDeletionProtectionEnabled`
|
|
1660
1674
|
# @return [Boolean]
|
|
@@ -1755,6 +1769,7 @@ module Google
|
|
|
1755
1769
|
|
|
1756
1770
|
# Update properties of this object
|
|
1757
1771
|
def update!(**args)
|
|
1772
|
+
@additional_metadata = args[:additional_metadata] if args.key?(:additional_metadata)
|
|
1758
1773
|
@availability_configuration = args[:availability_configuration] if args.key?(:availability_configuration)
|
|
1759
1774
|
@backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
|
|
1760
1775
|
@backup_run = args[:backup_run] if args.key?(:backup_run)
|
|
@@ -1768,6 +1783,8 @@ module Google
|
|
|
1768
1783
|
@gcbdr_configuration = args[:gcbdr_configuration] if args.key?(:gcbdr_configuration)
|
|
1769
1784
|
@id = args[:id] if args.key?(:id)
|
|
1770
1785
|
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
|
1786
|
+
@internal_additional_metadata = args[:internal_additional_metadata] if args.key?(:internal_additional_metadata)
|
|
1787
|
+
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
|
1771
1788
|
@is_deletion_protection_enabled = args[:is_deletion_protection_enabled] if args.key?(:is_deletion_protection_enabled)
|
|
1772
1789
|
@location = args[:location] if args.key?(:location)
|
|
1773
1790
|
@machine_configuration = args[:machine_configuration] if args.key?(:machine_configuration)
|
|
@@ -2753,6 +2770,34 @@ module Google
|
|
|
2753
2770
|
end
|
|
2754
2771
|
end
|
|
2755
2772
|
|
|
2773
|
+
# Used to send IP address information for a database resource.
|
|
2774
|
+
class IpAddress
|
|
2775
|
+
include Google::Apis::Core::Hashable
|
|
2776
|
+
|
|
2777
|
+
# The private IP address assigned to the resource within a Virtual Private Cloud
|
|
2778
|
+
# (VPC). This IP is only reachable from within the same VPC network. Stored in
|
|
2779
|
+
# standard string format (e.g., "10.0.0.2").
|
|
2780
|
+
# Corresponds to the JSON property `privateIp`
|
|
2781
|
+
# @return [String]
|
|
2782
|
+
attr_accessor :private_ip
|
|
2783
|
+
|
|
2784
|
+
# The public IP address assigned to the resource. This IP is reachable from the
|
|
2785
|
+
# internet. Stored in standard string format (e.g., "34.72.1.1").
|
|
2786
|
+
# Corresponds to the JSON property `publicIp`
|
|
2787
|
+
# @return [String]
|
|
2788
|
+
attr_accessor :public_ip
|
|
2789
|
+
|
|
2790
|
+
def initialize(**args)
|
|
2791
|
+
update!(**args)
|
|
2792
|
+
end
|
|
2793
|
+
|
|
2794
|
+
# Update properties of this object
|
|
2795
|
+
def update!(**args)
|
|
2796
|
+
@private_ip = args[:private_ip] if args.key?(:private_ip)
|
|
2797
|
+
@public_ip = args[:public_ip] if args.key?(:public_ip)
|
|
2798
|
+
end
|
|
2799
|
+
end
|
|
2800
|
+
|
|
2756
2801
|
# Response for `ListAclPolicies`.
|
|
2757
2802
|
class ListAclPoliciesResponse
|
|
2758
2803
|
include Google::Apis::Core::Hashable
|
|
@@ -2770,7 +2815,7 @@ module Google
|
|
|
2770
2815
|
# @return [String]
|
|
2771
2816
|
attr_accessor :next_page_token
|
|
2772
2817
|
|
|
2773
|
-
# Locations that could not be reached.
|
|
2818
|
+
# Unordered list. Locations that could not be reached.
|
|
2774
2819
|
# Corresponds to the JSON property `unreachable`
|
|
2775
2820
|
# @return [Array<String>]
|
|
2776
2821
|
attr_accessor :unreachable
|
|
@@ -4133,6 +4178,11 @@ module Google
|
|
|
4133
4178
|
# @return [String]
|
|
4134
4179
|
attr_accessor :maintenance_version
|
|
4135
4180
|
|
|
4181
|
+
# Optional. List of next available maintenance versions.
|
|
4182
|
+
# Corresponds to the JSON property `nextAvailableMaintenanceVersions`
|
|
4183
|
+
# @return [Array<String>]
|
|
4184
|
+
attr_accessor :next_available_maintenance_versions
|
|
4185
|
+
|
|
4136
4186
|
# Upcoming maintenance for the database resource. This is generated by SLM once
|
|
4137
4187
|
# the upcoming maintenance schedule is published.
|
|
4138
4188
|
# Corresponds to the JSON property `upcomingMaintenance`
|
|
@@ -4151,6 +4201,7 @@ module Google
|
|
|
4151
4201
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
|
4152
4202
|
@maintenance_state = args[:maintenance_state] if args.key?(:maintenance_state)
|
|
4153
4203
|
@maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
|
|
4204
|
+
@next_available_maintenance_versions = args[:next_available_maintenance_versions] if args.key?(:next_available_maintenance_versions)
|
|
4154
4205
|
@upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
|
|
4155
4206
|
end
|
|
4156
4207
|
end
|
|
@@ -4203,7 +4254,7 @@ module Google
|
|
|
4203
4254
|
# @return [String]
|
|
4204
4255
|
attr_accessor :duration_based_retention
|
|
4205
4256
|
|
|
4206
|
-
#
|
|
4257
|
+
# Quantity based retention period i.e. 7 backups
|
|
4207
4258
|
# Corresponds to the JSON property `quantityBasedRetention`
|
|
4208
4259
|
# @return [Fixnum]
|
|
4209
4260
|
attr_accessor :quantity_based_retention
|
|
@@ -4213,7 +4264,7 @@ module Google
|
|
|
4213
4264
|
# @return [String]
|
|
4214
4265
|
attr_accessor :retention_unit
|
|
4215
4266
|
|
|
4216
|
-
#
|
|
4267
|
+
# Duration based retention period i.e. 172800 seconds (2 days)
|
|
4217
4268
|
# Corresponds to the JSON property `timeBasedRetention`
|
|
4218
4269
|
# @return [String]
|
|
4219
4270
|
attr_accessor :time_based_retention
|
|
@@ -4676,6 +4727,12 @@ module Google
|
|
|
4676
4727
|
# @return [String]
|
|
4677
4728
|
attr_accessor :zone
|
|
4678
4729
|
|
|
4730
|
+
# Optional. Specify the zones of a multi-zone cluster where Redis Cluster
|
|
4731
|
+
# allocates resources. This flag isn't applicable for single-zone clusters.
|
|
4732
|
+
# Corresponds to the JSON property `zones`
|
|
4733
|
+
# @return [Array<String>]
|
|
4734
|
+
attr_accessor :zones
|
|
4735
|
+
|
|
4679
4736
|
def initialize(**args)
|
|
4680
4737
|
update!(**args)
|
|
4681
4738
|
end
|
|
@@ -4684,6 +4741,7 @@ module Google
|
|
|
4684
4741
|
def update!(**args)
|
|
4685
4742
|
@mode = args[:mode] if args.key?(:mode)
|
|
4686
4743
|
@zone = args[:zone] if args.key?(:zone)
|
|
4744
|
+
@zones = args[:zones] if args.key?(:zones)
|
|
4687
4745
|
end
|
|
4688
4746
|
end
|
|
4689
4747
|
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.92.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260616"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -358,6 +358,12 @@ module Google
|
|
|
358
358
|
include Google::Apis::Core::JsonObjectSupport
|
|
359
359
|
end
|
|
360
360
|
|
|
361
|
+
class IpAddress
|
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
|
+
|
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
365
|
+
end
|
|
366
|
+
|
|
361
367
|
class ListAclPoliciesResponse
|
|
362
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
369
|
|
|
@@ -1100,6 +1106,7 @@ module Google
|
|
|
1100
1106
|
class DatabaseResourceMetadata
|
|
1101
1107
|
# @private
|
|
1102
1108
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1109
|
+
hash :additional_metadata, as: 'additionalMetadata'
|
|
1103
1110
|
property :availability_configuration, as: 'availabilityConfiguration', class: Google::Apis::RedisV1::AvailabilityConfiguration, decorator: Google::Apis::RedisV1::AvailabilityConfiguration::Representation
|
|
1104
1111
|
|
|
1105
1112
|
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::RedisV1::BackupConfiguration, decorator: Google::Apis::RedisV1::BackupConfiguration::Representation
|
|
@@ -1121,6 +1128,9 @@ module Google
|
|
|
1121
1128
|
property :id, as: 'id', class: Google::Apis::RedisV1::DatabaseResourceId, decorator: Google::Apis::RedisV1::DatabaseResourceId::Representation
|
|
1122
1129
|
|
|
1123
1130
|
property :instance_type, as: 'instanceType'
|
|
1131
|
+
hash :internal_additional_metadata, as: 'internalAdditionalMetadata'
|
|
1132
|
+
property :ip_address, as: 'ipAddress', class: Google::Apis::RedisV1::IpAddress, decorator: Google::Apis::RedisV1::IpAddress::Representation
|
|
1133
|
+
|
|
1124
1134
|
property :is_deletion_protection_enabled, as: 'isDeletionProtectionEnabled'
|
|
1125
1135
|
property :location, as: 'location'
|
|
1126
1136
|
property :machine_configuration, as: 'machineConfiguration', class: Google::Apis::RedisV1::MachineConfiguration, decorator: Google::Apis::RedisV1::MachineConfiguration::Representation
|
|
@@ -1395,6 +1405,14 @@ module Google
|
|
|
1395
1405
|
end
|
|
1396
1406
|
end
|
|
1397
1407
|
|
|
1408
|
+
class IpAddress
|
|
1409
|
+
# @private
|
|
1410
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1411
|
+
property :private_ip, as: 'privateIp'
|
|
1412
|
+
property :public_ip, as: 'publicIp'
|
|
1413
|
+
end
|
|
1414
|
+
end
|
|
1415
|
+
|
|
1398
1416
|
class ListAclPoliciesResponse
|
|
1399
1417
|
# @private
|
|
1400
1418
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1766,6 +1784,7 @@ module Google
|
|
|
1766
1784
|
|
|
1767
1785
|
property :maintenance_state, as: 'maintenanceState'
|
|
1768
1786
|
property :maintenance_version, as: 'maintenanceVersion'
|
|
1787
|
+
collection :next_available_maintenance_versions, as: 'nextAvailableMaintenanceVersions'
|
|
1769
1788
|
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::RedisV1::UpcomingMaintenance, decorator: Google::Apis::RedisV1::UpcomingMaintenance::Representation
|
|
1770
1789
|
|
|
1771
1790
|
end
|
|
@@ -1919,6 +1938,7 @@ module Google
|
|
|
1919
1938
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1920
1939
|
property :mode, as: 'mode'
|
|
1921
1940
|
property :zone, as: 'zone'
|
|
1941
|
+
collection :zones, as: 'zones'
|
|
1922
1942
|
end
|
|
1923
1943
|
end
|
|
1924
1944
|
end
|
|
@@ -171,7 +171,7 @@ module Google
|
|
|
171
171
|
execute_or_queue_command(command, &block)
|
|
172
172
|
end
|
|
173
173
|
|
|
174
|
-
# Creates an ACL
|
|
174
|
+
# Creates an ACL policy. The creation is executed synchronously and the policy
|
|
175
175
|
# is available for use immediately after the RPC returns.
|
|
176
176
|
# @param [String] parent
|
|
177
177
|
# Required. The resource name of the cluster location using the form: `projects/`
|
|
@@ -179,7 +179,7 @@ module Google
|
|
|
179
179
|
# Cloud region.
|
|
180
180
|
# @param [Google::Apis::RedisV1::AclPolicy] acl_policy_object
|
|
181
181
|
# @param [String] acl_policy_id
|
|
182
|
-
# Required. The logical name of the ACL
|
|
182
|
+
# Required. The logical name of the ACL policy in the customer project with the
|
|
183
183
|
# following restrictions: * Must contain only lowercase letters, numbers, and
|
|
184
184
|
# hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must
|
|
185
185
|
# end with a number or a letter. * Must be unique within the customer project /
|
|
@@ -217,11 +217,11 @@ module Google
|
|
|
217
217
|
execute_or_queue_command(command, &block)
|
|
218
218
|
end
|
|
219
219
|
|
|
220
|
-
# Deletes a specific
|
|
220
|
+
# Deletes a specific ACL policy. This action will delete the ACL policy and all
|
|
221
221
|
# the rules associated with it. An ACL policy cannot be deleted if it is
|
|
222
222
|
# attached to a cluster.
|
|
223
223
|
# @param [String] name
|
|
224
|
-
# Required. Redis ACL
|
|
224
|
+
# Required. Redis ACL policy resource name using the form: `projects/`project_id`
|
|
225
225
|
# /locations/`location_id`/aclPolicies/`acl_policy_id`` where `location_id`
|
|
226
226
|
# refers to a GCP region.
|
|
227
227
|
# @param [String] etag
|
|
@@ -258,9 +258,9 @@ module Google
|
|
|
258
258
|
execute_or_queue_command(command, &block)
|
|
259
259
|
end
|
|
260
260
|
|
|
261
|
-
# Gets the details of a specific Redis Cluster ACL
|
|
261
|
+
# Gets the details of a specific Redis Cluster ACL policy.
|
|
262
262
|
# @param [String] name
|
|
263
|
-
# Required. Redis ACL
|
|
263
|
+
# Required. Redis ACL policy resource name using the form: `projects/`project_id`
|
|
264
264
|
# /locations/`location_id`/aclPolicies/`acl_policy_id`` where `location_id`
|
|
265
265
|
# refers to a GCP region.
|
|
266
266
|
# @param [String] fields
|
|
@@ -290,15 +290,15 @@ module Google
|
|
|
290
290
|
execute_or_queue_command(command, &block)
|
|
291
291
|
end
|
|
292
292
|
|
|
293
|
-
# Lists all ACL
|
|
293
|
+
# Lists all ACL policies owned by a project in either the specified location (
|
|
294
294
|
# region) or all locations. The location should have the following format: * `
|
|
295
295
|
# projects/`project_id`/locations/`location_id`` If `location_id` is specified
|
|
296
296
|
# as `-` (wildcard), then all regions available to the project are queried, and
|
|
297
297
|
# the results are aggregated.
|
|
298
298
|
# @param [String] parent
|
|
299
|
-
# Required. The resource name of the
|
|
300
|
-
# project_id`/locations/`location_id`` where `location_id` refers to a
|
|
301
|
-
# Cloud region.
|
|
299
|
+
# Required. The resource name of the ACL policy location using the form: `
|
|
300
|
+
# projects/`project_id`/locations/`location_id`` where `location_id` refers to a
|
|
301
|
+
# Google Cloud region.
|
|
302
302
|
# @param [Fixnum] page_size
|
|
303
303
|
# Optional. The maximum number of items to return. If not specified, a default
|
|
304
304
|
# value of 1000 will be used by the service. Regardless of the page_size value,
|
|
@@ -343,7 +343,7 @@ module Google
|
|
|
343
343
|
# the operation returns a SUCCESS status. If Memorystore can't apply the policy
|
|
344
344
|
# to all clusters, then to ensure eventual consistency, Memorystore uses
|
|
345
345
|
# reconciliation to apply the policy to the failed clusters. Completed
|
|
346
|
-
# longrunning.Operation will contain the new ACL
|
|
346
|
+
# longrunning.Operation will contain the new ACL policy object in the response
|
|
347
347
|
# field.
|
|
348
348
|
# @param [String] name
|
|
349
349
|
# Identifier. Full resource path of the ACL policy.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.92.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -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.92.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:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|