google-apis-redis_v1beta1 0.71.0 → 0.72.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: d67aaca4b438dd71fd8ca7a1bf5e1888b9cd601d660732f52c5a3a127ca3ffe0
4
- data.tar.gz: 75c898be3a14fd9a9cdecc7701add9ce9e7aac4d7e658140cf526db7f3e92714
3
+ metadata.gz: 4cdf5c63e1f5f00872f9576d52d8f5ae9e44aa9060a1cc4c49edeb90a15896f9
4
+ data.tar.gz: b539f5247772979b7f7d6107f62a8b370ed588b8fc44c33e8d10427be7be435c
5
5
  SHA512:
6
- metadata.gz: 3c9230a28891952ad63a585abc3d3b315d54c41274ef85c077dfdc6322169248c7106b422e79ae67c5fd4b13cb05de42db4d5a8958607e222dcec64b77be0587
7
- data.tar.gz: 1c401e781e707d54ca4c454ed11d02914ecc3cce179136002e34511713446aaa2883de5366e6b2de5118957de807778b3c204060ac62cf5e5c94f868b8fa0080
6
+ metadata.gz: 10caf1c32af73741e3fc75a12aeacf0a418e327e6132a30487e8b4ba818f3b8fbed6aeff22d1001876929deb515cd882dfcdf28dad73860886ed9e7b4ee638f6
7
+ data.tar.gz: d84d894199d92810befe97fb7a6f84735013d0ca853cd14994b42f21c654ba767b627291414371fbc11200d43452aaf558d1708decd7614a04e86bdc6f09d95e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.72.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251007
6
+
3
7
  ### v0.71.0 (2025-09-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20250909
@@ -581,6 +581,12 @@ module Google
581
581
  # @return [Google::Apis::RedisV1beta1::AutomatedBackupConfig]
582
582
  attr_accessor :automated_backup_config
583
583
 
584
+ # Output only. This field is used to determine the available maintenance
585
+ # versions for the self service update.
586
+ # Corresponds to the JSON property `availableMaintenanceVersions`
587
+ # @return [Array<String>]
588
+ attr_accessor :available_maintenance_versions
589
+
584
590
  # Optional. Output only. The backup collection full resource name. Example:
585
591
  # projects/`project`/locations/`location`/backupCollections/`collection`
586
592
  # Corresponds to the JSON property `backupCollection`
@@ -614,6 +620,12 @@ module Google
614
620
  # @return [Array<Google::Apis::RedisV1beta1::DiscoveryEndpoint>]
615
621
  attr_accessor :discovery_endpoints
616
622
 
623
+ # Output only. This field represents the actual maintenance version of the
624
+ # cluster.
625
+ # Corresponds to the JSON property `effectiveMaintenanceVersion`
626
+ # @return [String]
627
+ attr_accessor :effective_maintenance_version
628
+
617
629
  # EncryptionInfo describes the encryption information of a cluster or a backup.
618
630
  # Corresponds to the JSON property `encryptionInfo`
619
631
  # @return [Google::Apis::RedisV1beta1::EncryptionInfo]
@@ -645,6 +657,13 @@ module Google
645
657
  # @return [Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule]
646
658
  attr_accessor :maintenance_schedule
647
659
 
660
+ # Optional. This field can be used to trigger self service update to indicate
661
+ # the desired maintenance version. The input to this field can be determined by
662
+ # the available_maintenance_versions field.
663
+ # Corresponds to the JSON property `maintenanceVersion`
664
+ # @return [String]
665
+ attr_accessor :maintenance_version
666
+
648
667
  # Backups that generated and managed by memorystore.
649
668
  # Corresponds to the JSON property `managedBackupSource`
650
669
  # @return [Google::Apis::RedisV1beta1::ManagedBackupSource]
@@ -774,18 +793,21 @@ module Google
774
793
  @async_cluster_endpoints_deletion_enabled = args[:async_cluster_endpoints_deletion_enabled] if args.key?(:async_cluster_endpoints_deletion_enabled)
775
794
  @authorization_mode = args[:authorization_mode] if args.key?(:authorization_mode)
776
795
  @automated_backup_config = args[:automated_backup_config] if args.key?(:automated_backup_config)
796
+ @available_maintenance_versions = args[:available_maintenance_versions] if args.key?(:available_maintenance_versions)
777
797
  @backup_collection = args[:backup_collection] if args.key?(:backup_collection)
778
798
  @cluster_endpoints = args[:cluster_endpoints] if args.key?(:cluster_endpoints)
779
799
  @create_time = args[:create_time] if args.key?(:create_time)
780
800
  @cross_cluster_replication_config = args[:cross_cluster_replication_config] if args.key?(:cross_cluster_replication_config)
781
801
  @deletion_protection_enabled = args[:deletion_protection_enabled] if args.key?(:deletion_protection_enabled)
782
802
  @discovery_endpoints = args[:discovery_endpoints] if args.key?(:discovery_endpoints)
803
+ @effective_maintenance_version = args[:effective_maintenance_version] if args.key?(:effective_maintenance_version)
783
804
  @encryption_info = args[:encryption_info] if args.key?(:encryption_info)
784
805
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
785
806
  @kms_key = args[:kms_key] if args.key?(:kms_key)
786
807
  @labels = args[:labels] if args.key?(:labels)
787
808
  @maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
788
809
  @maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
810
+ @maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
789
811
  @managed_backup_source = args[:managed_backup_source] if args.key?(:managed_backup_source)
790
812
  @name = args[:name] if args.key?(:name)
791
813
  @node_type = args[:node_type] if args.key?(:node_type)
@@ -1173,7 +1195,7 @@ module Google
1173
1195
  # @return [Google::Apis::RedisV1beta1::DatabaseResourceId]
1174
1196
  attr_accessor :resource_id
1175
1197
 
1176
- # Common model for database resource instance metadata. Next ID: 27
1198
+ # Common model for database resource instance metadata. Next ID: 29
1177
1199
  # Corresponds to the JSON property `resourceMetadata`
1178
1200
  # @return [Google::Apis::RedisV1beta1::DatabaseResourceMetadata]
1179
1201
  attr_accessor :resource_metadata
@@ -1371,7 +1393,7 @@ module Google
1371
1393
  end
1372
1394
  end
1373
1395
 
1374
- # Common model for database resource instance metadata. Next ID: 27
1396
+ # Common model for database resource instance metadata. Next ID: 29
1375
1397
  class DatabaseResourceMetadata
1376
1398
  include Google::Apis::Core::Hashable
1377
1399
 
@@ -1459,6 +1481,11 @@ module Google
1459
1481
  # @return [Google::Apis::RedisV1beta1::MachineConfiguration]
1460
1482
  attr_accessor :machine_configuration
1461
1483
 
1484
+ # MaintenanceInfo to capture the maintenance details of database resource.
1485
+ # Corresponds to the JSON property `maintenanceInfo`
1486
+ # @return [Google::Apis::RedisV1beta1::ResourceMaintenanceInfo]
1487
+ attr_accessor :maintenance_info
1488
+
1462
1489
  # DatabaseResourceId will serve as primary key for any resource ingestion event.
1463
1490
  # Corresponds to the JSON property `primaryResourceId`
1464
1491
  # @return [Google::Apis::RedisV1beta1::DatabaseResourceId]
@@ -1542,6 +1569,7 @@ module Google
1542
1569
  @instance_type = args[:instance_type] if args.key?(:instance_type)
1543
1570
  @location = args[:location] if args.key?(:location)
1544
1571
  @machine_configuration = args[:machine_configuration] if args.key?(:machine_configuration)
1572
+ @maintenance_info = args[:maintenance_info] if args.key?(:maintenance_info)
1545
1573
  @primary_resource_id = args[:primary_resource_id] if args.key?(:primary_resource_id)
1546
1574
  @primary_resource_location = args[:primary_resource_location] if args.key?(:primary_resource_location)
1547
1575
  @product = args[:product] if args.key?(:product)
@@ -1680,6 +1708,47 @@ module Google
1680
1708
  end
1681
1709
  end
1682
1710
 
1711
+ # Represents a whole or partial calendar date, such as a birthday. The time of
1712
+ # day and time zone are either specified elsewhere or are insignificant. The
1713
+ # date is relative to the Gregorian Calendar. This can represent one of the
1714
+ # following: * A full date, with non-zero year, month, and day values. * A month
1715
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1716
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1717
+ # example, a credit card expiration date). Related types: * google.type.
1718
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1719
+ class Date
1720
+ include Google::Apis::Core::Hashable
1721
+
1722
+ # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to
1723
+ # specify a year by itself or a year and month where the day isn't significant.
1724
+ # Corresponds to the JSON property `day`
1725
+ # @return [Fixnum]
1726
+ attr_accessor :day
1727
+
1728
+ # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month
1729
+ # and day.
1730
+ # Corresponds to the JSON property `month`
1731
+ # @return [Fixnum]
1732
+ attr_accessor :month
1733
+
1734
+ # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
1735
+ # year.
1736
+ # Corresponds to the JSON property `year`
1737
+ # @return [Fixnum]
1738
+ attr_accessor :year
1739
+
1740
+ def initialize(**args)
1741
+ update!(**args)
1742
+ end
1743
+
1744
+ # Update properties of this object
1745
+ def update!(**args)
1746
+ @day = args[:day] if args.key?(:day)
1747
+ @month = args[:month] if args.key?(:month)
1748
+ @year = args[:year] if args.key?(:year)
1749
+ end
1750
+ end
1751
+
1683
1752
  # Endpoints on each network, for Redis clients to connect to the cluster.
1684
1753
  class DiscoveryEndpoint
1685
1754
  include Google::Apis::Core::Hashable
@@ -3563,6 +3632,127 @@ module Google
3563
3632
  end
3564
3633
  end
3565
3634
 
3635
+ # Deny maintenance period for the database resource. It specifies the time range
3636
+ # during which the maintenance cannot start. This is configured by the customer.
3637
+ class ResourceMaintenanceDenySchedule
3638
+ include Google::Apis::Core::Hashable
3639
+
3640
+ # Represents a whole or partial calendar date, such as a birthday. The time of
3641
+ # day and time zone are either specified elsewhere or are insignificant. The
3642
+ # date is relative to the Gregorian Calendar. This can represent one of the
3643
+ # following: * A full date, with non-zero year, month, and day values. * A month
3644
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
3645
+ # with a zero month and a zero day. * A year and month, with a zero day (for
3646
+ # example, a credit card expiration date). Related types: * google.type.
3647
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
3648
+ # Corresponds to the JSON property `endDate`
3649
+ # @return [Google::Apis::RedisV1beta1::Date]
3650
+ attr_accessor :end_date
3651
+
3652
+ # Represents a whole or partial calendar date, such as a birthday. The time of
3653
+ # day and time zone are either specified elsewhere or are insignificant. The
3654
+ # date is relative to the Gregorian Calendar. This can represent one of the
3655
+ # following: * A full date, with non-zero year, month, and day values. * A month
3656
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
3657
+ # with a zero month and a zero day. * A year and month, with a zero day (for
3658
+ # example, a credit card expiration date). Related types: * google.type.
3659
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
3660
+ # Corresponds to the JSON property `startDate`
3661
+ # @return [Google::Apis::RedisV1beta1::Date]
3662
+ attr_accessor :start_date
3663
+
3664
+ # Represents a time of day. The date and time zone are either not significant or
3665
+ # are specified elsewhere. An API may choose to allow leap seconds. Related
3666
+ # types are google.type.Date and `google.protobuf.Timestamp`.
3667
+ # Corresponds to the JSON property `time`
3668
+ # @return [Google::Apis::RedisV1beta1::TimeOfDay]
3669
+ attr_accessor :time
3670
+
3671
+ def initialize(**args)
3672
+ update!(**args)
3673
+ end
3674
+
3675
+ # Update properties of this object
3676
+ def update!(**args)
3677
+ @end_date = args[:end_date] if args.key?(:end_date)
3678
+ @start_date = args[:start_date] if args.key?(:start_date)
3679
+ @time = args[:time] if args.key?(:time)
3680
+ end
3681
+ end
3682
+
3683
+ # MaintenanceInfo to capture the maintenance details of database resource.
3684
+ class ResourceMaintenanceInfo
3685
+ include Google::Apis::Core::Hashable
3686
+
3687
+ # Optional. List of Deny maintenance period for the database resource.
3688
+ # Corresponds to the JSON property `denyMaintenanceSchedules`
3689
+ # @return [Array<Google::Apis::RedisV1beta1::ResourceMaintenanceDenySchedule>]
3690
+ attr_accessor :deny_maintenance_schedules
3691
+
3692
+ # Maintenance window for the database resource. It specifies preferred time and
3693
+ # day of the week and phase in some cases, when the maintenance can start. This
3694
+ # is configured by the customer.
3695
+ # Corresponds to the JSON property `maintenanceSchedule`
3696
+ # @return [Google::Apis::RedisV1beta1::ResourceMaintenanceSchedule]
3697
+ attr_accessor :maintenance_schedule
3698
+
3699
+ # Optional. Current Maintenance version of the database resource. Example: "
3700
+ # MYSQL_8_0_41.R20250531.01_15"
3701
+ # Corresponds to the JSON property `maintenanceVersion`
3702
+ # @return [String]
3703
+ attr_accessor :maintenance_version
3704
+
3705
+ def initialize(**args)
3706
+ update!(**args)
3707
+ end
3708
+
3709
+ # Update properties of this object
3710
+ def update!(**args)
3711
+ @deny_maintenance_schedules = args[:deny_maintenance_schedules] if args.key?(:deny_maintenance_schedules)
3712
+ @maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
3713
+ @maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
3714
+ end
3715
+ end
3716
+
3717
+ # Maintenance window for the database resource. It specifies preferred time and
3718
+ # day of the week and phase in some cases, when the maintenance can start. This
3719
+ # is configured by the customer.
3720
+ class ResourceMaintenanceSchedule
3721
+ include Google::Apis::Core::Hashable
3722
+
3723
+ # Optional. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
3724
+ # Corresponds to the JSON property `day`
3725
+ # @return [String]
3726
+ attr_accessor :day
3727
+
3728
+ # Optional. Phase of the maintenance window. This is to capture order of
3729
+ # maintenance. For example, for Cloud SQL resources, this can be used to capture
3730
+ # if the maintenance window is in Week1, Week2, Week5, etc. Non production
3731
+ # resources are usually part of early phase. For more details, refer to Cloud
3732
+ # SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
3733
+ # Corresponds to the JSON property `phase`
3734
+ # @return [String]
3735
+ attr_accessor :phase
3736
+
3737
+ # Represents a time of day. The date and time zone are either not significant or
3738
+ # are specified elsewhere. An API may choose to allow leap seconds. Related
3739
+ # types are google.type.Date and `google.protobuf.Timestamp`.
3740
+ # Corresponds to the JSON property `time`
3741
+ # @return [Google::Apis::RedisV1beta1::TimeOfDay]
3742
+ attr_accessor :time
3743
+
3744
+ def initialize(**args)
3745
+ update!(**args)
3746
+ end
3747
+
3748
+ # Update properties of this object
3749
+ def update!(**args)
3750
+ @day = args[:day] if args.key?(:day)
3751
+ @phase = args[:phase] if args.key?(:phase)
3752
+ @time = args[:time] if args.key?(:time)
3753
+ end
3754
+ end
3755
+
3566
3756
  #
3567
3757
  class RetentionSettings
3568
3758
  include Google::Apis::Core::Hashable
@@ -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.71.0"
19
+ GEM_VERSION = "0.72.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250909"
25
+ REVISION = "20251007"
26
26
  end
27
27
  end
28
28
  end
@@ -202,6 +202,12 @@ module Google
202
202
  include Google::Apis::Core::JsonObjectSupport
203
203
  end
204
204
 
205
+ class Date
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
205
211
  class DiscoveryEndpoint
206
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
213
 
@@ -502,6 +508,24 @@ module Google
502
508
  include Google::Apis::Core::JsonObjectSupport
503
509
  end
504
510
 
511
+ class ResourceMaintenanceDenySchedule
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class ResourceMaintenanceInfo
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class ResourceMaintenanceSchedule
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
505
529
  class RetentionSettings
506
530
  class Representation < Google::Apis::Core::JsonRepresentation; end
507
531
 
@@ -725,6 +749,7 @@ module Google
725
749
  property :authorization_mode, as: 'authorizationMode'
726
750
  property :automated_backup_config, as: 'automatedBackupConfig', class: Google::Apis::RedisV1beta1::AutomatedBackupConfig, decorator: Google::Apis::RedisV1beta1::AutomatedBackupConfig::Representation
727
751
 
752
+ collection :available_maintenance_versions, as: 'availableMaintenanceVersions'
728
753
  property :backup_collection, as: 'backupCollection'
729
754
  collection :cluster_endpoints, as: 'clusterEndpoints', class: Google::Apis::RedisV1beta1::ClusterEndpoint, decorator: Google::Apis::RedisV1beta1::ClusterEndpoint::Representation
730
755
 
@@ -734,6 +759,7 @@ module Google
734
759
  property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
735
760
  collection :discovery_endpoints, as: 'discoveryEndpoints', class: Google::Apis::RedisV1beta1::DiscoveryEndpoint, decorator: Google::Apis::RedisV1beta1::DiscoveryEndpoint::Representation
736
761
 
762
+ property :effective_maintenance_version, as: 'effectiveMaintenanceVersion'
737
763
  property :encryption_info, as: 'encryptionInfo', class: Google::Apis::RedisV1beta1::EncryptionInfo, decorator: Google::Apis::RedisV1beta1::EncryptionInfo::Representation
738
764
 
739
765
  property :gcs_source, as: 'gcsSource', class: Google::Apis::RedisV1beta1::GcsBackupSource, decorator: Google::Apis::RedisV1beta1::GcsBackupSource::Representation
@@ -744,6 +770,7 @@ module Google
744
770
 
745
771
  property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule, decorator: Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule::Representation
746
772
 
773
+ property :maintenance_version, as: 'maintenanceVersion'
747
774
  property :managed_backup_source, as: 'managedBackupSource', class: Google::Apis::RedisV1beta1::ManagedBackupSource, decorator: Google::Apis::RedisV1beta1::ManagedBackupSource::Representation
748
775
 
749
776
  property :name, as: 'name'
@@ -957,6 +984,8 @@ module Google
957
984
  property :location, as: 'location'
958
985
  property :machine_configuration, as: 'machineConfiguration', class: Google::Apis::RedisV1beta1::MachineConfiguration, decorator: Google::Apis::RedisV1beta1::MachineConfiguration::Representation
959
986
 
987
+ property :maintenance_info, as: 'maintenanceInfo', class: Google::Apis::RedisV1beta1::ResourceMaintenanceInfo, decorator: Google::Apis::RedisV1beta1::ResourceMaintenanceInfo::Representation
988
+
960
989
  property :primary_resource_id, as: 'primaryResourceId', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::DatabaseResourceId::Representation
961
990
 
962
991
  property :primary_resource_location, as: 'primaryResourceLocation'
@@ -1001,6 +1030,15 @@ module Google
1001
1030
  end
1002
1031
  end
1003
1032
 
1033
+ class Date
1034
+ # @private
1035
+ class Representation < Google::Apis::Core::JsonRepresentation
1036
+ property :day, as: 'day'
1037
+ property :month, as: 'month'
1038
+ property :year, as: 'year'
1039
+ end
1040
+ end
1041
+
1004
1042
  class DiscoveryEndpoint
1005
1043
  # @private
1006
1044
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1499,6 +1537,39 @@ module Google
1499
1537
  end
1500
1538
  end
1501
1539
 
1540
+ class ResourceMaintenanceDenySchedule
1541
+ # @private
1542
+ class Representation < Google::Apis::Core::JsonRepresentation
1543
+ property :end_date, as: 'endDate', class: Google::Apis::RedisV1beta1::Date, decorator: Google::Apis::RedisV1beta1::Date::Representation
1544
+
1545
+ property :start_date, as: 'startDate', class: Google::Apis::RedisV1beta1::Date, decorator: Google::Apis::RedisV1beta1::Date::Representation
1546
+
1547
+ property :time, as: 'time', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation
1548
+
1549
+ end
1550
+ end
1551
+
1552
+ class ResourceMaintenanceInfo
1553
+ # @private
1554
+ class Representation < Google::Apis::Core::JsonRepresentation
1555
+ collection :deny_maintenance_schedules, as: 'denyMaintenanceSchedules', class: Google::Apis::RedisV1beta1::ResourceMaintenanceDenySchedule, decorator: Google::Apis::RedisV1beta1::ResourceMaintenanceDenySchedule::Representation
1556
+
1557
+ property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::RedisV1beta1::ResourceMaintenanceSchedule, decorator: Google::Apis::RedisV1beta1::ResourceMaintenanceSchedule::Representation
1558
+
1559
+ property :maintenance_version, as: 'maintenanceVersion'
1560
+ end
1561
+ end
1562
+
1563
+ class ResourceMaintenanceSchedule
1564
+ # @private
1565
+ class Representation < Google::Apis::Core::JsonRepresentation
1566
+ property :day, as: 'day'
1567
+ property :phase, as: 'phase'
1568
+ property :time, as: 'time', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation
1569
+
1570
+ end
1571
+ end
1572
+
1502
1573
  class RetentionSettings
1503
1574
  # @private
1504
1575
  class Representation < Google::Apis::Core::JsonRepresentation
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.71.0
4
+ version: 0.72.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.71.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.72.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: