|
1619 | 1619 | } |
1620 | 1620 | } |
1621 | 1621 | }, |
1622 | | - "revision": "20250723", |
| 1622 | + "revision": "20250731", |
1623 | 1623 | "rootUrl": "https://alloydb.googleapis.com/", |
1624 | 1624 | "schemas": { |
1625 | 1625 | "AuthorizedNetwork": { |
|
4255 | 4255 | }, |
4256 | 4256 | "type": "object" |
4257 | 4257 | }, |
| 4258 | + "StorageDatabasecenterPartnerapiV1mainBackupDRMetadata": { |
| 4259 | + "description": "BackupDRMetadata contains information about the backup and disaster recovery metadata of a database resource.", |
| 4260 | + "id": "StorageDatabasecenterPartnerapiV1mainBackupDRMetadata", |
| 4261 | + "properties": { |
| 4262 | + "backupConfiguration": { |
| 4263 | + "$ref": "StorageDatabasecenterPartnerapiV1mainBackupConfiguration", |
| 4264 | + "description": "Backup configuration for this instance." |
| 4265 | + }, |
| 4266 | + "backupRun": { |
| 4267 | + "$ref": "StorageDatabasecenterPartnerapiV1mainBackupRun", |
| 4268 | + "description": "Latest backup run information for this instance." |
| 4269 | + }, |
| 4270 | + "backupdrConfiguration": { |
| 4271 | + "$ref": "StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration", |
| 4272 | + "description": "BackupDR configuration for this instance." |
| 4273 | + }, |
| 4274 | + "fullResourceName": { |
| 4275 | + "description": "Required. Full resource name of this instance.", |
| 4276 | + "type": "string" |
| 4277 | + }, |
| 4278 | + "lastRefreshTime": { |
| 4279 | + "description": "Required. Last time backup configuration was refreshed.", |
| 4280 | + "format": "google-datetime", |
| 4281 | + "type": "string" |
| 4282 | + }, |
| 4283 | + "resourceId": { |
| 4284 | + "$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId", |
| 4285 | + "description": "Required. Database resource id." |
| 4286 | + } |
| 4287 | + }, |
| 4288 | + "type": "object" |
| 4289 | + }, |
4258 | 4290 | "StorageDatabasecenterPartnerapiV1mainBackupRun": { |
4259 | 4291 | "description": "A backup run.", |
4260 | 4292 | "id": "StorageDatabasecenterPartnerapiV1mainBackupRun", |
|
4364 | 4396 | "type": "object" |
4365 | 4397 | }, |
4366 | 4398 | "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed": { |
4367 | | - "description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 9", |
| 4399 | + "description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 10", |
4368 | 4400 | "id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed", |
4369 | 4401 | "properties": { |
| 4402 | + "backupdrMetadata": { |
| 4403 | + "$ref": "StorageDatabasecenterPartnerapiV1mainBackupDRMetadata", |
| 4404 | + "description": "BackupDR metadata is used to ingest metadata from BackupDR." |
| 4405 | + }, |
4370 | 4406 | "configBasedSignalData": { |
4371 | 4407 | "$ref": "StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData", |
4372 | 4408 | "description": "Config based signal data is used to ingest signals that are generated based on the configuration of the database resource." |
|
4384 | 4420 | "OBSERVABILITY_DATA", |
4385 | 4421 | "SECURITY_FINDING_DATA", |
4386 | 4422 | "RECOMMENDATION_SIGNAL_DATA", |
4387 | | - "CONFIG_BASED_SIGNAL_DATA" |
| 4423 | + "CONFIG_BASED_SIGNAL_DATA", |
| 4424 | + "BACKUPDR_METADATA" |
4388 | 4425 | ], |
4389 | 4426 | "enumDescriptions": [ |
4390 | 4427 | "", |
4391 | 4428 | "Database resource metadata feed from control plane", |
4392 | 4429 | "Database resource monitoring data", |
4393 | 4430 | "Database resource security health signal data", |
4394 | 4431 | "Database resource recommendation signal data", |
4395 | | - "Database config based signal data" |
| 4432 | + "Database config based signal data", |
| 4433 | + "Database resource metadata from BackupDR" |
4396 | 4434 | ], |
4397 | 4435 | "type": "string" |
4398 | 4436 | }, |
|
4631 | 4669 | "SIGNAL_TYPE_SCHEMA_NOT_OPTIMIZED", |
4632 | 4670 | "SIGNAL_TYPE_MANY_IDLE_CONNECTIONS", |
4633 | 4671 | "SIGNAL_TYPE_REPLICATION_LAG", |
4634 | | - "SIGNAL_TYPE_OUTDATED_VERSION" |
| 4672 | + "SIGNAL_TYPE_OUTDATED_VERSION", |
| 4673 | + "SIGNAL_TYPE_OUTDATED_CLIENT" |
4635 | 4674 | ], |
4636 | 4675 | "enumDeprecated": [ |
4637 | 4676 | false, |
|
4734 | 4773 | false, |
4735 | 4774 | false, |
4736 | 4775 | false, |
| 4776 | + false, |
4737 | 4777 | false |
4738 | 4778 | ], |
4739 | 4779 | "enumDescriptions": [ |
|
4837 | 4877 | "Schema not optimized.", |
4838 | 4878 | "High number of idle connections.", |
4839 | 4879 | "Replication delay.", |
4840 | | - "Outdated version." |
| 4880 | + "Outdated version.", |
| 4881 | + "Outdated client." |
4841 | 4882 | ], |
4842 | 4883 | "type": "string" |
4843 | 4884 | }, |
|
5264 | 5305 | "SIGNAL_TYPE_SCHEMA_NOT_OPTIMIZED", |
5265 | 5306 | "SIGNAL_TYPE_MANY_IDLE_CONNECTIONS", |
5266 | 5307 | "SIGNAL_TYPE_REPLICATION_LAG", |
5267 | | - "SIGNAL_TYPE_OUTDATED_VERSION" |
| 5308 | + "SIGNAL_TYPE_OUTDATED_VERSION", |
| 5309 | + "SIGNAL_TYPE_OUTDATED_CLIENT" |
5268 | 5310 | ], |
5269 | 5311 | "enumDeprecated": [ |
5270 | 5312 | false, |
|
5367 | 5409 | false, |
5368 | 5410 | false, |
5369 | 5411 | false, |
| 5412 | + false, |
5370 | 5413 | false |
5371 | 5414 | ], |
5372 | 5415 | "enumDescriptions": [ |
|
5470 | 5513 | "Schema not optimized.", |
5471 | 5514 | "High number of idle connections.", |
5472 | 5515 | "Replication delay.", |
5473 | | - "Outdated version." |
| 5516 | + "Outdated version.", |
| 5517 | + "Outdated client." |
5474 | 5518 | ], |
5475 | 5519 | "type": "string" |
5476 | 5520 | } |
|
0 commit comments