google-apis-redis_v1beta1 0.70.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: d028cef02fae464d2116ff5a55e8a9f99b21d38f47d571117af1c6f15fbc7488
4
- data.tar.gz: c4c64f0c9ce511e515e19d8c87618e7e2a2deb9de17d96f4990f527d1910d418
3
+ metadata.gz: 4cdf5c63e1f5f00872f9576d52d8f5ae9e44aa9060a1cc4c49edeb90a15896f9
4
+ data.tar.gz: b539f5247772979b7f7d6107f62a8b370ed588b8fc44c33e8d10427be7be435c
5
5
  SHA512:
6
- metadata.gz: 65327c8f0011c3011924a63967a01112b4a77716c4473dd95757215fd48954731a842685319073d04ae96df4d938ef326c64bbbea6d84cf1d03188f3daf882f6
7
- data.tar.gz: 7f5b22dc65b19a0e2994cc3c350733d1ef1fa996c8448c3a5cee51febc3bc49f23f1c59e6acc7730e30cb49f870b5ca208feb8072aaac042cdb55b53c98bd3f4
6
+ metadata.gz: 10caf1c32af73741e3fc75a12aeacf0a418e327e6132a30487e8b4ba818f3b8fbed6aeff22d1001876929deb515cd882dfcdf28dad73860886ed9e7b4ee638f6
7
+ data.tar.gz: d84d894199d92810befe97fb7a6f84735013d0ca853cd14994b42f21c654ba767b627291414371fbc11200d43452aaf558d1708decd7614a04e86bdc6f09d95e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.71.0 (2025-09-21)
8
+
9
+ * Regenerated from discovery document revision 20250909
10
+
3
11
  ### v0.70.0 (2025-09-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20250902
@@ -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)
@@ -1119,7 +1141,7 @@ module Google
1119
1141
  end
1120
1142
 
1121
1143
  # DatabaseResourceFeed is the top level proto to be used to ingest different
1122
- # database resource level events into Condor platform. Next ID: 11
1144
+ # database resource level events into Condor platform. Next ID: 13
1123
1145
  class DatabaseResourceFeed
1124
1146
  include Google::Apis::Core::Hashable
1125
1147
 
@@ -1136,6 +1158,13 @@ module Google
1136
1158
  # @return [Google::Apis::RedisV1beta1::ConfigBasedSignalData]
1137
1159
  attr_accessor :config_based_signal_data
1138
1160
 
1161
+ # Database resource signal data. This is used to send signals to Condor which
1162
+ # are based on the DB/Instance/Fleet level configurations. These will be used to
1163
+ # send signals for all inventory types. Next ID: 7
1164
+ # Corresponds to the JSON property `databaseResourceSignalData`
1165
+ # @return [Google::Apis::RedisV1beta1::DatabaseResourceSignalData]
1166
+ attr_accessor :database_resource_signal_data
1167
+
1139
1168
  # Required. Timestamp when feed is generated.
1140
1169
  # Corresponds to the JSON property `feedTimestamp`
1141
1170
  # @return [String]
@@ -1166,7 +1195,7 @@ module Google
1166
1195
  # @return [Google::Apis::RedisV1beta1::DatabaseResourceId]
1167
1196
  attr_accessor :resource_id
1168
1197
 
1169
- # Common model for database resource instance metadata. Next ID: 26
1198
+ # Common model for database resource instance metadata. Next ID: 29
1170
1199
  # Corresponds to the JSON property `resourceMetadata`
1171
1200
  # @return [Google::Apis::RedisV1beta1::DatabaseResourceMetadata]
1172
1201
  attr_accessor :resource_metadata
@@ -1189,6 +1218,7 @@ module Google
1189
1218
  def update!(**args)
1190
1219
  @backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
1191
1220
  @config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
1221
+ @database_resource_signal_data = args[:database_resource_signal_data] if args.key?(:database_resource_signal_data)
1192
1222
  @feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
1193
1223
  @feed_type = args[:feed_type] if args.key?(:feed_type)
1194
1224
  @observability_metric_data = args[:observability_metric_data] if args.key?(:observability_metric_data)
@@ -1363,7 +1393,7 @@ module Google
1363
1393
  end
1364
1394
  end
1365
1395
 
1366
- # Common model for database resource instance metadata. Next ID: 26
1396
+ # Common model for database resource instance metadata. Next ID: 29
1367
1397
  class DatabaseResourceMetadata
1368
1398
  include Google::Apis::Core::Hashable
1369
1399
 
@@ -1451,6 +1481,11 @@ module Google
1451
1481
  # @return [Google::Apis::RedisV1beta1::MachineConfiguration]
1452
1482
  attr_accessor :machine_configuration
1453
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
+
1454
1489
  # DatabaseResourceId will serve as primary key for any resource ingestion event.
1455
1490
  # Corresponds to the JSON property `primaryResourceId`
1456
1491
  # @return [Google::Apis::RedisV1beta1::DatabaseResourceId]
@@ -1507,6 +1542,12 @@ module Google
1507
1542
  # @return [Google::Apis::RedisV1beta1::UserLabels]
1508
1543
  attr_accessor :user_label_set
1509
1544
 
1545
+ # The resource zone. This is only applicable for zonal resources and will be
1546
+ # empty for regional and multi-regional resources.
1547
+ # Corresponds to the JSON property `zone`
1548
+ # @return [String]
1549
+ attr_accessor :zone
1550
+
1510
1551
  def initialize(**args)
1511
1552
  update!(**args)
1512
1553
  end
@@ -1528,6 +1569,7 @@ module Google
1528
1569
  @instance_type = args[:instance_type] if args.key?(:instance_type)
1529
1570
  @location = args[:location] if args.key?(:location)
1530
1571
  @machine_configuration = args[:machine_configuration] if args.key?(:machine_configuration)
1572
+ @maintenance_info = args[:maintenance_info] if args.key?(:maintenance_info)
1531
1573
  @primary_resource_id = args[:primary_resource_id] if args.key?(:primary_resource_id)
1532
1574
  @primary_resource_location = args[:primary_resource_location] if args.key?(:primary_resource_location)
1533
1575
  @product = args[:product] if args.key?(:product)
@@ -1537,6 +1579,7 @@ module Google
1537
1579
  @tags_set = args[:tags_set] if args.key?(:tags_set)
1538
1580
  @updation_time = args[:updation_time] if args.key?(:updation_time)
1539
1581
  @user_label_set = args[:user_label_set] if args.key?(:user_label_set)
1582
+ @zone = args[:zone] if args.key?(:zone)
1540
1583
  end
1541
1584
  end
1542
1585
 
@@ -1613,6 +1656,99 @@ module Google
1613
1656
  end
1614
1657
  end
1615
1658
 
1659
+ # Database resource signal data. This is used to send signals to Condor which
1660
+ # are based on the DB/Instance/Fleet level configurations. These will be used to
1661
+ # send signals for all inventory types. Next ID: 7
1662
+ class DatabaseResourceSignalData
1663
+ include Google::Apis::Core::Hashable
1664
+
1665
+ # Required. Full Resource name of the source resource.
1666
+ # Corresponds to the JSON property `fullResourceName`
1667
+ # @return [String]
1668
+ attr_accessor :full_resource_name
1669
+
1670
+ # Required. Last time signal was refreshed
1671
+ # Corresponds to the JSON property `lastRefreshTime`
1672
+ # @return [String]
1673
+ attr_accessor :last_refresh_time
1674
+
1675
+ # DatabaseResourceId will serve as primary key for any resource ingestion event.
1676
+ # Corresponds to the JSON property `resourceId`
1677
+ # @return [Google::Apis::RedisV1beta1::DatabaseResourceId]
1678
+ attr_accessor :resource_id
1679
+
1680
+ # Signal data for boolean signals.
1681
+ # Corresponds to the JSON property `signalBoolValue`
1682
+ # @return [Boolean]
1683
+ attr_accessor :signal_bool_value
1684
+ alias_method :signal_bool_value?, :signal_bool_value
1685
+
1686
+ # Required. Output only. Signal state of the signal
1687
+ # Corresponds to the JSON property `signalState`
1688
+ # @return [String]
1689
+ attr_accessor :signal_state
1690
+
1691
+ # Required. Signal type of the signal
1692
+ # Corresponds to the JSON property `signalType`
1693
+ # @return [String]
1694
+ attr_accessor :signal_type
1695
+
1696
+ def initialize(**args)
1697
+ update!(**args)
1698
+ end
1699
+
1700
+ # Update properties of this object
1701
+ def update!(**args)
1702
+ @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
1703
+ @last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
1704
+ @resource_id = args[:resource_id] if args.key?(:resource_id)
1705
+ @signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
1706
+ @signal_state = args[:signal_state] if args.key?(:signal_state)
1707
+ @signal_type = args[:signal_type] if args.key?(:signal_type)
1708
+ end
1709
+ end
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
+
1616
1752
  # Endpoints on each network, for Redis clients to connect to the cluster.
1617
1753
  class DiscoveryEndpoint
1618
1754
  include Google::Apis::Core::Hashable
@@ -3496,6 +3632,127 @@ module Google
3496
3632
  end
3497
3633
  end
3498
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
+
3499
3756
  #
3500
3757
  class RetentionSettings
3501
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.70.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 = "20250902"
25
+ REVISION = "20251007"
26
26
  end
27
27
  end
28
28
  end
@@ -196,6 +196,18 @@ module Google
196
196
  include Google::Apis::Core::JsonObjectSupport
197
197
  end
198
198
 
199
+ class DatabaseResourceSignalData
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class Date
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
199
211
  class DiscoveryEndpoint
200
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
213
 
@@ -496,6 +508,24 @@ module Google
496
508
  include Google::Apis::Core::JsonObjectSupport
497
509
  end
498
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
+
499
529
  class RetentionSettings
500
530
  class Representation < Google::Apis::Core::JsonRepresentation; end
501
531
 
@@ -719,6 +749,7 @@ module Google
719
749
  property :authorization_mode, as: 'authorizationMode'
720
750
  property :automated_backup_config, as: 'automatedBackupConfig', class: Google::Apis::RedisV1beta1::AutomatedBackupConfig, decorator: Google::Apis::RedisV1beta1::AutomatedBackupConfig::Representation
721
751
 
752
+ collection :available_maintenance_versions, as: 'availableMaintenanceVersions'
722
753
  property :backup_collection, as: 'backupCollection'
723
754
  collection :cluster_endpoints, as: 'clusterEndpoints', class: Google::Apis::RedisV1beta1::ClusterEndpoint, decorator: Google::Apis::RedisV1beta1::ClusterEndpoint::Representation
724
755
 
@@ -728,6 +759,7 @@ module Google
728
759
  property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
729
760
  collection :discovery_endpoints, as: 'discoveryEndpoints', class: Google::Apis::RedisV1beta1::DiscoveryEndpoint, decorator: Google::Apis::RedisV1beta1::DiscoveryEndpoint::Representation
730
761
 
762
+ property :effective_maintenance_version, as: 'effectiveMaintenanceVersion'
731
763
  property :encryption_info, as: 'encryptionInfo', class: Google::Apis::RedisV1beta1::EncryptionInfo, decorator: Google::Apis::RedisV1beta1::EncryptionInfo::Representation
732
764
 
733
765
  property :gcs_source, as: 'gcsSource', class: Google::Apis::RedisV1beta1::GcsBackupSource, decorator: Google::Apis::RedisV1beta1::GcsBackupSource::Representation
@@ -738,6 +770,7 @@ module Google
738
770
 
739
771
  property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule, decorator: Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule::Representation
740
772
 
773
+ property :maintenance_version, as: 'maintenanceVersion'
741
774
  property :managed_backup_source, as: 'managedBackupSource', class: Google::Apis::RedisV1beta1::ManagedBackupSource, decorator: Google::Apis::RedisV1beta1::ManagedBackupSource::Representation
742
775
 
743
776
  property :name, as: 'name'
@@ -874,6 +907,8 @@ module Google
874
907
 
875
908
  property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::RedisV1beta1::ConfigBasedSignalData, decorator: Google::Apis::RedisV1beta1::ConfigBasedSignalData::Representation
876
909
 
910
+ property :database_resource_signal_data, as: 'databaseResourceSignalData', class: Google::Apis::RedisV1beta1::DatabaseResourceSignalData, decorator: Google::Apis::RedisV1beta1::DatabaseResourceSignalData::Representation
911
+
877
912
  property :feed_timestamp, as: 'feedTimestamp'
878
913
  property :feed_type, as: 'feedType'
879
914
  property :observability_metric_data, as: 'observabilityMetricData', class: Google::Apis::RedisV1beta1::ObservabilityMetricData, decorator: Google::Apis::RedisV1beta1::ObservabilityMetricData::Representation
@@ -949,6 +984,8 @@ module Google
949
984
  property :location, as: 'location'
950
985
  property :machine_configuration, as: 'machineConfiguration', class: Google::Apis::RedisV1beta1::MachineConfiguration, decorator: Google::Apis::RedisV1beta1::MachineConfiguration::Representation
951
986
 
987
+ property :maintenance_info, as: 'maintenanceInfo', class: Google::Apis::RedisV1beta1::ResourceMaintenanceInfo, decorator: Google::Apis::RedisV1beta1::ResourceMaintenanceInfo::Representation
988
+
952
989
  property :primary_resource_id, as: 'primaryResourceId', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::DatabaseResourceId::Representation
953
990
 
954
991
  property :primary_resource_location, as: 'primaryResourceLocation'
@@ -962,6 +999,7 @@ module Google
962
999
  property :updation_time, as: 'updationTime'
963
1000
  property :user_label_set, as: 'userLabelSet', class: Google::Apis::RedisV1beta1::UserLabels, decorator: Google::Apis::RedisV1beta1::UserLabels::Representation
964
1001
 
1002
+ property :zone, as: 'zone'
965
1003
  end
966
1004
  end
967
1005
 
@@ -979,6 +1017,28 @@ module Google
979
1017
  end
980
1018
  end
981
1019
 
1020
+ class DatabaseResourceSignalData
1021
+ # @private
1022
+ class Representation < Google::Apis::Core::JsonRepresentation
1023
+ property :full_resource_name, as: 'fullResourceName'
1024
+ property :last_refresh_time, as: 'lastRefreshTime'
1025
+ property :resource_id, as: 'resourceId', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::DatabaseResourceId::Representation
1026
+
1027
+ property :signal_bool_value, as: 'signalBoolValue'
1028
+ property :signal_state, as: 'signalState'
1029
+ property :signal_type, as: 'signalType'
1030
+ end
1031
+ end
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
+
982
1042
  class DiscoveryEndpoint
983
1043
  # @private
984
1044
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1477,6 +1537,39 @@ module Google
1477
1537
  end
1478
1538
  end
1479
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
+
1480
1573
  class RetentionSettings
1481
1574
  # @private
1482
1575
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [Array<String>, String] extra_location_types
88
- # Optional. Do not use this field. It is unsupported and is ignored unless
89
- # explicitly documented otherwise. This is primarily for internal usage.
88
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
89
+ # field which is primarily intended for internal usage.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # 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.70.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.70.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: