google-apis-redis_v1beta1 0.80.0 → 0.82.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: c79699f5be5880c0c02abc962862fa5c7b89094ded111e38266fac55f9e5b64b
4
- data.tar.gz: 22b5b1eba396def943d94b95b44eb01fe8a7cb8d60172111afede4e0cee12090
3
+ metadata.gz: b3e01f1d6e94ca8baf71ca70eaa17b4818b430d0fc1e89793da6792ccdc8f86d
4
+ data.tar.gz: fb99dcd9f587f41e08e5dd5677d049f0d9526e649619ad4b41ef97682e7ea109
5
5
  SHA512:
6
- metadata.gz: 3ddad6fd68567c74524e033eb07f9c89a43b2d89d4de06fffda9883e928a8c919019f426b7af308340e4eb2f5668c534ee2a992088f4ab1e26f3dbe378d475d6
7
- data.tar.gz: b52df1ce6aeab52a057a6c6892f0fef7e356df2990181f7a8871ed646979b44f4500ccc92536b6b5e0a1da3f040376dbe2fbd69c72584cc0f078e0ca39d733f6
6
+ metadata.gz: 46516b25a671616a09f71dd2ed63178fde5068876e9eda536420ff0303e4b99d75afc2ebc07acf2e06ca3b68e10f1df37fa25d53c7ba64383f7c7daa647524c9
7
+ data.tar.gz: c1f7960b886e940aa68b736a547f4782323337868bc65b27bf040531baf0a5e858e23e6fb0266279c6c199db2afeba937abbb391e14f9c75fd4e8267155b19c5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.82.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260526
6
+ * Regenerated using generator version 0.19.0
7
+
8
+ ### v0.81.0 (2026-05-03)
9
+
10
+ * Regenerated from discovery document revision 20260423
11
+
3
12
  ### v0.80.0 (2026-04-19)
4
13
 
5
14
  * Regenerated from discovery document revision 20260406
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.1+.
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
 
@@ -1380,7 +1380,7 @@ module Google
1380
1380
  # @return [Google::Apis::RedisV1beta1::DatabaseResourceId]
1381
1381
  attr_accessor :resource_id
1382
1382
 
1383
- # Common model for database resource instance metadata. Next ID: 32
1383
+ # Common model for database resource instance metadata. Next ID: 35
1384
1384
  # Corresponds to the JSON property `resourceMetadata`
1385
1385
  # @return [Google::Apis::RedisV1beta1::DatabaseResourceMetadata]
1386
1386
  attr_accessor :resource_metadata
@@ -1578,10 +1578,15 @@ module Google
1578
1578
  end
1579
1579
  end
1580
1580
 
1581
- # Common model for database resource instance metadata. Next ID: 32
1581
+ # Common model for database resource instance metadata. Next ID: 35
1582
1582
  class DatabaseResourceMetadata
1583
1583
  include Google::Apis::Core::Hashable
1584
1584
 
1585
+ # Field to ingest additional metadata whichd does not support proto format.
1586
+ # Corresponds to the JSON property `additionalMetadata`
1587
+ # @return [Hash<String,Object>]
1588
+ attr_accessor :additional_metadata
1589
+
1585
1590
  # Configuration for availability of database instance
1586
1591
  # Corresponds to the JSON property `availabilityConfiguration`
1587
1592
  # @return [Google::Apis::RedisV1beta1::AvailabilityConfiguration]
@@ -1655,6 +1660,16 @@ module Google
1655
1660
  # @return [String]
1656
1661
  attr_accessor :instance_type
1657
1662
 
1663
+ # Field to ingest additional metadata which support proto format.
1664
+ # Corresponds to the JSON property `internalAdditionalMetadata`
1665
+ # @return [Hash<String,Object>]
1666
+ attr_accessor :internal_additional_metadata
1667
+
1668
+ # Used to send IP address information for a database resource.
1669
+ # Corresponds to the JSON property `ipAddress`
1670
+ # @return [Google::Apis::RedisV1beta1::IpAddress]
1671
+ attr_accessor :ip_address
1672
+
1658
1673
  # Optional. Whether deletion protection is enabled for this resource.
1659
1674
  # Corresponds to the JSON property `isDeletionProtectionEnabled`
1660
1675
  # @return [Boolean]
@@ -1755,6 +1770,7 @@ module Google
1755
1770
 
1756
1771
  # Update properties of this object
1757
1772
  def update!(**args)
1773
+ @additional_metadata = args[:additional_metadata] if args.key?(:additional_metadata)
1758
1774
  @availability_configuration = args[:availability_configuration] if args.key?(:availability_configuration)
1759
1775
  @backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
1760
1776
  @backup_run = args[:backup_run] if args.key?(:backup_run)
@@ -1768,6 +1784,8 @@ module Google
1768
1784
  @gcbdr_configuration = args[:gcbdr_configuration] if args.key?(:gcbdr_configuration)
1769
1785
  @id = args[:id] if args.key?(:id)
1770
1786
  @instance_type = args[:instance_type] if args.key?(:instance_type)
1787
+ @internal_additional_metadata = args[:internal_additional_metadata] if args.key?(:internal_additional_metadata)
1788
+ @ip_address = args[:ip_address] if args.key?(:ip_address)
1771
1789
  @is_deletion_protection_enabled = args[:is_deletion_protection_enabled] if args.key?(:is_deletion_protection_enabled)
1772
1790
  @location = args[:location] if args.key?(:location)
1773
1791
  @machine_configuration = args[:machine_configuration] if args.key?(:machine_configuration)
@@ -1881,7 +1899,7 @@ module Google
1881
1899
  # @return [String]
1882
1900
  attr_accessor :last_refresh_time
1883
1901
 
1884
- # Resource location.
1902
+ # Required. Resource location.
1885
1903
  # Corresponds to the JSON property `location`
1886
1904
  # @return [String]
1887
1905
  attr_accessor :location
@@ -2755,6 +2773,34 @@ module Google
2755
2773
  end
2756
2774
  end
2757
2775
 
2776
+ # Used to send IP address information for a database resource.
2777
+ class IpAddress
2778
+ include Google::Apis::Core::Hashable
2779
+
2780
+ # The private IP address assigned to the resource within a Virtual Private Cloud
2781
+ # (VPC). This IP is only reachable from within the same VPC network. Stored in
2782
+ # standard string format (e.g., "10.0.0.2").
2783
+ # Corresponds to the JSON property `privateIp`
2784
+ # @return [String]
2785
+ attr_accessor :private_ip
2786
+
2787
+ # The public IP address assigned to the resource. This IP is reachable from the
2788
+ # internet. Stored in standard string format (e.g., "34.72.1.1").
2789
+ # Corresponds to the JSON property `publicIp`
2790
+ # @return [String]
2791
+ attr_accessor :public_ip
2792
+
2793
+ def initialize(**args)
2794
+ update!(**args)
2795
+ end
2796
+
2797
+ # Update properties of this object
2798
+ def update!(**args)
2799
+ @private_ip = args[:private_ip] if args.key?(:private_ip)
2800
+ @public_ip = args[:public_ip] if args.key?(:public_ip)
2801
+ end
2802
+ end
2803
+
2758
2804
  # Response for `ListAclPolicies`.
2759
2805
  class ListAclPoliciesResponse
2760
2806
  include Google::Apis::Core::Hashable
@@ -4135,6 +4181,11 @@ module Google
4135
4181
  # @return [String]
4136
4182
  attr_accessor :maintenance_version
4137
4183
 
4184
+ # Optional. List of next available maintenance versions.
4185
+ # Corresponds to the JSON property `nextAvailableMaintenanceVersions`
4186
+ # @return [Array<String>]
4187
+ attr_accessor :next_available_maintenance_versions
4188
+
4138
4189
  # Upcoming maintenance for the database resource. This is generated by SLM once
4139
4190
  # the upcoming maintenance schedule is published.
4140
4191
  # Corresponds to the JSON property `upcomingMaintenance`
@@ -4153,6 +4204,7 @@ module Google
4153
4204
  @maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
4154
4205
  @maintenance_state = args[:maintenance_state] if args.key?(:maintenance_state)
4155
4206
  @maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
4207
+ @next_available_maintenance_versions = args[:next_available_maintenance_versions] if args.key?(:next_available_maintenance_versions)
4156
4208
  @upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
4157
4209
  end
4158
4210
  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.80.0"
19
+ GEM_VERSION = "0.82.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260406"
25
+ REVISION = "20260526"
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
@@ -116,8 +116,8 @@ module Google
116
116
  end
117
117
 
118
118
  # Lists information about the supported locations for this service. This method
119
- # lists locations based on the resource scope provided in the [
120
- # ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
119
+ # lists locations based on the resource scope provided in the
120
+ # ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
121
121
  # the method lists the public locations available to all projects. * **Project-
122
122
  # specific locations**: If `name` follows the format `projects/`project``, the
123
123
  # method lists locations visible to that specific project. This includes public,
@@ -128,8 +128,8 @@ module Google
128
128
  # @param [String] name
129
129
  # The resource that owns the locations collection, if applicable.
130
130
  # @param [Array<String>, String] extra_location_types
131
- # Optional. Do not use this field. It is unsupported and is ignored unless
132
- # explicitly documented otherwise. This is primarily for internal usage.
131
+ # Optional. Do not use this field unless explicitly documented otherwise. This
132
+ # is primarily for internal usage.
133
133
  # @param [String] filter
134
134
  # A filter to narrow down results to a preferred subset. The filtering language
135
135
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
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.80.0
4
+ version: 0.82.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.80.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.82.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.1'
70
+ version: '3.2'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="