google-apis-alloydb_v1alpha 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9766ed26ecedb0a5d90fa100acb1fc954b8281115bcbefdfd5c64852447af336
|
4
|
+
data.tar.gz: c2dd7360d21ecceeb06a97854e98439fdf29356cc493e3b3fe0dc2c88e6fd19b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c8cecdc866615138f85d5bdb65c793492cd687e484c231f3bac9e2566dea5a1f65e55b8c1c3a4ec6b108fa9338a34e3f4c78c9ef7f992846df744c415767e96
|
7
|
+
data.tar.gz: a48de9f879c46fa23af774c2a021faabd9fe804b3e017bc106afeaad086d86755db0a1ab11e0fbda8f9e9c32551218e4aa88474bd631bebc95bf0824908bab5d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1alpha
|
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
|
@@ -524,7 +524,7 @@ module Google
|
|
524
524
|
# @return [String]
|
525
525
|
attr_accessor :etag
|
526
526
|
|
527
|
-
# Deprecated and unused. This
|
527
|
+
# Deprecated and unused. This message will be removed in the near future.
|
528
528
|
# Corresponds to the JSON property `geminiConfig`
|
529
529
|
# @return [Google::Apis::AlloydbV1alpha::GeminiClusterConfig]
|
530
530
|
attr_accessor :gemini_config
|
@@ -826,7 +826,8 @@ module Google
|
|
826
826
|
include Google::Apis::Core::Hashable
|
827
827
|
|
828
828
|
# Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to
|
829
|
-
# 20.
|
829
|
+
# 20. Note: This field should not be added to client libraries if not present
|
830
|
+
# already.
|
830
831
|
# Corresponds to the JSON property `defaultPoolSize`
|
831
832
|
# @return [String]
|
832
833
|
attr_accessor :default_pool_size
|
@@ -849,13 +850,15 @@ module Google
|
|
849
850
|
attr_accessor :flags
|
850
851
|
|
851
852
|
# Optional. Deprecated. Use 'flags' instead. The list of startup parameters to
|
852
|
-
# ignore. Defaults to ["extra_float_digits"]
|
853
|
+
# ignore. Defaults to ["extra_float_digits"] Note: This field should not be
|
854
|
+
# added to client libraries if not present already.
|
853
855
|
# Corresponds to the JSON property `ignoreStartupParameters`
|
854
856
|
# @return [Array<String>]
|
855
857
|
attr_accessor :ignore_startup_parameters
|
856
858
|
|
857
859
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of client
|
858
|
-
# connections allowed.
|
860
|
+
# connections allowed. Note: This field should not be added to client libraries
|
861
|
+
# if not present already.
|
859
862
|
# Corresponds to the JSON property `maxClientConn`
|
860
863
|
# @return [String]
|
861
864
|
attr_accessor :max_client_conn
|
@@ -864,19 +867,22 @@ module Google
|
|
864
867
|
# statements allowed. MCP makes sure that any statement prepared by a client, up
|
865
868
|
# to this limit, is available on the backing server connection in transaction
|
866
869
|
# and statement pooling mode. Even if the statement was originally prepared on
|
867
|
-
# another server connection. Defaults to 0.
|
870
|
+
# another server connection. Defaults to 0. Note: This field should not be added
|
871
|
+
# to client libraries if not present already.
|
868
872
|
# Corresponds to the JSON property `maxPreparedStatements`
|
869
873
|
# @return [String]
|
870
874
|
attr_accessor :max_prepared_statements
|
871
875
|
|
872
876
|
# Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to
|
873
|
-
# 0.
|
877
|
+
# 0. Note: This field should not be added to client libraries if not present
|
878
|
+
# already.
|
874
879
|
# Corresponds to the JSON property `minPoolSize`
|
875
880
|
# @return [String]
|
876
881
|
attr_accessor :min_pool_size
|
877
882
|
|
878
883
|
# Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `
|
879
|
-
# POOL_MODE_TRANSACTION`.
|
884
|
+
# POOL_MODE_TRANSACTION`. Note: This field should not be added to client
|
885
|
+
# libraries if not present already.
|
880
886
|
# Corresponds to the JSON property `poolMode`
|
881
887
|
# @return [String]
|
882
888
|
attr_accessor :pool_mode
|
@@ -889,18 +895,23 @@ module Google
|
|
889
895
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds
|
890
896
|
# queries are allowed to spend waiting for execution. If the query is not
|
891
897
|
# assigned to a server during that time, the client is disconnected. 0 disables.
|
898
|
+
# Note: This field should not be added to client libraries if not present
|
899
|
+
# already.
|
892
900
|
# Corresponds to the JSON property `queryWaitTimeout`
|
893
901
|
# @return [String]
|
894
902
|
attr_accessor :query_wait_timeout
|
895
903
|
|
896
904
|
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a
|
897
|
-
# server is allowed to be idle before it is disconnected. 0 disables.
|
905
|
+
# server is allowed to be idle before it is disconnected. 0 disables. Note: This
|
906
|
+
# field should not be added to client libraries if not present already.
|
898
907
|
# Corresponds to the JSON property `serverIdleTimeout`
|
899
908
|
# @return [String]
|
900
909
|
attr_accessor :server_idle_timeout
|
901
910
|
|
902
911
|
# Optional. Deprecated. Use 'flags' instead. The list of users that are allowed
|
903
912
|
# to connect to the MCP stats console. The users must exist in the database.
|
913
|
+
# Note: This field should not be added to client libraries if not present
|
914
|
+
# already.
|
904
915
|
# Corresponds to the JSON property `statsUsers`
|
905
916
|
# @return [Array<String>]
|
906
917
|
attr_accessor :stats_users
|
@@ -1359,7 +1370,7 @@ module Google
|
|
1359
1370
|
end
|
1360
1371
|
end
|
1361
1372
|
|
1362
|
-
# Deprecated and unused. This
|
1373
|
+
# Deprecated and unused. This message will be removed in the near future.
|
1363
1374
|
class GeminiClusterConfig
|
1364
1375
|
include Google::Apis::Core::Hashable
|
1365
1376
|
|
@@ -1380,7 +1391,7 @@ module Google
|
|
1380
1391
|
end
|
1381
1392
|
end
|
1382
1393
|
|
1383
|
-
# Deprecated and unused. This
|
1394
|
+
# Deprecated and unused. This message will be removed in the near future.
|
1384
1395
|
class GeminiInstanceConfig
|
1385
1396
|
include Google::Apis::Core::Hashable
|
1386
1397
|
|
@@ -1741,7 +1752,7 @@ module Google
|
|
1741
1752
|
# @return [String]
|
1742
1753
|
attr_accessor :gce_zone
|
1743
1754
|
|
1744
|
-
# Deprecated and unused. This
|
1755
|
+
# Deprecated and unused. This message will be removed in the near future.
|
1745
1756
|
# Corresponds to the JSON property `geminiConfig`
|
1746
1757
|
# @return [Google::Apis::AlloydbV1alpha::GeminiInstanceConfig]
|
1747
1758
|
attr_accessor :gemini_config
|
@@ -3267,6 +3278,43 @@ module Google
|
|
3267
3278
|
end
|
3268
3279
|
end
|
3269
3280
|
|
3281
|
+
# Timing information for the stage execution.
|
3282
|
+
class StageSchedule
|
3283
|
+
include Google::Apis::Core::Hashable
|
3284
|
+
|
3285
|
+
# Actual end time of the stage. Set only if the stage has completed.
|
3286
|
+
# Corresponds to the JSON property `actualEndTime`
|
3287
|
+
# @return [String]
|
3288
|
+
attr_accessor :actual_end_time
|
3289
|
+
|
3290
|
+
# Actual start time of the stage. Set only if the stage has started.
|
3291
|
+
# Corresponds to the JSON property `actualStartTime`
|
3292
|
+
# @return [String]
|
3293
|
+
attr_accessor :actual_start_time
|
3294
|
+
|
3295
|
+
# When the stage is expected to end. Set only if the stage has not completed yet.
|
3296
|
+
# Corresponds to the JSON property `estimatedEndTime`
|
3297
|
+
# @return [String]
|
3298
|
+
attr_accessor :estimated_end_time
|
3299
|
+
|
3300
|
+
# When the stage is expected to start. Set only if the stage has not started yet.
|
3301
|
+
# Corresponds to the JSON property `estimatedStartTime`
|
3302
|
+
# @return [String]
|
3303
|
+
attr_accessor :estimated_start_time
|
3304
|
+
|
3305
|
+
def initialize(**args)
|
3306
|
+
update!(**args)
|
3307
|
+
end
|
3308
|
+
|
3309
|
+
# Update properties of this object
|
3310
|
+
def update!(**args)
|
3311
|
+
@actual_end_time = args[:actual_end_time] if args.key?(:actual_end_time)
|
3312
|
+
@actual_start_time = args[:actual_start_time] if args.key?(:actual_start_time)
|
3313
|
+
@estimated_end_time = args[:estimated_end_time] if args.key?(:estimated_end_time)
|
3314
|
+
@estimated_start_time = args[:estimated_start_time] if args.key?(:estimated_start_time)
|
3315
|
+
end
|
3316
|
+
end
|
3317
|
+
|
3270
3318
|
# Status of an upgrade stage.
|
3271
3319
|
class StageStatus
|
3272
3320
|
include Google::Apis::Core::Hashable
|
@@ -3276,6 +3324,11 @@ module Google
|
|
3276
3324
|
# @return [Google::Apis::AlloydbV1alpha::ReadPoolInstancesUpgradeStageStatus]
|
3277
3325
|
attr_accessor :read_pool_instances_upgrade
|
3278
3326
|
|
3327
|
+
# Timing information for the stage execution.
|
3328
|
+
# Corresponds to the JSON property `schedule`
|
3329
|
+
# @return [Google::Apis::AlloydbV1alpha::StageSchedule]
|
3330
|
+
attr_accessor :schedule
|
3331
|
+
|
3279
3332
|
# Upgrade stage.
|
3280
3333
|
# Corresponds to the JSON property `stage`
|
3281
3334
|
# @return [String]
|
@@ -3293,6 +3346,7 @@ module Google
|
|
3293
3346
|
# Update properties of this object
|
3294
3347
|
def update!(**args)
|
3295
3348
|
@read_pool_instances_upgrade = args[:read_pool_instances_upgrade] if args.key?(:read_pool_instances_upgrade)
|
3349
|
+
@schedule = args[:schedule] if args.key?(:schedule)
|
3296
3350
|
@stage = args[:stage] if args.key?(:stage)
|
3297
3351
|
@state = args[:state] if args.key?(:state)
|
3298
3352
|
end
|
@@ -3462,6 +3516,27 @@ module Google
|
|
3462
3516
|
end
|
3463
3517
|
end
|
3464
3518
|
|
3519
|
+
# BackupDRConfiguration to capture the backup and disaster recovery details of
|
3520
|
+
# database resource.
|
3521
|
+
class StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration
|
3522
|
+
include Google::Apis::Core::Hashable
|
3523
|
+
|
3524
|
+
# Indicates if the resource is managed by BackupDR.
|
3525
|
+
# Corresponds to the JSON property `backupdrManaged`
|
3526
|
+
# @return [Boolean]
|
3527
|
+
attr_accessor :backupdr_managed
|
3528
|
+
alias_method :backupdr_managed?, :backupdr_managed
|
3529
|
+
|
3530
|
+
def initialize(**args)
|
3531
|
+
update!(**args)
|
3532
|
+
end
|
3533
|
+
|
3534
|
+
# Update properties of this object
|
3535
|
+
def update!(**args)
|
3536
|
+
@backupdr_managed = args[:backupdr_managed] if args.key?(:backupdr_managed)
|
3537
|
+
end
|
3538
|
+
end
|
3539
|
+
|
3465
3540
|
# A backup run.
|
3466
3541
|
class StorageDatabasecenterPartnerapiV1mainBackupRun
|
3467
3542
|
include Google::Apis::Core::Hashable
|
@@ -3525,6 +3600,52 @@ module Google
|
|
3525
3600
|
end
|
3526
3601
|
end
|
3527
3602
|
|
3603
|
+
# Config based signal data. This is used to send signals to Condor which are
|
3604
|
+
# based on the DB level configurations. These will be used to send signals for
|
3605
|
+
# self managed databases.
|
3606
|
+
class StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData
|
3607
|
+
include Google::Apis::Core::Hashable
|
3608
|
+
|
3609
|
+
# Required. Full Resource name of the source resource.
|
3610
|
+
# Corresponds to the JSON property `fullResourceName`
|
3611
|
+
# @return [String]
|
3612
|
+
attr_accessor :full_resource_name
|
3613
|
+
|
3614
|
+
# Required. Last time signal was refreshed
|
3615
|
+
# Corresponds to the JSON property `lastRefreshTime`
|
3616
|
+
# @return [String]
|
3617
|
+
attr_accessor :last_refresh_time
|
3618
|
+
|
3619
|
+
# DatabaseResourceId will serve as primary key for any resource ingestion event.
|
3620
|
+
# Corresponds to the JSON property `resourceId`
|
3621
|
+
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
3622
|
+
attr_accessor :resource_id
|
3623
|
+
|
3624
|
+
# Signal data for boolean signals.
|
3625
|
+
# Corresponds to the JSON property `signalBoolValue`
|
3626
|
+
# @return [Boolean]
|
3627
|
+
attr_accessor :signal_bool_value
|
3628
|
+
alias_method :signal_bool_value?, :signal_bool_value
|
3629
|
+
|
3630
|
+
# Required. Signal type of the signal
|
3631
|
+
# Corresponds to the JSON property `signalType`
|
3632
|
+
# @return [String]
|
3633
|
+
attr_accessor :signal_type
|
3634
|
+
|
3635
|
+
def initialize(**args)
|
3636
|
+
update!(**args)
|
3637
|
+
end
|
3638
|
+
|
3639
|
+
# Update properties of this object
|
3640
|
+
def update!(**args)
|
3641
|
+
@full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
|
3642
|
+
@last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
|
3643
|
+
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
3644
|
+
@signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
|
3645
|
+
@signal_type = args[:signal_type] if args.key?(:signal_type)
|
3646
|
+
end
|
3647
|
+
end
|
3648
|
+
|
3528
3649
|
# Any custom metadata associated with the resource. e.g. A spanner instance can
|
3529
3650
|
# have multiple databases with its own unique metadata. Information for these
|
3530
3651
|
# individual databases can be captured in custom metadata data
|
@@ -3548,10 +3669,17 @@ module Google
|
|
3548
3669
|
end
|
3549
3670
|
|
3550
3671
|
# DatabaseResourceFeed is the top level proto to be used to ingest different
|
3551
|
-
# database resource level events into Condor platform. Next ID:
|
3672
|
+
# database resource level events into Condor platform. Next ID: 9
|
3552
3673
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
|
3553
3674
|
include Google::Apis::Core::Hashable
|
3554
3675
|
|
3676
|
+
# Config based signal data. This is used to send signals to Condor which are
|
3677
|
+
# based on the DB level configurations. These will be used to send signals for
|
3678
|
+
# self managed databases.
|
3679
|
+
# Corresponds to the JSON property `configBasedSignalData`
|
3680
|
+
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData]
|
3681
|
+
attr_accessor :config_based_signal_data
|
3682
|
+
|
3555
3683
|
# Required. Timestamp when feed is generated.
|
3556
3684
|
# Corresponds to the JSON property `feedTimestamp`
|
3557
3685
|
# @return [String]
|
@@ -3582,7 +3710,7 @@ module Google
|
|
3582
3710
|
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
3583
3711
|
attr_accessor :resource_id
|
3584
3712
|
|
3585
|
-
# Common model for database resource instance metadata. Next ID:
|
3713
|
+
# Common model for database resource instance metadata. Next ID: 26
|
3586
3714
|
# Corresponds to the JSON property `resourceMetadata`
|
3587
3715
|
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
|
3588
3716
|
attr_accessor :resource_metadata
|
@@ -3593,6 +3721,7 @@ module Google
|
|
3593
3721
|
|
3594
3722
|
# Update properties of this object
|
3595
3723
|
def update!(**args)
|
3724
|
+
@config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
|
3596
3725
|
@feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
|
3597
3726
|
@feed_type = args[:feed_type] if args.key?(:feed_type)
|
3598
3727
|
@observability_metric_data = args[:observability_metric_data] if args.key?(:observability_metric_data)
|
@@ -3639,6 +3768,11 @@ module Google
|
|
3639
3768
|
# @return [String]
|
3640
3769
|
attr_accessor :external_uri
|
3641
3770
|
|
3771
|
+
# This is used to identify the location of the resource. Example: "us-central1"
|
3772
|
+
# Corresponds to the JSON property `location`
|
3773
|
+
# @return [String]
|
3774
|
+
attr_accessor :location
|
3775
|
+
|
3642
3776
|
# Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE,
|
3643
3777
|
# SQL_LOG_ERROR_VERBOSITY etc.
|
3644
3778
|
# Corresponds to the JSON property `name`
|
@@ -3702,6 +3836,7 @@ module Google
|
|
3702
3836
|
@description = args[:description] if args.key?(:description)
|
3703
3837
|
@event_time = args[:event_time] if args.key?(:event_time)
|
3704
3838
|
@external_uri = args[:external_uri] if args.key?(:external_uri)
|
3839
|
+
@location = args[:location] if args.key?(:location)
|
3705
3840
|
@name = args[:name] if args.key?(:name)
|
3706
3841
|
@provider = args[:provider] if args.key?(:provider)
|
3707
3842
|
@resource_container = args[:resource_container] if args.key?(:resource_container)
|
@@ -3733,8 +3868,8 @@ module Google
|
|
3733
3868
|
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
|
3734
3869
|
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
|
3735
3870
|
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
|
3736
|
-
#
|
3737
|
-
# oracledatabase.googleapis.com/
|
3871
|
+
# CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
|
3872
|
+
# oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
|
3738
3873
|
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
|
3739
3874
|
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
|
3740
3875
|
# Corresponds to the JSON property `resourceType`
|
@@ -3760,7 +3895,7 @@ module Google
|
|
3760
3895
|
end
|
3761
3896
|
end
|
3762
3897
|
|
3763
|
-
# Common model for database resource instance metadata. Next ID:
|
3898
|
+
# Common model for database resource instance metadata. Next ID: 26
|
3764
3899
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
|
3765
3900
|
include Google::Apis::Core::Hashable
|
3766
3901
|
|
@@ -3779,6 +3914,12 @@ module Google
|
|
3779
3914
|
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupRun]
|
3780
3915
|
attr_accessor :backup_run
|
3781
3916
|
|
3917
|
+
# BackupDRConfiguration to capture the backup and disaster recovery details of
|
3918
|
+
# database resource.
|
3919
|
+
# Corresponds to the JSON property `backupdrConfiguration`
|
3920
|
+
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration]
|
3921
|
+
attr_accessor :backupdr_configuration
|
3922
|
+
|
3782
3923
|
# The creation time of the resource, i.e. the time when resource is created and
|
3783
3924
|
# recorded in partner service.
|
3784
3925
|
# Corresponds to the JSON property `creationTime`
|
@@ -3907,6 +4048,7 @@ module Google
|
|
3907
4048
|
@availability_configuration = args[:availability_configuration] if args.key?(:availability_configuration)
|
3908
4049
|
@backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
|
3909
4050
|
@backup_run = args[:backup_run] if args.key?(:backup_run)
|
4051
|
+
@backupdr_configuration = args[:backupdr_configuration] if args.key?(:backupdr_configuration)
|
3910
4052
|
@creation_time = args[:creation_time] if args.key?(:creation_time)
|
3911
4053
|
@current_state = args[:current_state] if args.key?(:current_state)
|
3912
4054
|
@custom_metadata = args[:custom_metadata] if args.key?(:custom_metadata)
|
@@ -4313,6 +4455,13 @@ module Google
|
|
4313
4455
|
# @return [String]
|
4314
4456
|
attr_accessor :engine
|
4315
4457
|
|
4458
|
+
# Minor version of the underlying database engine. Example values: For MySQL, it
|
4459
|
+
# could be "8.0.32", "5.7.32" etc.. For Postgres, it could be "14.3", "15.3" etc.
|
4460
|
+
# .
|
4461
|
+
# Corresponds to the JSON property `minorVersion`
|
4462
|
+
# @return [String]
|
4463
|
+
attr_accessor :minor_version
|
4464
|
+
|
4316
4465
|
# Type of specific database product. It could be CloudSQL, AlloyDB etc..
|
4317
4466
|
# Corresponds to the JSON property `type`
|
4318
4467
|
# @return [String]
|
@@ -4331,6 +4480,7 @@ module Google
|
|
4331
4480
|
# Update properties of this object
|
4332
4481
|
def update!(**args)
|
4333
4482
|
@engine = args[:engine] if args.key?(:engine)
|
4483
|
+
@minor_version = args[:minor_version] if args.key?(:minor_version)
|
4334
4484
|
@type = args[:type] if args.key?(:type)
|
4335
4485
|
@version = args[:version] if args.key?(:version)
|
4336
4486
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1alpha
|
18
18
|
# Version of the google-apis-alloydb_v1alpha gem
|
19
|
-
GEM_VERSION = "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 = "
|
25
|
+
REVISION = "20250723"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -454,6 +454,12 @@ module Google
|
|
454
454
|
include Google::Apis::Core::JsonObjectSupport
|
455
455
|
end
|
456
456
|
|
457
|
+
class StageSchedule
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
457
463
|
class StageStatus
|
458
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
465
|
|
@@ -484,6 +490,12 @@ module Google
|
|
484
490
|
include Google::Apis::Core::JsonObjectSupport
|
485
491
|
end
|
486
492
|
|
493
|
+
class StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
487
499
|
class StorageDatabasecenterPartnerapiV1mainBackupRun
|
488
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
501
|
|
@@ -496,6 +508,12 @@ module Google
|
|
496
508
|
include Google::Apis::Core::JsonObjectSupport
|
497
509
|
end
|
498
510
|
|
511
|
+
class StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
499
517
|
class StorageDatabasecenterPartnerapiV1mainCustomMetadataData
|
500
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
519
|
|
@@ -1482,11 +1500,23 @@ module Google
|
|
1482
1500
|
end
|
1483
1501
|
end
|
1484
1502
|
|
1503
|
+
class StageSchedule
|
1504
|
+
# @private
|
1505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1506
|
+
property :actual_end_time, as: 'actualEndTime'
|
1507
|
+
property :actual_start_time, as: 'actualStartTime'
|
1508
|
+
property :estimated_end_time, as: 'estimatedEndTime'
|
1509
|
+
property :estimated_start_time, as: 'estimatedStartTime'
|
1510
|
+
end
|
1511
|
+
end
|
1512
|
+
|
1485
1513
|
class StageStatus
|
1486
1514
|
# @private
|
1487
1515
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1488
1516
|
property :read_pool_instances_upgrade, as: 'readPoolInstancesUpgrade', class: Google::Apis::AlloydbV1alpha::ReadPoolInstancesUpgradeStageStatus, decorator: Google::Apis::AlloydbV1alpha::ReadPoolInstancesUpgradeStageStatus::Representation
|
1489
1517
|
|
1518
|
+
property :schedule, as: 'schedule', class: Google::Apis::AlloydbV1alpha::StageSchedule, decorator: Google::Apis::AlloydbV1alpha::StageSchedule::Representation
|
1519
|
+
|
1490
1520
|
property :stage, as: 'stage'
|
1491
1521
|
property :state, as: 'state'
|
1492
1522
|
end
|
@@ -1532,6 +1562,13 @@ module Google
|
|
1532
1562
|
end
|
1533
1563
|
end
|
1534
1564
|
|
1565
|
+
class StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration
|
1566
|
+
# @private
|
1567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1568
|
+
property :backupdr_managed, as: 'backupdrManaged'
|
1569
|
+
end
|
1570
|
+
end
|
1571
|
+
|
1535
1572
|
class StorageDatabasecenterPartnerapiV1mainBackupRun
|
1536
1573
|
# @private
|
1537
1574
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1551,6 +1588,18 @@ module Google
|
|
1551
1588
|
end
|
1552
1589
|
end
|
1553
1590
|
|
1591
|
+
class StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData
|
1592
|
+
# @private
|
1593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1594
|
+
property :full_resource_name, as: 'fullResourceName'
|
1595
|
+
property :last_refresh_time, as: 'lastRefreshTime'
|
1596
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
1597
|
+
|
1598
|
+
property :signal_bool_value, as: 'signalBoolValue'
|
1599
|
+
property :signal_type, as: 'signalType'
|
1600
|
+
end
|
1601
|
+
end
|
1602
|
+
|
1554
1603
|
class StorageDatabasecenterPartnerapiV1mainCustomMetadataData
|
1555
1604
|
# @private
|
1556
1605
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1562,6 +1611,8 @@ module Google
|
|
1562
1611
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
|
1563
1612
|
# @private
|
1564
1613
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1614
|
+
property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData::Representation
|
1615
|
+
|
1565
1616
|
property :feed_timestamp, as: 'feedTimestamp'
|
1566
1617
|
property :feed_type, as: 'feedType'
|
1567
1618
|
property :observability_metric_data, as: 'observabilityMetricData', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData::Representation
|
@@ -1586,6 +1637,7 @@ module Google
|
|
1586
1637
|
property :description, as: 'description'
|
1587
1638
|
property :event_time, as: 'eventTime'
|
1588
1639
|
property :external_uri, as: 'externalUri'
|
1640
|
+
property :location, as: 'location'
|
1589
1641
|
property :name, as: 'name'
|
1590
1642
|
property :provider, as: 'provider'
|
1591
1643
|
property :resource_container, as: 'resourceContainer'
|
@@ -1617,6 +1669,8 @@ module Google
|
|
1617
1669
|
|
1618
1670
|
property :backup_run, as: 'backupRun', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupRun, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupRun::Representation
|
1619
1671
|
|
1672
|
+
property :backupdr_configuration, as: 'backupdrConfiguration', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration::Representation
|
1673
|
+
|
1620
1674
|
property :creation_time, as: 'creationTime'
|
1621
1675
|
property :current_state, as: 'currentState'
|
1622
1676
|
property :custom_metadata, as: 'customMetadata', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainCustomMetadataData, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainCustomMetadataData::Representation
|
@@ -1754,6 +1808,7 @@ module Google
|
|
1754
1808
|
# @private
|
1755
1809
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1756
1810
|
property :engine, as: 'engine'
|
1811
|
+
property :minor_version, as: 'minorVersion'
|
1757
1812
|
property :type, as: 'type'
|
1758
1813
|
property :version, as: 'version'
|
1759
1814
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.33.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|