Skip to content

Commit a5a7982

Browse files
feat(all): auto-regenerate discovery clients (#3070)
1 parent 4cd8392 commit a5a7982

File tree

6 files changed

+60
-11
lines changed

6 files changed

+60
-11
lines changed

backupdr/v1/backupdr-api.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@
17451745
}
17461746
}
17471747
},
1748-
"revision": "20250205",
1748+
"revision": "20250305",
17491749
"rootUrl": "https://backupdr.googleapis.com/",
17501750
"schemas": {
17511751
"AbandonBackupRequest": {
@@ -2462,6 +2462,12 @@
24622462
"format": "google-datetime",
24632463
"readOnly": true,
24642464
"type": "string"
2465+
},
2466+
"lastSuccessfulLogBackupConsistencyTime": {
2467+
"description": "Output only. If the last log backup were successful, this field has the consistency date.",
2468+
"format": "google-datetime",
2469+
"readOnly": true,
2470+
"type": "string"
24652471
}
24662472
},
24672473
"type": "object"

backupdr/v1/backupdr-gen.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis/v1/redis-api.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
}
10681068
}
10691069
},
1070-
"revision": "20250303",
1070+
"revision": "20250311",
10711071
"rootUrl": "https://redis.googleapis.com/",
10721072
"schemas": {
10731073
"AOFConfig": {
@@ -2124,7 +2124,9 @@
21242124
"SIGNAL_TYPE_EXPENSIVE_COMMANDS",
21252125
"SIGNAL_TYPE_NO_MAINTENANCE_POLICY_CONFIGURED",
21262126
"SIGNAL_TYPE_NO_DELETION_PROTECTION",
2127-
"SIGNAL_TYPE_INEFFICIENT_QUERY"
2127+
"SIGNAL_TYPE_INEFFICIENT_QUERY",
2128+
"SIGNAL_TYPE_READ_INTENSIVE_WORKLOAD",
2129+
"SIGNAL_TYPE_MEMORY_LIMIT"
21282130
],
21292131
"enumDeprecated": [
21302132
false,
@@ -2214,6 +2216,8 @@
22142216
false,
22152217
false,
22162218
false,
2219+
false,
2220+
false,
22172221
false
22182222
],
22192223
"enumDescriptions": [
@@ -2304,7 +2308,9 @@
23042308
"Detects that expensive commands are being run on a database instance impacting overall performance.",
23052309
"Indicates that the instance does not have a maintenance policy configured.",
23062310
"Deletion Protection Disabled for the resource",
2307-
"Indicates that the instance has inefficient queries detected."
2311+
"Indicates that the instance has inefficient queries detected.",
2312+
"Indicates that the instance has read intensive workload.",
2313+
"Indicates that the instance is nearing memory limit."
23082314
],
23092315
"type": "string"
23102316
},
@@ -2713,7 +2719,9 @@
27132719
"SIGNAL_TYPE_EXPENSIVE_COMMANDS",
27142720
"SIGNAL_TYPE_NO_MAINTENANCE_POLICY_CONFIGURED",
27152721
"SIGNAL_TYPE_NO_DELETION_PROTECTION",
2716-
"SIGNAL_TYPE_INEFFICIENT_QUERY"
2722+
"SIGNAL_TYPE_INEFFICIENT_QUERY",
2723+
"SIGNAL_TYPE_READ_INTENSIVE_WORKLOAD",
2724+
"SIGNAL_TYPE_MEMORY_LIMIT"
27172725
],
27182726
"enumDeprecated": [
27192727
false,
@@ -2803,6 +2811,8 @@
28032811
false,
28042812
false,
28052813
false,
2814+
false,
2815+
false,
28062816
false
28072817
],
28082818
"enumDescriptions": [
@@ -2893,7 +2903,9 @@
28932903
"Detects that expensive commands are being run on a database instance impacting overall performance.",
28942904
"Indicates that the instance does not have a maintenance policy configured.",
28952905
"Deletion Protection Disabled for the resource",
2896-
"Indicates that the instance has inefficient queries detected."
2906+
"Indicates that the instance has inefficient queries detected.",
2907+
"Indicates that the instance has read intensive workload.",
2908+
"Indicates that the instance is nearing memory limit."
28972909
],
28982910
"type": "string"
28992911
}

redis/v1/redis-gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis/v1beta1/redis-api.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
}
10681068
}
10691069
},
1070-
"revision": "20250303",
1070+
"revision": "20250311",
10711071
"rootUrl": "https://redis.googleapis.com/",
10721072
"schemas": {
10731073
"AOFConfig": {
@@ -2124,7 +2124,9 @@
21242124
"SIGNAL_TYPE_EXPENSIVE_COMMANDS",
21252125
"SIGNAL_TYPE_NO_MAINTENANCE_POLICY_CONFIGURED",
21262126
"SIGNAL_TYPE_NO_DELETION_PROTECTION",
2127-
"SIGNAL_TYPE_INEFFICIENT_QUERY"
2127+
"SIGNAL_TYPE_INEFFICIENT_QUERY",
2128+
"SIGNAL_TYPE_READ_INTENSIVE_WORKLOAD",
2129+
"SIGNAL_TYPE_MEMORY_LIMIT"
21282130
],
21292131
"enumDeprecated": [
21302132
false,
@@ -2214,6 +2216,8 @@
22142216
false,
22152217
false,
22162218
false,
2219+
false,
2220+
false,
22172221
false
22182222
],
22192223
"enumDescriptions": [
@@ -2304,7 +2308,9 @@
23042308
"Detects that expensive commands are being run on a database instance impacting overall performance.",
23052309
"Indicates that the instance does not have a maintenance policy configured.",
23062310
"Deletion Protection Disabled for the resource",
2307-
"Indicates that the instance has inefficient queries detected."
2311+
"Indicates that the instance has inefficient queries detected.",
2312+
"Indicates that the instance has read intensive workload.",
2313+
"Indicates that the instance is nearing memory limit."
23082314
],
23092315
"type": "string"
23102316
},
@@ -2713,7 +2719,9 @@
27132719
"SIGNAL_TYPE_EXPENSIVE_COMMANDS",
27142720
"SIGNAL_TYPE_NO_MAINTENANCE_POLICY_CONFIGURED",
27152721
"SIGNAL_TYPE_NO_DELETION_PROTECTION",
2716-
"SIGNAL_TYPE_INEFFICIENT_QUERY"
2722+
"SIGNAL_TYPE_INEFFICIENT_QUERY",
2723+
"SIGNAL_TYPE_READ_INTENSIVE_WORKLOAD",
2724+
"SIGNAL_TYPE_MEMORY_LIMIT"
27172725
],
27182726
"enumDeprecated": [
27192727
false,
@@ -2803,6 +2811,8 @@
28032811
false,
28042812
false,
28052813
false,
2814+
false,
2815+
false,
28062816
false
28072817
],
28082818
"enumDescriptions": [
@@ -2893,7 +2903,9 @@
28932903
"Detects that expensive commands are being run on a database instance impacting overall performance.",
28942904
"Indicates that the instance does not have a maintenance policy configured.",
28952905
"Deletion Protection Disabled for the resource",
2896-
"Indicates that the instance has inefficient queries detected."
2906+
"Indicates that the instance has inefficient queries detected.",
2907+
"Indicates that the instance has read intensive workload.",
2908+
"Indicates that the instance is nearing memory limit."
28972909
],
28982910
"type": "string"
28992911
}

redis/v1beta1/redis-gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)