Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 52 additions & 8 deletions alloydb/v1beta/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@
}
}
},
"revision": "20250723",
"revision": "20250731",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -4255,6 +4255,38 @@
},
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainBackupDRMetadata": {
"description": "BackupDRMetadata contains information about the backup and disaster recovery metadata of a database resource.",
"id": "StorageDatabasecenterPartnerapiV1mainBackupDRMetadata",
"properties": {
"backupConfiguration": {
"$ref": "StorageDatabasecenterPartnerapiV1mainBackupConfiguration",
"description": "Backup configuration for this instance."
},
"backupRun": {
"$ref": "StorageDatabasecenterPartnerapiV1mainBackupRun",
"description": "Latest backup run information for this instance."
},
"backupdrConfiguration": {
"$ref": "StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration",
"description": "BackupDR configuration for this instance."
},
"fullResourceName": {
"description": "Required. Full resource name of this instance.",
"type": "string"
},
"lastRefreshTime": {
"description": "Required. Last time backup configuration was refreshed.",
"format": "google-datetime",
"type": "string"
},
"resourceId": {
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId",
"description": "Required. Database resource id."
}
},
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainBackupRun": {
"description": "A backup run.",
"id": "StorageDatabasecenterPartnerapiV1mainBackupRun",
Expand Down Expand Up @@ -4364,9 +4396,13 @@
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed": {
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 9",
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 10",
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed",
"properties": {
"backupdrMetadata": {
"$ref": "StorageDatabasecenterPartnerapiV1mainBackupDRMetadata",
"description": "BackupDR metadata is used to ingest metadata from BackupDR."
},
"configBasedSignalData": {
"$ref": "StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData",
"description": "Config based signal data is used to ingest signals that are generated based on the configuration of the database resource."
Expand All @@ -4384,15 +4420,17 @@
"OBSERVABILITY_DATA",
"SECURITY_FINDING_DATA",
"RECOMMENDATION_SIGNAL_DATA",
"CONFIG_BASED_SIGNAL_DATA"
"CONFIG_BASED_SIGNAL_DATA",
"BACKUPDR_METADATA"
],
"enumDescriptions": [
"",
"Database resource metadata feed from control plane",
"Database resource monitoring data",
"Database resource security health signal data",
"Database resource recommendation signal data",
"Database config based signal data"
"Database config based signal data",
"Database resource metadata from BackupDR"
],
"type": "string"
},
Expand Down Expand Up @@ -4631,7 +4669,8 @@
"SIGNAL_TYPE_SCHEMA_NOT_OPTIMIZED",
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
"SIGNAL_TYPE_REPLICATION_LAG",
"SIGNAL_TYPE_OUTDATED_VERSION"
"SIGNAL_TYPE_OUTDATED_VERSION",
"SIGNAL_TYPE_OUTDATED_CLIENT"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -4734,6 +4773,7 @@
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -4837,7 +4877,8 @@
"Schema not optimized.",
"High number of idle connections.",
"Replication delay.",
"Outdated version."
"Outdated version.",
"Outdated client."
],
"type": "string"
},
Expand Down Expand Up @@ -5264,7 +5305,8 @@
"SIGNAL_TYPE_SCHEMA_NOT_OPTIMIZED",
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
"SIGNAL_TYPE_REPLICATION_LAG",
"SIGNAL_TYPE_OUTDATED_VERSION"
"SIGNAL_TYPE_OUTDATED_VERSION",
"SIGNAL_TYPE_OUTDATED_CLIENT"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -5367,6 +5409,7 @@
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -5470,7 +5513,8 @@
"Schema not optimized.",
"High number of idle connections.",
"Replication delay.",
"Outdated version."
"Outdated version.",
"Outdated client."
],
"type": "string"
}
Expand Down
50 changes: 45 additions & 5 deletions alloydb/v1beta/alloydb-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading