google-apis-redis_v1beta1 0.71.0 → 0.73.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: fc021d3373c371f36e68182617b6263e80555e4c925e4a5ab4c9bb53f3967e90
4
+ data.tar.gz: 66e10fe46c56725ae064cf98e80c2e891197d4dca2de567e23cf79c2661976d6
5
5
  SHA512:
6
- metadata.gz: 3c9230a28891952ad63a585abc3d3b315d54c41274ef85c077dfdc6322169248c7106b422e79ae67c5fd4b13cb05de42db4d5a8958607e222dcec64b77be0587
7
- data.tar.gz: 1c401e781e707d54ca4c454ed11d02914ecc3cce179136002e34511713446aaa2883de5366e6b2de5118957de807778b3c204060ac62cf5e5c94f868b8fa0080
6
+ metadata.gz: 64d2bad4edc9b1c47231b302d894973a1f77cc48502b1d310f1c008b44b1bdf1258780008d90a23bdae4b64db3b939d40f79899d3f2c9ff0a5d39c39369045d6
7
+ data.tar.gz: e3b6960ee23aee98850c618712e16eb034067493e4dc6ac94315f25c3b3824ffc946ade136cc11fcd04e888c760cb8fc011e910d32fd2e0fd8c3e7f3caf3b5f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.73.0 (2025-10-19)
4
+
5
+ * Regenerated from discovery document revision 20251009
6
+
7
+ ### v0.72.0 (2025-10-12)
8
+
9
+ * Regenerated from discovery document revision 20251007
10
+
3
11
  ### v0.71.0 (2025-09-21)
4
12
 
5
13
  * 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
@@ -2650,6 +2719,13 @@ module Google
2650
2719
  # @return [Array<Google::Apis::RedisV1beta1::Operation>]
2651
2720
  attr_accessor :operations
2652
2721
 
2722
+ # Unordered list. Unreachable resources. Populated when the request sets `
2723
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
2724
+ # when attempting to list all resources across all supported locations.
2725
+ # Corresponds to the JSON property `unreachable`
2726
+ # @return [Array<String>]
2727
+ attr_accessor :unreachable
2728
+
2653
2729
  def initialize(**args)
2654
2730
  update!(**args)
2655
2731
  end
@@ -2658,6 +2734,7 @@ module Google
2658
2734
  def update!(**args)
2659
2735
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2660
2736
  @operations = args[:operations] if args.key?(:operations)
2737
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2661
2738
  end
2662
2739
  end
2663
2740
 
@@ -3563,6 +3640,138 @@ module Google
3563
3640
  end
3564
3641
  end
3565
3642
 
3643
+ # Deny maintenance period for the database resource. It specifies the time range
3644
+ # during which the maintenance cannot start. This is configured by the customer.
3645
+ class ResourceMaintenanceDenySchedule
3646
+ include Google::Apis::Core::Hashable
3647
+
3648
+ # Represents a whole or partial calendar date, such as a birthday. The time of
3649
+ # day and time zone are either specified elsewhere or are insignificant. The
3650
+ # date is relative to the Gregorian Calendar. This can represent one of the
3651
+ # following: * A full date, with non-zero year, month, and day values. * A month
3652
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
3653
+ # with a zero month and a zero day. * A year and month, with a zero day (for
3654
+ # example, a credit card expiration date). Related types: * google.type.
3655
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
3656
+ # Corresponds to the JSON property `endDate`
3657
+ # @return [Google::Apis::RedisV1beta1::Date]
3658
+ attr_accessor :end_date
3659
+
3660
+ # Represents a whole or partial calendar date, such as a birthday. The time of
3661
+ # day and time zone are either specified elsewhere or are insignificant. The
3662
+ # date is relative to the Gregorian Calendar. This can represent one of the
3663
+ # following: * A full date, with non-zero year, month, and day values. * A month
3664
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
3665
+ # with a zero month and a zero day. * A year and month, with a zero day (for
3666
+ # example, a credit card expiration date). Related types: * google.type.
3667
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
3668
+ # Corresponds to the JSON property `startDate`
3669
+ # @return [Google::Apis::RedisV1beta1::Date]
3670
+ attr_accessor :start_date
3671
+
3672
+ # Represents a time of day. The date and time zone are either not significant or
3673
+ # are specified elsewhere. An API may choose to allow leap seconds. Related
3674
+ # types are google.type.Date and `google.protobuf.Timestamp`.
3675
+ # Corresponds to the JSON property `time`
3676
+ # @return [Google::Apis::RedisV1beta1::TimeOfDay]
3677
+ attr_accessor :time
3678
+
3679
+ def initialize(**args)
3680
+ update!(**args)
3681
+ end
3682
+
3683
+ # Update properties of this object
3684
+ def update!(**args)
3685
+ @end_date = args[:end_date] if args.key?(:end_date)
3686
+ @start_date = args[:start_date] if args.key?(:start_date)
3687
+ @time = args[:time] if args.key?(:time)
3688
+ end
3689
+ end
3690
+
3691
+ # MaintenanceInfo to capture the maintenance details of database resource.
3692
+ class ResourceMaintenanceInfo
3693
+ include Google::Apis::Core::Hashable
3694
+
3695
+ # Optional. List of Deny maintenance period for the database resource.
3696
+ # Corresponds to the JSON property `denyMaintenanceSchedules`
3697
+ # @return [Array<Google::Apis::RedisV1beta1::ResourceMaintenanceDenySchedule>]
3698
+ attr_accessor :deny_maintenance_schedules
3699
+
3700
+ # Maintenance window for the database resource. It specifies preferred time and
3701
+ # day of the week and phase in some cases, when the maintenance can start. This
3702
+ # is configured by the customer.
3703
+ # Corresponds to the JSON property `maintenanceSchedule`
3704
+ # @return [Google::Apis::RedisV1beta1::ResourceMaintenanceSchedule]
3705
+ attr_accessor :maintenance_schedule
3706
+
3707
+ # Optional. Current Maintenance version of the database resource. Example: "
3708
+ # MYSQL_8_0_41.R20250531.01_15"
3709
+ # Corresponds to the JSON property `maintenanceVersion`
3710
+ # @return [String]
3711
+ attr_accessor :maintenance_version
3712
+
3713
+ def initialize(**args)
3714
+ update!(**args)
3715
+ end
3716
+
3717
+ # Update properties of this object
3718
+ def update!(**args)
3719
+ @deny_maintenance_schedules = args[:deny_maintenance_schedules] if args.key?(:deny_maintenance_schedules)
3720
+ @maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
3721
+ @maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
3722
+ end
3723
+ end
3724
+
3725
+ # Maintenance window for the database resource. It specifies preferred time and
3726
+ # day of the week and phase in some cases, when the maintenance can start. This
3727
+ # is configured by the customer.
3728
+ class ResourceMaintenanceSchedule
3729
+ include Google::Apis::Core::Hashable
3730
+
3731
+ # Optional. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
3732
+ # Corresponds to the JSON property `day`
3733
+ # @return [String]
3734
+ attr_accessor :day
3735
+
3736
+ # Optional. Phase of the maintenance window. This is to capture order of
3737
+ # maintenance. For example, for Cloud SQL resources, this can be used to capture
3738
+ # if the maintenance window is in Week1, Week2, Week5, etc. Non production
3739
+ # resources are usually part of early phase. For more details, refer to Cloud
3740
+ # SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance Deprecated.
3741
+ # Use phase instead.
3742
+ # Corresponds to the JSON property `phase`
3743
+ # @return [String]
3744
+ attr_accessor :phase
3745
+
3746
+ # Represents a time of day. The date and time zone are either not significant or
3747
+ # are specified elsewhere. An API may choose to allow leap seconds. Related
3748
+ # types are google.type.Date and `google.protobuf.Timestamp`.
3749
+ # Corresponds to the JSON property `time`
3750
+ # @return [Google::Apis::RedisV1beta1::TimeOfDay]
3751
+ attr_accessor :time
3752
+
3753
+ # Optional. Phase of the maintenance window. This is to capture order of
3754
+ # maintenance. For example, for Cloud SQL resources, this can be used to capture
3755
+ # if the maintenance window is in Week1, Week2, Week5, etc. Non production
3756
+ # resources are usually part of early phase. For more details, refer to Cloud
3757
+ # SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
3758
+ # Corresponds to the JSON property `week`
3759
+ # @return [String]
3760
+ attr_accessor :week
3761
+
3762
+ def initialize(**args)
3763
+ update!(**args)
3764
+ end
3765
+
3766
+ # Update properties of this object
3767
+ def update!(**args)
3768
+ @day = args[:day] if args.key?(:day)
3769
+ @phase = args[:phase] if args.key?(:phase)
3770
+ @time = args[:time] if args.key?(:time)
3771
+ @week = args[:week] if args.key?(:week)
3772
+ end
3773
+ end
3774
+
3566
3775
  #
3567
3776
  class RetentionSettings
3568
3777
  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.73.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 = "20251009"
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
@@ -1263,6 +1301,7 @@ module Google
1263
1301
  property :next_page_token, as: 'nextPageToken'
1264
1302
  collection :operations, as: 'operations', class: Google::Apis::RedisV1beta1::Operation, decorator: Google::Apis::RedisV1beta1::Operation::Representation
1265
1303
 
1304
+ collection :unreachable, as: 'unreachable'
1266
1305
  end
1267
1306
  end
1268
1307
 
@@ -1499,6 +1538,40 @@ module Google
1499
1538
  end
1500
1539
  end
1501
1540
 
1541
+ class ResourceMaintenanceDenySchedule
1542
+ # @private
1543
+ class Representation < Google::Apis::Core::JsonRepresentation
1544
+ property :end_date, as: 'endDate', class: Google::Apis::RedisV1beta1::Date, decorator: Google::Apis::RedisV1beta1::Date::Representation
1545
+
1546
+ property :start_date, as: 'startDate', class: Google::Apis::RedisV1beta1::Date, decorator: Google::Apis::RedisV1beta1::Date::Representation
1547
+
1548
+ property :time, as: 'time', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation
1549
+
1550
+ end
1551
+ end
1552
+
1553
+ class ResourceMaintenanceInfo
1554
+ # @private
1555
+ class Representation < Google::Apis::Core::JsonRepresentation
1556
+ collection :deny_maintenance_schedules, as: 'denyMaintenanceSchedules', class: Google::Apis::RedisV1beta1::ResourceMaintenanceDenySchedule, decorator: Google::Apis::RedisV1beta1::ResourceMaintenanceDenySchedule::Representation
1557
+
1558
+ property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::RedisV1beta1::ResourceMaintenanceSchedule, decorator: Google::Apis::RedisV1beta1::ResourceMaintenanceSchedule::Representation
1559
+
1560
+ property :maintenance_version, as: 'maintenanceVersion'
1561
+ end
1562
+ end
1563
+
1564
+ class ResourceMaintenanceSchedule
1565
+ # @private
1566
+ class Representation < Google::Apis::Core::JsonRepresentation
1567
+ property :day, as: 'day'
1568
+ property :phase, as: 'phase'
1569
+ property :time, as: 'time', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation
1570
+
1571
+ property :week, as: 'week'
1572
+ end
1573
+ end
1574
+
1502
1575
  class RetentionSettings
1503
1576
  # @private
1504
1577
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1207,6 +1207,13 @@ module Google
1207
1207
  # The standard list page size.
1208
1208
  # @param [String] page_token
1209
1209
  # The standard list page token.
1210
+ # @param [Boolean] return_partial_success
1211
+ # When set to `true`, operations that are reachable are returned as normal, and
1212
+ # those that are unreachable are returned in the [ListOperationsResponse.
1213
+ # unreachable] field. This can only be `true` when reading across collections e.
1214
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1215
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1216
+ # explicitly documented otherwise in service or product specific documentation.
1210
1217
  # @param [String] fields
1211
1218
  # Selector specifying which fields to include in a partial response.
1212
1219
  # @param [String] quota_user
@@ -1224,7 +1231,7 @@ module Google
1224
1231
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1225
1232
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1226
1233
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1227
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1234
+ def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1228
1235
  command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
1229
1236
  command.response_representation = Google::Apis::RedisV1beta1::ListOperationsResponse::Representation
1230
1237
  command.response_class = Google::Apis::RedisV1beta1::ListOperationsResponse
@@ -1232,6 +1239,7 @@ module Google
1232
1239
  command.query['filter'] = filter unless filter.nil?
1233
1240
  command.query['pageSize'] = page_size unless page_size.nil?
1234
1241
  command.query['pageToken'] = page_token unless page_token.nil?
1242
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1235
1243
  command.query['fields'] = fields unless fields.nil?
1236
1244
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1237
1245
  execute_or_queue_command(command, &block)
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.73.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.73.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: