google-apis-redis_v1beta1 0.81.0 → 0.83.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_v1beta1/classes.rb +69 -11
- data/lib/google/apis/redis_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/redis_v1beta1/representations.rb +20 -0
- data/lib/google/apis/redis_v1beta1/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: 20c13b20112a5b5af84ae197e527f226c9701a6f7e4924e5cedb0f9c5061d020
|
|
4
|
+
data.tar.gz: 6973441ebe54b0ff5c6d9e990c70c34161b1b344469e00d5ce034204b68f7be2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 380c5748796b06e6818e5d526a1e19dd1ba873019ff4006b6422436e9ca92889194cd9ccb38a4e9ca59cc799d4ad07c6d65fe5a51579b3b4ec33c2a8acd77b06
|
|
7
|
+
data.tar.gz: 5ac51a519c9701df8eb4962b27dd0fefdc1f55aa4da375246e73167b56fec23149b97184633dadc3a6cf9e8da788e640157d225bb62d53d5cedd5c9c2bfa28c3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-redis_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.83.0 (2026-07-05)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260616
|
|
6
|
+
|
|
7
|
+
### v0.82.0 (2026-06-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260526
|
|
10
|
+
* Regenerated using generator version 0.19.0
|
|
11
|
+
|
|
3
12
|
### v0.81.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::RedisV1beta1::ObservabilityMetricData]
|
|
1366
1365
|
attr_accessor :observability_metric_data
|
|
@@ -1380,7 +1379,7 @@ module Google
|
|
|
1380
1379
|
# @return [Google::Apis::RedisV1beta1::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::RedisV1beta1::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::RedisV1beta1::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::RedisV1beta1::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)
|
|
@@ -2755,6 +2772,34 @@ module Google
|
|
|
2755
2772
|
end
|
|
2756
2773
|
end
|
|
2757
2774
|
|
|
2775
|
+
# Used to send IP address information for a database resource.
|
|
2776
|
+
class IpAddress
|
|
2777
|
+
include Google::Apis::Core::Hashable
|
|
2778
|
+
|
|
2779
|
+
# The private IP address assigned to the resource within a Virtual Private Cloud
|
|
2780
|
+
# (VPC). This IP is only reachable from within the same VPC network. Stored in
|
|
2781
|
+
# standard string format (e.g., "10.0.0.2").
|
|
2782
|
+
# Corresponds to the JSON property `privateIp`
|
|
2783
|
+
# @return [String]
|
|
2784
|
+
attr_accessor :private_ip
|
|
2785
|
+
|
|
2786
|
+
# The public IP address assigned to the resource. This IP is reachable from the
|
|
2787
|
+
# internet. Stored in standard string format (e.g., "34.72.1.1").
|
|
2788
|
+
# Corresponds to the JSON property `publicIp`
|
|
2789
|
+
# @return [String]
|
|
2790
|
+
attr_accessor :public_ip
|
|
2791
|
+
|
|
2792
|
+
def initialize(**args)
|
|
2793
|
+
update!(**args)
|
|
2794
|
+
end
|
|
2795
|
+
|
|
2796
|
+
# Update properties of this object
|
|
2797
|
+
def update!(**args)
|
|
2798
|
+
@private_ip = args[:private_ip] if args.key?(:private_ip)
|
|
2799
|
+
@public_ip = args[:public_ip] if args.key?(:public_ip)
|
|
2800
|
+
end
|
|
2801
|
+
end
|
|
2802
|
+
|
|
2758
2803
|
# Response for `ListAclPolicies`.
|
|
2759
2804
|
class ListAclPoliciesResponse
|
|
2760
2805
|
include Google::Apis::Core::Hashable
|
|
@@ -2772,7 +2817,7 @@ module Google
|
|
|
2772
2817
|
# @return [String]
|
|
2773
2818
|
attr_accessor :next_page_token
|
|
2774
2819
|
|
|
2775
|
-
# Locations that could not be reached.
|
|
2820
|
+
# Unordered list. Locations that could not be reached.
|
|
2776
2821
|
# Corresponds to the JSON property `unreachable`
|
|
2777
2822
|
# @return [Array<String>]
|
|
2778
2823
|
attr_accessor :unreachable
|
|
@@ -4135,6 +4180,11 @@ module Google
|
|
|
4135
4180
|
# @return [String]
|
|
4136
4181
|
attr_accessor :maintenance_version
|
|
4137
4182
|
|
|
4183
|
+
# Optional. List of next available maintenance versions.
|
|
4184
|
+
# Corresponds to the JSON property `nextAvailableMaintenanceVersions`
|
|
4185
|
+
# @return [Array<String>]
|
|
4186
|
+
attr_accessor :next_available_maintenance_versions
|
|
4187
|
+
|
|
4138
4188
|
# Upcoming maintenance for the database resource. This is generated by SLM once
|
|
4139
4189
|
# the upcoming maintenance schedule is published.
|
|
4140
4190
|
# Corresponds to the JSON property `upcomingMaintenance`
|
|
@@ -4153,6 +4203,7 @@ module Google
|
|
|
4153
4203
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
|
4154
4204
|
@maintenance_state = args[:maintenance_state] if args.key?(:maintenance_state)
|
|
4155
4205
|
@maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
|
|
4206
|
+
@next_available_maintenance_versions = args[:next_available_maintenance_versions] if args.key?(:next_available_maintenance_versions)
|
|
4156
4207
|
@upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
|
|
4157
4208
|
end
|
|
4158
4209
|
end
|
|
@@ -4205,7 +4256,7 @@ module Google
|
|
|
4205
4256
|
# @return [String]
|
|
4206
4257
|
attr_accessor :duration_based_retention
|
|
4207
4258
|
|
|
4208
|
-
#
|
|
4259
|
+
# Quantity based retention period i.e. 7 backups
|
|
4209
4260
|
# Corresponds to the JSON property `quantityBasedRetention`
|
|
4210
4261
|
# @return [Fixnum]
|
|
4211
4262
|
attr_accessor :quantity_based_retention
|
|
@@ -4215,7 +4266,7 @@ module Google
|
|
|
4215
4266
|
# @return [String]
|
|
4216
4267
|
attr_accessor :retention_unit
|
|
4217
4268
|
|
|
4218
|
-
#
|
|
4269
|
+
# Duration based retention period i.e. 172800 seconds (2 days)
|
|
4219
4270
|
# Corresponds to the JSON property `timeBasedRetention`
|
|
4220
4271
|
# @return [String]
|
|
4221
4272
|
attr_accessor :time_based_retention
|
|
@@ -4678,6 +4729,12 @@ module Google
|
|
|
4678
4729
|
# @return [String]
|
|
4679
4730
|
attr_accessor :zone
|
|
4680
4731
|
|
|
4732
|
+
# Optional. Specify the zones of a multi-zone cluster where Redis Cluster
|
|
4733
|
+
# allocates resources. This flag isn't applicable for single-zone clusters.
|
|
4734
|
+
# Corresponds to the JSON property `zones`
|
|
4735
|
+
# @return [Array<String>]
|
|
4736
|
+
attr_accessor :zones
|
|
4737
|
+
|
|
4681
4738
|
def initialize(**args)
|
|
4682
4739
|
update!(**args)
|
|
4683
4740
|
end
|
|
@@ -4686,6 +4743,7 @@ module Google
|
|
|
4686
4743
|
def update!(**args)
|
|
4687
4744
|
@mode = args[:mode] if args.key?(:mode)
|
|
4688
4745
|
@zone = args[:zone] if args.key?(:zone)
|
|
4746
|
+
@zones = args[:zones] if args.key?(:zones)
|
|
4689
4747
|
end
|
|
4690
4748
|
end
|
|
4691
4749
|
end
|
|
@@ -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.83.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::RedisV1beta1::AvailabilityConfiguration, decorator: Google::Apis::RedisV1beta1::AvailabilityConfiguration::Representation
|
|
1104
1111
|
|
|
1105
1112
|
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::RedisV1beta1::BackupConfiguration, decorator: Google::Apis::RedisV1beta1::BackupConfiguration::Representation
|
|
@@ -1121,6 +1128,9 @@ module Google
|
|
|
1121
1128
|
property :id, as: 'id', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::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::RedisV1beta1::IpAddress, decorator: Google::Apis::RedisV1beta1::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::RedisV1beta1::MachineConfiguration, decorator: Google::Apis::RedisV1beta1::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::RedisV1beta1::UpcomingMaintenance, decorator: Google::Apis::RedisV1beta1::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::RedisV1beta1::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_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.83.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.83.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
|
|
63
63
|
rdoc_options: []
|
|
64
64
|
require_paths:
|
|
@@ -67,7 +67,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
67
67
|
requirements:
|
|
68
68
|
- - ">="
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: '3.
|
|
70
|
+
version: '3.2'
|
|
71
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - ">="
|