google-apis-alloydb_v1beta 0.31.0 → 0.33.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: 4f9f2649d73a9b1dd2306ca25173cadda23fff761af5dccc7a9765d1f9ac243c
4
- data.tar.gz: 68f35a1c14a183a1b3b2497da3dde4ab9f675ac13015240f0ad6b07f3daa5527
3
+ metadata.gz: 23c27eeb832c95e5caf31643f79fdaf9bf7e4642efdbb3a48b670b80d65b057e
4
+ data.tar.gz: f2c3b9d011d508f95a70155b65b19c40a1698b960c5c6a2e6ecd687b186578a0
5
5
  SHA512:
6
- metadata.gz: 3ead1bae4e2803d5feaf41b6de6891da89a64babe2cacf9001f47e9649f15f202280f2a2f21e25b915ea4af050427f8a86198760dcd3a3b976b7d16f7ac8b87f
7
- data.tar.gz: 16df8a33b4f43eb663dd11b7554bd3f76c557ae744929ddac8478a2966e84b4f2270f42689005da24666a780ff9eeb0fef7b6720c2362677cafe8d4924c8f422
6
+ metadata.gz: cd8f250793a1d9f98eef3adb7347e041d79f0c2b3921dc3ac18345fcfaf7ae1f405dd8f06db63d33f4ea7deb76430982f41a2ec9ce6dc4555966188f8dfc5335
7
+ data.tar.gz: '08259f6b68425b2eb21ba9a5c2f618ec6b3cde1763501360c0e574c340df0acc379e6a6bfd95fa2b9315763bf738596c6f01294f4d786af41c7749c3b93119f9'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-alloydb_v1beta
2
2
 
3
+ ### v0.33.0 (2025-08-03)
4
+
5
+ * Regenerated from discovery document revision 20250723
6
+
7
+ ### v0.32.0 (2025-06-22)
8
+
9
+ * Regenerated from discovery document revision 20250612
10
+
3
11
  ### v0.31.0 (2025-06-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20250605
@@ -504,7 +504,7 @@ module Google
504
504
  # @return [String]
505
505
  attr_accessor :etag
506
506
 
507
- # Deprecated and unused. This field will be removed in the near future.
507
+ # Deprecated and unused. This message will be removed in the near future.
508
508
  # Corresponds to the JSON property `geminiConfig`
509
509
  # @return [Google::Apis::AlloydbV1beta::GeminiClusterConfig]
510
510
  attr_accessor :gemini_config
@@ -799,7 +799,8 @@ module Google
799
799
  include Google::Apis::Core::Hashable
800
800
 
801
801
  # Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to
802
- # 20.
802
+ # 20. Note: This field should not be added to client libraries if not present
803
+ # already.
803
804
  # Corresponds to the JSON property `defaultPoolSize`
804
805
  # @return [String]
805
806
  attr_accessor :default_pool_size
@@ -822,13 +823,15 @@ module Google
822
823
  attr_accessor :flags
823
824
 
824
825
  # Optional. Deprecated. Use 'flags' instead. The list of startup parameters to
825
- # ignore. Defaults to ["extra_float_digits"]
826
+ # ignore. Defaults to ["extra_float_digits"] Note: This field should not be
827
+ # added to client libraries if not present already.
826
828
  # Corresponds to the JSON property `ignoreStartupParameters`
827
829
  # @return [Array<String>]
828
830
  attr_accessor :ignore_startup_parameters
829
831
 
830
832
  # Optional. Deprecated. Use 'flags' instead. The maximum number of client
831
- # connections allowed.
833
+ # connections allowed. Note: This field should not be added to client libraries
834
+ # if not present already.
832
835
  # Corresponds to the JSON property `maxClientConn`
833
836
  # @return [String]
834
837
  attr_accessor :max_client_conn
@@ -837,19 +840,22 @@ module Google
837
840
  # statements allowed. MCP makes sure that any statement prepared by a client, up
838
841
  # to this limit, is available on the backing server connection in transaction
839
842
  # and statement pooling mode. Even if the statement was originally prepared on
840
- # another server connection. Defaults to 0.
843
+ # another server connection. Defaults to 0. Note: This field should not be added
844
+ # to client libraries if not present already.
841
845
  # Corresponds to the JSON property `maxPreparedStatements`
842
846
  # @return [String]
843
847
  attr_accessor :max_prepared_statements
844
848
 
845
849
  # Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to
846
- # 0.
850
+ # 0. Note: This field should not be added to client libraries if not present
851
+ # already.
847
852
  # Corresponds to the JSON property `minPoolSize`
848
853
  # @return [String]
849
854
  attr_accessor :min_pool_size
850
855
 
851
856
  # Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `
852
- # POOL_MODE_TRANSACTION`.
857
+ # POOL_MODE_TRANSACTION`. Note: This field should not be added to client
858
+ # libraries if not present already.
853
859
  # Corresponds to the JSON property `poolMode`
854
860
  # @return [String]
855
861
  attr_accessor :pool_mode
@@ -862,18 +868,23 @@ module Google
862
868
  # Optional. Deprecated. Use 'flags' instead. The maximum number of seconds
863
869
  # queries are allowed to spend waiting for execution. If the query is not
864
870
  # assigned to a server during that time, the client is disconnected. 0 disables.
871
+ # Note: This field should not be added to client libraries if not present
872
+ # already.
865
873
  # Corresponds to the JSON property `queryWaitTimeout`
866
874
  # @return [String]
867
875
  attr_accessor :query_wait_timeout
868
876
 
869
877
  # Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a
870
- # server is allowed to be idle before it is disconnected. 0 disables.
878
+ # server is allowed to be idle before it is disconnected. 0 disables. Note: This
879
+ # field should not be added to client libraries if not present already.
871
880
  # Corresponds to the JSON property `serverIdleTimeout`
872
881
  # @return [String]
873
882
  attr_accessor :server_idle_timeout
874
883
 
875
884
  # Optional. Deprecated. Use 'flags' instead. The list of users that are allowed
876
885
  # to connect to the MCP stats console. The users must exist in the database.
886
+ # Note: This field should not be added to client libraries if not present
887
+ # already.
877
888
  # Corresponds to the JSON property `statsUsers`
878
889
  # @return [Array<String>]
879
890
  attr_accessor :stats_users
@@ -1332,7 +1343,7 @@ module Google
1332
1343
  end
1333
1344
  end
1334
1345
 
1335
- # Deprecated and unused. This field will be removed in the near future.
1346
+ # Deprecated and unused. This message will be removed in the near future.
1336
1347
  class GeminiClusterConfig
1337
1348
  include Google::Apis::Core::Hashable
1338
1349
 
@@ -1353,7 +1364,7 @@ module Google
1353
1364
  end
1354
1365
  end
1355
1366
 
1356
- # Deprecated and unused. This field will be removed in the near future.
1367
+ # Deprecated and unused. This message will be removed in the near future.
1357
1368
  class GeminiInstanceConfig
1358
1369
  include Google::Apis::Core::Hashable
1359
1370
 
@@ -1714,7 +1725,7 @@ module Google
1714
1725
  # @return [String]
1715
1726
  attr_accessor :gce_zone
1716
1727
 
1717
- # Deprecated and unused. This field will be removed in the near future.
1728
+ # Deprecated and unused. This message will be removed in the near future.
1718
1729
  # Corresponds to the JSON property `geminiConfig`
1719
1730
  # @return [Google::Apis::AlloydbV1beta::GeminiInstanceConfig]
1720
1731
  attr_accessor :gemini_config
@@ -3233,6 +3244,43 @@ module Google
3233
3244
  end
3234
3245
  end
3235
3246
 
3247
+ # Timing information for the stage execution.
3248
+ class StageSchedule
3249
+ include Google::Apis::Core::Hashable
3250
+
3251
+ # Actual end time of the stage. Set only if the stage has completed.
3252
+ # Corresponds to the JSON property `actualEndTime`
3253
+ # @return [String]
3254
+ attr_accessor :actual_end_time
3255
+
3256
+ # Actual start time of the stage. Set only if the stage has started.
3257
+ # Corresponds to the JSON property `actualStartTime`
3258
+ # @return [String]
3259
+ attr_accessor :actual_start_time
3260
+
3261
+ # When the stage is expected to end. Set only if the stage has not completed yet.
3262
+ # Corresponds to the JSON property `estimatedEndTime`
3263
+ # @return [String]
3264
+ attr_accessor :estimated_end_time
3265
+
3266
+ # When the stage is expected to start. Set only if the stage has not started yet.
3267
+ # Corresponds to the JSON property `estimatedStartTime`
3268
+ # @return [String]
3269
+ attr_accessor :estimated_start_time
3270
+
3271
+ def initialize(**args)
3272
+ update!(**args)
3273
+ end
3274
+
3275
+ # Update properties of this object
3276
+ def update!(**args)
3277
+ @actual_end_time = args[:actual_end_time] if args.key?(:actual_end_time)
3278
+ @actual_start_time = args[:actual_start_time] if args.key?(:actual_start_time)
3279
+ @estimated_end_time = args[:estimated_end_time] if args.key?(:estimated_end_time)
3280
+ @estimated_start_time = args[:estimated_start_time] if args.key?(:estimated_start_time)
3281
+ end
3282
+ end
3283
+
3236
3284
  # Status of an upgrade stage.
3237
3285
  class StageStatus
3238
3286
  include Google::Apis::Core::Hashable
@@ -3242,6 +3290,11 @@ module Google
3242
3290
  # @return [Google::Apis::AlloydbV1beta::ReadPoolInstancesUpgradeStageStatus]
3243
3291
  attr_accessor :read_pool_instances_upgrade
3244
3292
 
3293
+ # Timing information for the stage execution.
3294
+ # Corresponds to the JSON property `schedule`
3295
+ # @return [Google::Apis::AlloydbV1beta::StageSchedule]
3296
+ attr_accessor :schedule
3297
+
3245
3298
  # Upgrade stage.
3246
3299
  # Corresponds to the JSON property `stage`
3247
3300
  # @return [String]
@@ -3259,6 +3312,7 @@ module Google
3259
3312
  # Update properties of this object
3260
3313
  def update!(**args)
3261
3314
  @read_pool_instances_upgrade = args[:read_pool_instances_upgrade] if args.key?(:read_pool_instances_upgrade)
3315
+ @schedule = args[:schedule] if args.key?(:schedule)
3262
3316
  @stage = args[:stage] if args.key?(:stage)
3263
3317
  @state = args[:state] if args.key?(:state)
3264
3318
  end
@@ -3428,6 +3482,27 @@ module Google
3428
3482
  end
3429
3483
  end
3430
3484
 
3485
+ # BackupDRConfiguration to capture the backup and disaster recovery details of
3486
+ # database resource.
3487
+ class StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration
3488
+ include Google::Apis::Core::Hashable
3489
+
3490
+ # Indicates if the resource is managed by BackupDR.
3491
+ # Corresponds to the JSON property `backupdrManaged`
3492
+ # @return [Boolean]
3493
+ attr_accessor :backupdr_managed
3494
+ alias_method :backupdr_managed?, :backupdr_managed
3495
+
3496
+ def initialize(**args)
3497
+ update!(**args)
3498
+ end
3499
+
3500
+ # Update properties of this object
3501
+ def update!(**args)
3502
+ @backupdr_managed = args[:backupdr_managed] if args.key?(:backupdr_managed)
3503
+ end
3504
+ end
3505
+
3431
3506
  # A backup run.
3432
3507
  class StorageDatabasecenterPartnerapiV1mainBackupRun
3433
3508
  include Google::Apis::Core::Hashable
@@ -3491,6 +3566,52 @@ module Google
3491
3566
  end
3492
3567
  end
3493
3568
 
3569
+ # Config based signal data. This is used to send signals to Condor which are
3570
+ # based on the DB level configurations. These will be used to send signals for
3571
+ # self managed databases.
3572
+ class StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData
3573
+ include Google::Apis::Core::Hashable
3574
+
3575
+ # Required. Full Resource name of the source resource.
3576
+ # Corresponds to the JSON property `fullResourceName`
3577
+ # @return [String]
3578
+ attr_accessor :full_resource_name
3579
+
3580
+ # Required. Last time signal was refreshed
3581
+ # Corresponds to the JSON property `lastRefreshTime`
3582
+ # @return [String]
3583
+ attr_accessor :last_refresh_time
3584
+
3585
+ # DatabaseResourceId will serve as primary key for any resource ingestion event.
3586
+ # Corresponds to the JSON property `resourceId`
3587
+ # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
3588
+ attr_accessor :resource_id
3589
+
3590
+ # Signal data for boolean signals.
3591
+ # Corresponds to the JSON property `signalBoolValue`
3592
+ # @return [Boolean]
3593
+ attr_accessor :signal_bool_value
3594
+ alias_method :signal_bool_value?, :signal_bool_value
3595
+
3596
+ # Required. Signal type of the signal
3597
+ # Corresponds to the JSON property `signalType`
3598
+ # @return [String]
3599
+ attr_accessor :signal_type
3600
+
3601
+ def initialize(**args)
3602
+ update!(**args)
3603
+ end
3604
+
3605
+ # Update properties of this object
3606
+ def update!(**args)
3607
+ @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
3608
+ @last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
3609
+ @resource_id = args[:resource_id] if args.key?(:resource_id)
3610
+ @signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
3611
+ @signal_type = args[:signal_type] if args.key?(:signal_type)
3612
+ end
3613
+ end
3614
+
3494
3615
  # Any custom metadata associated with the resource. e.g. A spanner instance can
3495
3616
  # have multiple databases with its own unique metadata. Information for these
3496
3617
  # individual databases can be captured in custom metadata data
@@ -3514,10 +3635,17 @@ module Google
3514
3635
  end
3515
3636
 
3516
3637
  # DatabaseResourceFeed is the top level proto to be used to ingest different
3517
- # database resource level events into Condor platform. Next ID: 8
3638
+ # database resource level events into Condor platform. Next ID: 9
3518
3639
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
3519
3640
  include Google::Apis::Core::Hashable
3520
3641
 
3642
+ # Config based signal data. This is used to send signals to Condor which are
3643
+ # based on the DB level configurations. These will be used to send signals for
3644
+ # self managed databases.
3645
+ # Corresponds to the JSON property `configBasedSignalData`
3646
+ # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData]
3647
+ attr_accessor :config_based_signal_data
3648
+
3521
3649
  # Required. Timestamp when feed is generated.
3522
3650
  # Corresponds to the JSON property `feedTimestamp`
3523
3651
  # @return [String]
@@ -3548,7 +3676,7 @@ module Google
3548
3676
  # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
3549
3677
  attr_accessor :resource_id
3550
3678
 
3551
- # Common model for database resource instance metadata. Next ID: 25
3679
+ # Common model for database resource instance metadata. Next ID: 26
3552
3680
  # Corresponds to the JSON property `resourceMetadata`
3553
3681
  # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
3554
3682
  attr_accessor :resource_metadata
@@ -3559,6 +3687,7 @@ module Google
3559
3687
 
3560
3688
  # Update properties of this object
3561
3689
  def update!(**args)
3690
+ @config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
3562
3691
  @feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
3563
3692
  @feed_type = args[:feed_type] if args.key?(:feed_type)
3564
3693
  @observability_metric_data = args[:observability_metric_data] if args.key?(:observability_metric_data)
@@ -3605,6 +3734,11 @@ module Google
3605
3734
  # @return [String]
3606
3735
  attr_accessor :external_uri
3607
3736
 
3737
+ # This is used to identify the location of the resource. Example: "us-central1"
3738
+ # Corresponds to the JSON property `location`
3739
+ # @return [String]
3740
+ attr_accessor :location
3741
+
3608
3742
  # Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE,
3609
3743
  # SQL_LOG_ERROR_VERBOSITY etc.
3610
3744
  # Corresponds to the JSON property `name`
@@ -3668,6 +3802,7 @@ module Google
3668
3802
  @description = args[:description] if args.key?(:description)
3669
3803
  @event_time = args[:event_time] if args.key?(:event_time)
3670
3804
  @external_uri = args[:external_uri] if args.key?(:external_uri)
3805
+ @location = args[:location] if args.key?(:location)
3671
3806
  @name = args[:name] if args.key?(:name)
3672
3807
  @provider = args[:provider] if args.key?(:provider)
3673
3808
  @resource_container = args[:resource_container] if args.key?(:resource_container)
@@ -3699,8 +3834,8 @@ module Google
3699
3834
  # googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
3700
3835
  # googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
3701
3836
  # com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
3702
- # cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
3703
- # oracledatabase.googleapis.com/autonomousDatabases spanner.googleapis.com/
3837
+ # CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
3838
+ # oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
3704
3839
  # Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
3705
3840
  # go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
3706
3841
  # Corresponds to the JSON property `resourceType`
@@ -3726,7 +3861,7 @@ module Google
3726
3861
  end
3727
3862
  end
3728
3863
 
3729
- # Common model for database resource instance metadata. Next ID: 25
3864
+ # Common model for database resource instance metadata. Next ID: 26
3730
3865
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
3731
3866
  include Google::Apis::Core::Hashable
3732
3867
 
@@ -3745,6 +3880,12 @@ module Google
3745
3880
  # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun]
3746
3881
  attr_accessor :backup_run
3747
3882
 
3883
+ # BackupDRConfiguration to capture the backup and disaster recovery details of
3884
+ # database resource.
3885
+ # Corresponds to the JSON property `backupdrConfiguration`
3886
+ # @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration]
3887
+ attr_accessor :backupdr_configuration
3888
+
3748
3889
  # The creation time of the resource, i.e. the time when resource is created and
3749
3890
  # recorded in partner service.
3750
3891
  # Corresponds to the JSON property `creationTime`
@@ -3873,6 +4014,7 @@ module Google
3873
4014
  @availability_configuration = args[:availability_configuration] if args.key?(:availability_configuration)
3874
4015
  @backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
3875
4016
  @backup_run = args[:backup_run] if args.key?(:backup_run)
4017
+ @backupdr_configuration = args[:backupdr_configuration] if args.key?(:backupdr_configuration)
3876
4018
  @creation_time = args[:creation_time] if args.key?(:creation_time)
3877
4019
  @current_state = args[:current_state] if args.key?(:current_state)
3878
4020
  @custom_metadata = args[:custom_metadata] if args.key?(:custom_metadata)
@@ -4279,6 +4421,13 @@ module Google
4279
4421
  # @return [String]
4280
4422
  attr_accessor :engine
4281
4423
 
4424
+ # Minor version of the underlying database engine. Example values: For MySQL, it
4425
+ # could be "8.0.32", "5.7.32" etc.. For Postgres, it could be "14.3", "15.3" etc.
4426
+ # .
4427
+ # Corresponds to the JSON property `minorVersion`
4428
+ # @return [String]
4429
+ attr_accessor :minor_version
4430
+
4282
4431
  # Type of specific database product. It could be CloudSQL, AlloyDB etc..
4283
4432
  # Corresponds to the JSON property `type`
4284
4433
  # @return [String]
@@ -4297,6 +4446,7 @@ module Google
4297
4446
  # Update properties of this object
4298
4447
  def update!(**args)
4299
4448
  @engine = args[:engine] if args.key?(:engine)
4449
+ @minor_version = args[:minor_version] if args.key?(:minor_version)
4300
4450
  @type = args[:type] if args.key?(:type)
4301
4451
  @version = args[:version] if args.key?(:version)
4302
4452
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlloydbV1beta
18
18
  # Version of the google-apis-alloydb_v1beta gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.33.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 = "20250605"
25
+ REVISION = "20250723"
26
26
  end
27
27
  end
28
28
  end
@@ -448,6 +448,12 @@ module Google
448
448
  include Google::Apis::Core::JsonObjectSupport
449
449
  end
450
450
 
451
+ class StageSchedule
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
451
457
  class StageStatus
452
458
  class Representation < Google::Apis::Core::JsonRepresentation; end
453
459
 
@@ -478,6 +484,12 @@ module Google
478
484
  include Google::Apis::Core::JsonObjectSupport
479
485
  end
480
486
 
487
+ class StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
481
493
  class StorageDatabasecenterPartnerapiV1mainBackupRun
482
494
  class Representation < Google::Apis::Core::JsonRepresentation; end
483
495
 
@@ -490,6 +502,12 @@ module Google
490
502
  include Google::Apis::Core::JsonObjectSupport
491
503
  end
492
504
 
505
+ class StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
493
511
  class StorageDatabasecenterPartnerapiV1mainCustomMetadataData
494
512
  class Representation < Google::Apis::Core::JsonRepresentation; end
495
513
 
@@ -1467,11 +1485,23 @@ module Google
1467
1485
  end
1468
1486
  end
1469
1487
 
1488
+ class StageSchedule
1489
+ # @private
1490
+ class Representation < Google::Apis::Core::JsonRepresentation
1491
+ property :actual_end_time, as: 'actualEndTime'
1492
+ property :actual_start_time, as: 'actualStartTime'
1493
+ property :estimated_end_time, as: 'estimatedEndTime'
1494
+ property :estimated_start_time, as: 'estimatedStartTime'
1495
+ end
1496
+ end
1497
+
1470
1498
  class StageStatus
1471
1499
  # @private
1472
1500
  class Representation < Google::Apis::Core::JsonRepresentation
1473
1501
  property :read_pool_instances_upgrade, as: 'readPoolInstancesUpgrade', class: Google::Apis::AlloydbV1beta::ReadPoolInstancesUpgradeStageStatus, decorator: Google::Apis::AlloydbV1beta::ReadPoolInstancesUpgradeStageStatus::Representation
1474
1502
 
1503
+ property :schedule, as: 'schedule', class: Google::Apis::AlloydbV1beta::StageSchedule, decorator: Google::Apis::AlloydbV1beta::StageSchedule::Representation
1504
+
1475
1505
  property :stage, as: 'stage'
1476
1506
  property :state, as: 'state'
1477
1507
  end
@@ -1517,6 +1547,13 @@ module Google
1517
1547
  end
1518
1548
  end
1519
1549
 
1550
+ class StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration
1551
+ # @private
1552
+ class Representation < Google::Apis::Core::JsonRepresentation
1553
+ property :backupdr_managed, as: 'backupdrManaged'
1554
+ end
1555
+ end
1556
+
1520
1557
  class StorageDatabasecenterPartnerapiV1mainBackupRun
1521
1558
  # @private
1522
1559
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1536,6 +1573,18 @@ module Google
1536
1573
  end
1537
1574
  end
1538
1575
 
1576
+ class StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData
1577
+ # @private
1578
+ class Representation < Google::Apis::Core::JsonRepresentation
1579
+ property :full_resource_name, as: 'fullResourceName'
1580
+ property :last_refresh_time, as: 'lastRefreshTime'
1581
+ property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
1582
+
1583
+ property :signal_bool_value, as: 'signalBoolValue'
1584
+ property :signal_type, as: 'signalType'
1585
+ end
1586
+ end
1587
+
1539
1588
  class StorageDatabasecenterPartnerapiV1mainCustomMetadataData
1540
1589
  # @private
1541
1590
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1547,6 +1596,8 @@ module Google
1547
1596
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
1548
1597
  # @private
1549
1598
  class Representation < Google::Apis::Core::JsonRepresentation
1599
+ property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData::Representation
1600
+
1550
1601
  property :feed_timestamp, as: 'feedTimestamp'
1551
1602
  property :feed_type, as: 'feedType'
1552
1603
  property :observability_metric_data, as: 'observabilityMetricData', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData::Representation
@@ -1571,6 +1622,7 @@ module Google
1571
1622
  property :description, as: 'description'
1572
1623
  property :event_time, as: 'eventTime'
1573
1624
  property :external_uri, as: 'externalUri'
1625
+ property :location, as: 'location'
1574
1626
  property :name, as: 'name'
1575
1627
  property :provider, as: 'provider'
1576
1628
  property :resource_container, as: 'resourceContainer'
@@ -1602,6 +1654,8 @@ module Google
1602
1654
 
1603
1655
  property :backup_run, as: 'backupRun', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun::Representation
1604
1656
 
1657
+ property :backupdr_configuration, as: 'backupdrConfiguration', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration::Representation
1658
+
1605
1659
  property :creation_time, as: 'creationTime'
1606
1660
  property :current_state, as: 'currentState'
1607
1661
  property :custom_metadata, as: 'customMetadata', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainCustomMetadataData, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainCustomMetadataData::Representation
@@ -1739,6 +1793,7 @@ module Google
1739
1793
  # @private
1740
1794
  class Representation < Google::Apis::Core::JsonRepresentation
1741
1795
  property :engine, as: 'engine'
1796
+ property :minor_version, as: 'minorVersion'
1742
1797
  property :type, as: 'type'
1743
1798
  property :version, as: 'version'
1744
1799
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.31.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.33.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: