google-apis-alloydb_v1beta 0.33.0 → 0.34.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: 5b7772406c3d81c1a64dfd7e0ede1f9ffe61e6cc9b5eb877edabc139245829c4
|
4
|
+
data.tar.gz: 4e7d6c6401bd5f08af9a9a8179f1dea206ad302a3ed1afa1d5ff1cc04fac75e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba577c7dc76f05f3b77f9a3139259449cc16174bb6ef45920e35075dd875cee1c6841cac20de5a1920960dca2d1571ee5f079bc0c86d7df23008d377179c1a7b
|
7
|
+
data.tar.gz: ff9da41c2e79e8436227b79ea756c91ef925d5f2c5cb5a03d4e240f51ca0bcd895e929387782e590d9966ba39725a37959925bf607dd7f1e526878a1403b6465
|
data/CHANGELOG.md
CHANGED
@@ -3503,6 +3503,57 @@ module Google
|
|
3503
3503
|
end
|
3504
3504
|
end
|
3505
3505
|
|
3506
|
+
# BackupDRMetadata contains information about the backup and disaster recovery
|
3507
|
+
# metadata of a database resource.
|
3508
|
+
class StorageDatabasecenterPartnerapiV1mainBackupDrMetadata
|
3509
|
+
include Google::Apis::Core::Hashable
|
3510
|
+
|
3511
|
+
# Configuration for automatic backups
|
3512
|
+
# Corresponds to the JSON property `backupConfiguration`
|
3513
|
+
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupConfiguration]
|
3514
|
+
attr_accessor :backup_configuration
|
3515
|
+
|
3516
|
+
# A backup run.
|
3517
|
+
# Corresponds to the JSON property `backupRun`
|
3518
|
+
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun]
|
3519
|
+
attr_accessor :backup_run
|
3520
|
+
|
3521
|
+
# BackupDRConfiguration to capture the backup and disaster recovery details of
|
3522
|
+
# database resource.
|
3523
|
+
# Corresponds to the JSON property `backupdrConfiguration`
|
3524
|
+
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration]
|
3525
|
+
attr_accessor :backupdr_configuration
|
3526
|
+
|
3527
|
+
# Required. Full resource name of this instance.
|
3528
|
+
# Corresponds to the JSON property `fullResourceName`
|
3529
|
+
# @return [String]
|
3530
|
+
attr_accessor :full_resource_name
|
3531
|
+
|
3532
|
+
# Required. Last time backup configuration was refreshed.
|
3533
|
+
# Corresponds to the JSON property `lastRefreshTime`
|
3534
|
+
# @return [String]
|
3535
|
+
attr_accessor :last_refresh_time
|
3536
|
+
|
3537
|
+
# DatabaseResourceId will serve as primary key for any resource ingestion event.
|
3538
|
+
# Corresponds to the JSON property `resourceId`
|
3539
|
+
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
3540
|
+
attr_accessor :resource_id
|
3541
|
+
|
3542
|
+
def initialize(**args)
|
3543
|
+
update!(**args)
|
3544
|
+
end
|
3545
|
+
|
3546
|
+
# Update properties of this object
|
3547
|
+
def update!(**args)
|
3548
|
+
@backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
|
3549
|
+
@backup_run = args[:backup_run] if args.key?(:backup_run)
|
3550
|
+
@backupdr_configuration = args[:backupdr_configuration] if args.key?(:backupdr_configuration)
|
3551
|
+
@full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
|
3552
|
+
@last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
|
3553
|
+
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
3554
|
+
end
|
3555
|
+
end
|
3556
|
+
|
3506
3557
|
# A backup run.
|
3507
3558
|
class StorageDatabasecenterPartnerapiV1mainBackupRun
|
3508
3559
|
include Google::Apis::Core::Hashable
|
@@ -3635,10 +3686,16 @@ module Google
|
|
3635
3686
|
end
|
3636
3687
|
|
3637
3688
|
# DatabaseResourceFeed is the top level proto to be used to ingest different
|
3638
|
-
# database resource level events into Condor platform. Next ID:
|
3689
|
+
# database resource level events into Condor platform. Next ID: 11
|
3639
3690
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
|
3640
3691
|
include Google::Apis::Core::Hashable
|
3641
3692
|
|
3693
|
+
# BackupDRMetadata contains information about the backup and disaster recovery
|
3694
|
+
# metadata of a database resource.
|
3695
|
+
# Corresponds to the JSON property `backupdrMetadata`
|
3696
|
+
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata]
|
3697
|
+
attr_accessor :backupdr_metadata
|
3698
|
+
|
3642
3699
|
# Config based signal data. This is used to send signals to Condor which are
|
3643
3700
|
# based on the DB level configurations. These will be used to send signals for
|
3644
3701
|
# self managed databases.
|
@@ -3681,12 +3738,23 @@ module Google
|
|
3681
3738
|
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
|
3682
3739
|
attr_accessor :resource_metadata
|
3683
3740
|
|
3741
|
+
# Optional. If true, the feed won't be ingested by DB Center. This indicates
|
3742
|
+
# that the feed is intentionally skipped. For example, BackupDR feeds are only
|
3743
|
+
# needed for resources integrated with DB Center (e.g., CloudSQL, AlloyDB).
|
3744
|
+
# Feeds for non-integrated resources (e.g., Compute Engine, Persistent Disk) can
|
3745
|
+
# be skipped.
|
3746
|
+
# Corresponds to the JSON property `skipIngestion`
|
3747
|
+
# @return [Boolean]
|
3748
|
+
attr_accessor :skip_ingestion
|
3749
|
+
alias_method :skip_ingestion?, :skip_ingestion
|
3750
|
+
|
3684
3751
|
def initialize(**args)
|
3685
3752
|
update!(**args)
|
3686
3753
|
end
|
3687
3754
|
|
3688
3755
|
# Update properties of this object
|
3689
3756
|
def update!(**args)
|
3757
|
+
@backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
|
3690
3758
|
@config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
|
3691
3759
|
@feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
|
3692
3760
|
@feed_type = args[:feed_type] if args.key?(:feed_type)
|
@@ -3695,6 +3763,7 @@ module Google
|
|
3695
3763
|
@resource_health_signal_data = args[:resource_health_signal_data] if args.key?(:resource_health_signal_data)
|
3696
3764
|
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
3697
3765
|
@resource_metadata = args[:resource_metadata] if args.key?(:resource_metadata)
|
3766
|
+
@skip_ingestion = args[:skip_ingestion] if args.key?(:skip_ingestion)
|
3698
3767
|
end
|
3699
3768
|
end
|
3700
3769
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.34.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 = "20250807"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -490,6 +490,12 @@ module Google
|
|
490
490
|
include Google::Apis::Core::JsonObjectSupport
|
491
491
|
end
|
492
492
|
|
493
|
+
class StorageDatabasecenterPartnerapiV1mainBackupDrMetadata
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
493
499
|
class StorageDatabasecenterPartnerapiV1mainBackupRun
|
494
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
501
|
|
@@ -1554,6 +1560,22 @@ module Google
|
|
1554
1560
|
end
|
1555
1561
|
end
|
1556
1562
|
|
1563
|
+
class StorageDatabasecenterPartnerapiV1mainBackupDrMetadata
|
1564
|
+
# @private
|
1565
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1566
|
+
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupConfiguration, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupConfiguration::Representation
|
1567
|
+
|
1568
|
+
property :backup_run, as: 'backupRun', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun::Representation
|
1569
|
+
|
1570
|
+
property :backupdr_configuration, as: 'backupdrConfiguration', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration::Representation
|
1571
|
+
|
1572
|
+
property :full_resource_name, as: 'fullResourceName'
|
1573
|
+
property :last_refresh_time, as: 'lastRefreshTime'
|
1574
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
1575
|
+
|
1576
|
+
end
|
1577
|
+
end
|
1578
|
+
|
1557
1579
|
class StorageDatabasecenterPartnerapiV1mainBackupRun
|
1558
1580
|
# @private
|
1559
1581
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1596,6 +1618,8 @@ module Google
|
|
1596
1618
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
|
1597
1619
|
# @private
|
1598
1620
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1621
|
+
property :backupdr_metadata, as: 'backupdrMetadata', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata::Representation
|
1622
|
+
|
1599
1623
|
property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData::Representation
|
1600
1624
|
|
1601
1625
|
property :feed_timestamp, as: 'feedTimestamp'
|
@@ -1610,6 +1634,7 @@ module Google
|
|
1610
1634
|
|
1611
1635
|
property :resource_metadata, as: 'resourceMetadata', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata::Representation
|
1612
1636
|
|
1637
|
+
property :skip_ingestion, as: 'skipIngestion'
|
1613
1638
|
end
|
1614
1639
|
end
|
1615
1640
|
|
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.
|
4
|
+
version: 0.34.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.34.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:
|