|
1073 | 1073 | }
|
1074 | 1074 | }
|
1075 | 1075 | },
|
1076 |
| - "revision": "20250729", |
| 1076 | + "revision": "20250807", |
1077 | 1077 | "rootUrl": "https://redis.googleapis.com/",
|
1078 | 1078 | "schemas": {
|
1079 | 1079 | "AOFConfig": {
|
|
1993 | 1993 | "type": "object"
|
1994 | 1994 | },
|
1995 | 1995 | "DatabaseResourceFeed": {
|
1996 |
| - "description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 10", |
| 1996 | + "description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 11", |
1997 | 1997 | "id": "DatabaseResourceFeed",
|
1998 | 1998 | "properties": {
|
1999 | 1999 | "backupdrMetadata": {
|
|
2047 | 2047 | },
|
2048 | 2048 | "resourceMetadata": {
|
2049 | 2049 | "$ref": "DatabaseResourceMetadata"
|
| 2050 | + }, |
| 2051 | + "skipIngestion": { |
| 2052 | + "description": "Optional. If true, the feed won't be ingested by DB Center. This indicates that the feed is intentionally skipped. For example, BackupDR feeds are only needed for resources integrated with DB Center (e.g., CloudSQL, AlloyDB). Feeds for non-integrated resources (e.g., Compute Engine, Persistent Disk) can be skipped.", |
| 2053 | + "type": "boolean" |
2050 | 2054 | }
|
2051 | 2055 | },
|
2052 | 2056 | "type": "object"
|
|
2266 | 2270 | "SIGNAL_TYPE_SCHEMA_NOT_OPTIMIZED",
|
2267 | 2271 | "SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
|
2268 | 2272 | "SIGNAL_TYPE_REPLICATION_LAG",
|
2269 |
| - "SIGNAL_TYPE_OUTDATED_VERSION" |
| 2273 | + "SIGNAL_TYPE_OUTDATED_VERSION", |
| 2274 | + "SIGNAL_TYPE_OUTDATED_CLIENT" |
2270 | 2275 | ],
|
2271 | 2276 | "enumDeprecated": [
|
2272 | 2277 | false,
|
|
2369 | 2374 | false,
|
2370 | 2375 | false,
|
2371 | 2376 | false,
|
| 2377 | + false, |
2372 | 2378 | false
|
2373 | 2379 | ],
|
2374 | 2380 | "enumDescriptions": [
|
|
2472 | 2478 | "Schema not optimized.",
|
2473 | 2479 | "High number of idle connections.",
|
2474 | 2480 | "Replication delay.",
|
2475 |
| - "Outdated version." |
| 2481 | + "Outdated version.", |
| 2482 | + "Outdated client." |
2476 | 2483 | ],
|
2477 | 2484 | "type": "string"
|
2478 | 2485 | },
|
|
2899 | 2906 | "SIGNAL_TYPE_SCHEMA_NOT_OPTIMIZED",
|
2900 | 2907 | "SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
|
2901 | 2908 | "SIGNAL_TYPE_REPLICATION_LAG",
|
2902 |
| - "SIGNAL_TYPE_OUTDATED_VERSION" |
| 2909 | + "SIGNAL_TYPE_OUTDATED_VERSION", |
| 2910 | + "SIGNAL_TYPE_OUTDATED_CLIENT" |
2903 | 2911 | ],
|
2904 | 2912 | "enumDeprecated": [
|
2905 | 2913 | false,
|
|
3002 | 3010 | false,
|
3003 | 3011 | false,
|
3004 | 3012 | false,
|
| 3013 | + false, |
3005 | 3014 | false
|
3006 | 3015 | ],
|
3007 | 3016 | "enumDescriptions": [
|
|
3105 | 3114 | "Schema not optimized.",
|
3106 | 3115 | "High number of idle connections.",
|
3107 | 3116 | "Replication delay.",
|
3108 |
| - "Outdated version." |
| 3117 | + "Outdated version.", |
| 3118 | + "Outdated client." |
3109 | 3119 | ],
|
3110 | 3120 | "type": "string"
|
3111 | 3121 | }
|
|
0 commit comments