Skip to content

Commit 5d87e86

Browse files
feat(managedkafka): update the API
#### managedkafka:v1 The following keys were added: - endpoints The following keys were changed: - schemas.ConnectCluster.properties.state.description - schemas.ConnectCluster.properties.state.enum - schemas.ConnectCluster.properties.state.enumDescriptions
1 parent 7ef1951 commit 5d87e86

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

discovery/managedkafka-v1.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"description": "Manage Apache Kafka clusters and resources. ",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/managed-service-for-apache-kafka/docs",
18+
"endpoints": [
19+
{
20+
"description": "Regional Endpoint",
21+
"endpointUrl": "https://managedkafka.us-east7.rep.googleapis.com/",
22+
"location": "us-east7"
23+
}
24+
],
1825
"fullyEncodeReservedExpansion": true,
1926
"icons": {
2027
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -2939,7 +2946,7 @@
29392946
}
29402947
}
29412948
},
2942-
"revision": "20251009",
2949+
"revision": "20251016",
29432950
"rootUrl": "https://managedkafka.googleapis.com/",
29442951
"schemas": {
29452952
"AccessConfig": {
@@ -3263,18 +3270,20 @@
32633270
"type": "boolean"
32643271
},
32653272
"state": {
3266-
"description": "Output only. The current state of the cluster.",
3273+
"description": "Output only. The current state of the Kafka Connect cluster.",
32673274
"enum": [
32683275
"STATE_UNSPECIFIED",
32693276
"CREATING",
32703277
"ACTIVE",
3271-
"DELETING"
3278+
"DELETING",
3279+
"DETACHED"
32723280
],
32733281
"enumDescriptions": [
32743282
"A state was not specified.",
32753283
"The cluster is being created.",
32763284
"The cluster is active.",
3277-
"The cluster is being deleted."
3285+
"The cluster is being deleted.",
3286+
"The cluster is detached."
32783287
],
32793288
"readOnly": true,
32803289
"type": "string"

src/apis/managedkafka/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ export namespace managedkafka_v1 {
359359
*/
360360
satisfiesPzs?: boolean | null;
361361
/**
362-
* Output only. The current state of the cluster.
362+
* Output only. The current state of the Kafka Connect cluster.
363363
*/
364364
state?: string | null;
365365
/**

0 commit comments

Comments
 (0)