google-apis-alloydb_v1alpha 0.33.0 → 0.35.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: cd0b9bdb355e9486c9b7ff3f26a8b820589cc2d7dd12e47f30aaec3bf289d96c
|
4
|
+
data.tar.gz: 4363c898185ff69e8e18c8c3aefa706f1b8f8ea6d8bdcb8e8b5feab7509be858
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90a4f9f37b51c27d2b6b2aa6f281e2ff2722cda7c5c09771ab9ff838a551f1f6ab22a65616910dfc1592e4a730b66d4663281e56f8fce471cf055b5d8e4fcea0
|
7
|
+
data.tar.gz: c374d1bd4176205dfbc9d98fe264c204ae5ddf6b5eddeac8c38683fbfbf6cf37d59058e70b5c20b5cdc676eac45c7a18b6dc41e454c1859cf8f47b2bac371c6f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1alpha
|
2
2
|
|
3
|
+
### v0.35.0 (2025-08-31)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250820
|
6
|
+
|
7
|
+
### v0.34.0 (2025-08-17)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250807
|
10
|
+
|
3
11
|
### v0.33.0 (2025-08-03)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250723
|
@@ -3537,6 +3537,57 @@ module Google
|
|
3537
3537
|
end
|
3538
3538
|
end
|
3539
3539
|
|
3540
|
+
# BackupDRMetadata contains information about the backup and disaster recovery
|
3541
|
+
# metadata of a database resource.
|
3542
|
+
class StorageDatabasecenterPartnerapiV1mainBackupDrMetadata
|
3543
|
+
include Google::Apis::Core::Hashable
|
3544
|
+
|
3545
|
+
# Configuration for automatic backups
|
3546
|
+
# Corresponds to the JSON property `backupConfiguration`
|
3547
|
+
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupConfiguration]
|
3548
|
+
attr_accessor :backup_configuration
|
3549
|
+
|
3550
|
+
# A backup run.
|
3551
|
+
# Corresponds to the JSON property `backupRun`
|
3552
|
+
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupRun]
|
3553
|
+
attr_accessor :backup_run
|
3554
|
+
|
3555
|
+
# BackupDRConfiguration to capture the backup and disaster recovery details of
|
3556
|
+
# database resource.
|
3557
|
+
# Corresponds to the JSON property `backupdrConfiguration`
|
3558
|
+
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration]
|
3559
|
+
attr_accessor :backupdr_configuration
|
3560
|
+
|
3561
|
+
# Required. Full resource name of this instance.
|
3562
|
+
# Corresponds to the JSON property `fullResourceName`
|
3563
|
+
# @return [String]
|
3564
|
+
attr_accessor :full_resource_name
|
3565
|
+
|
3566
|
+
# Required. Last time backup configuration was refreshed.
|
3567
|
+
# Corresponds to the JSON property `lastRefreshTime`
|
3568
|
+
# @return [String]
|
3569
|
+
attr_accessor :last_refresh_time
|
3570
|
+
|
3571
|
+
# DatabaseResourceId will serve as primary key for any resource ingestion event.
|
3572
|
+
# Corresponds to the JSON property `resourceId`
|
3573
|
+
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
3574
|
+
attr_accessor :resource_id
|
3575
|
+
|
3576
|
+
def initialize(**args)
|
3577
|
+
update!(**args)
|
3578
|
+
end
|
3579
|
+
|
3580
|
+
# Update properties of this object
|
3581
|
+
def update!(**args)
|
3582
|
+
@backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
|
3583
|
+
@backup_run = args[:backup_run] if args.key?(:backup_run)
|
3584
|
+
@backupdr_configuration = args[:backupdr_configuration] if args.key?(:backupdr_configuration)
|
3585
|
+
@full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
|
3586
|
+
@last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
|
3587
|
+
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
3588
|
+
end
|
3589
|
+
end
|
3590
|
+
|
3540
3591
|
# A backup run.
|
3541
3592
|
class StorageDatabasecenterPartnerapiV1mainBackupRun
|
3542
3593
|
include Google::Apis::Core::Hashable
|
@@ -3669,10 +3720,16 @@ module Google
|
|
3669
3720
|
end
|
3670
3721
|
|
3671
3722
|
# DatabaseResourceFeed is the top level proto to be used to ingest different
|
3672
|
-
# database resource level events into Condor platform. Next ID:
|
3723
|
+
# database resource level events into Condor platform. Next ID: 11
|
3673
3724
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
|
3674
3725
|
include Google::Apis::Core::Hashable
|
3675
3726
|
|
3727
|
+
# BackupDRMetadata contains information about the backup and disaster recovery
|
3728
|
+
# metadata of a database resource.
|
3729
|
+
# Corresponds to the JSON property `backupdrMetadata`
|
3730
|
+
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata]
|
3731
|
+
attr_accessor :backupdr_metadata
|
3732
|
+
|
3676
3733
|
# Config based signal data. This is used to send signals to Condor which are
|
3677
3734
|
# based on the DB level configurations. These will be used to send signals for
|
3678
3735
|
# self managed databases.
|
@@ -3715,12 +3772,23 @@ module Google
|
|
3715
3772
|
# @return [Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
|
3716
3773
|
attr_accessor :resource_metadata
|
3717
3774
|
|
3775
|
+
# Optional. If true, the feed won't be ingested by DB Center. This indicates
|
3776
|
+
# that the feed is intentionally skipped. For example, BackupDR feeds are only
|
3777
|
+
# needed for resources integrated with DB Center (e.g., CloudSQL, AlloyDB).
|
3778
|
+
# Feeds for non-integrated resources (e.g., Compute Engine, Persistent Disk) can
|
3779
|
+
# be skipped.
|
3780
|
+
# Corresponds to the JSON property `skipIngestion`
|
3781
|
+
# @return [Boolean]
|
3782
|
+
attr_accessor :skip_ingestion
|
3783
|
+
alias_method :skip_ingestion?, :skip_ingestion
|
3784
|
+
|
3718
3785
|
def initialize(**args)
|
3719
3786
|
update!(**args)
|
3720
3787
|
end
|
3721
3788
|
|
3722
3789
|
# Update properties of this object
|
3723
3790
|
def update!(**args)
|
3791
|
+
@backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
|
3724
3792
|
@config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
|
3725
3793
|
@feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
|
3726
3794
|
@feed_type = args[:feed_type] if args.key?(:feed_type)
|
@@ -3729,6 +3797,7 @@ module Google
|
|
3729
3797
|
@resource_health_signal_data = args[:resource_health_signal_data] if args.key?(:resource_health_signal_data)
|
3730
3798
|
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
3731
3799
|
@resource_metadata = args[:resource_metadata] if args.key?(:resource_metadata)
|
3800
|
+
@skip_ingestion = args[:skip_ingestion] if args.key?(:skip_ingestion)
|
3732
3801
|
end
|
3733
3802
|
end
|
3734
3803
|
|
@@ -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.35.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 = "20250820"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -496,6 +496,12 @@ module Google
|
|
496
496
|
include Google::Apis::Core::JsonObjectSupport
|
497
497
|
end
|
498
498
|
|
499
|
+
class StorageDatabasecenterPartnerapiV1mainBackupDrMetadata
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
499
505
|
class StorageDatabasecenterPartnerapiV1mainBackupRun
|
500
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
507
|
|
@@ -1569,6 +1575,22 @@ module Google
|
|
1569
1575
|
end
|
1570
1576
|
end
|
1571
1577
|
|
1578
|
+
class StorageDatabasecenterPartnerapiV1mainBackupDrMetadata
|
1579
|
+
# @private
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1581
|
+
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupConfiguration, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupConfiguration::Representation
|
1582
|
+
|
1583
|
+
property :backup_run, as: 'backupRun', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupRun, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupRun::Representation
|
1584
|
+
|
1585
|
+
property :backupdr_configuration, as: 'backupdrConfiguration', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration::Representation
|
1586
|
+
|
1587
|
+
property :full_resource_name, as: 'fullResourceName'
|
1588
|
+
property :last_refresh_time, as: 'lastRefreshTime'
|
1589
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
1590
|
+
|
1591
|
+
end
|
1592
|
+
end
|
1593
|
+
|
1572
1594
|
class StorageDatabasecenterPartnerapiV1mainBackupRun
|
1573
1595
|
# @private
|
1574
1596
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1611,6 +1633,8 @@ module Google
|
|
1611
1633
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
|
1612
1634
|
# @private
|
1613
1635
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1636
|
+
property :backupdr_metadata, as: 'backupdrMetadata', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata::Representation
|
1637
|
+
|
1614
1638
|
property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData::Representation
|
1615
1639
|
|
1616
1640
|
property :feed_timestamp, as: 'feedTimestamp'
|
@@ -1625,6 +1649,7 @@ module Google
|
|
1625
1649
|
|
1626
1650
|
property :resource_metadata, as: 'resourceMetadata', class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata, decorator: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata::Representation
|
1627
1651
|
|
1652
|
+
property :skip_ingestion, as: 'skipIngestion'
|
1628
1653
|
end
|
1629
1654
|
end
|
1630
1655
|
|
@@ -95,8 +95,8 @@ module Google
|
|
95
95
|
# @param [String] name
|
96
96
|
# The resource that owns the locations collection, if applicable.
|
97
97
|
# @param [Array<String>, String] extra_location_types
|
98
|
-
# Optional.
|
99
|
-
#
|
98
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
99
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
100
100
|
# @param [String] filter
|
101
101
|
# A filter to narrow down results to a preferred subset. The filtering language
|
102
102
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.35.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.35.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:
|