Skip to content

Commit 6db6069

Browse files
feat(managedkafka): update the api
#### managedkafka:v1 The following keys were added: - schemas.ConnectCluster.properties.satisfiesPzi (Total Keys: 2) - schemas.ConnectCluster.properties.satisfiesPzs (Total Keys: 2)
1 parent bb18603 commit 6db6069

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/dyn/managedkafka_v1.projects.locations.connectClusters.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ <h3>Method Details</h3>
147147
&quot;a_key&quot;: &quot;A String&quot;,
148148
},
149149
&quot;name&quot;: &quot;A String&quot;, # Identifier. The name of the Kafka Connect cluster. Structured like: projects/{project_number}/locations/{location}/connectClusters/{connect_cluster_id}
150+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
151+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
150152
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the cluster.
151153
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the cluster was last updated.
152154
}
@@ -264,6 +266,8 @@ <h3>Method Details</h3>
264266
&quot;a_key&quot;: &quot;A String&quot;,
265267
},
266268
&quot;name&quot;: &quot;A String&quot;, # Identifier. The name of the Kafka Connect cluster. Structured like: projects/{project_number}/locations/{location}/connectClusters/{connect_cluster_id}
269+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
270+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
267271
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the cluster.
268272
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the cluster was last updated.
269273
}</pre>
@@ -321,6 +325,8 @@ <h3>Method Details</h3>
321325
&quot;a_key&quot;: &quot;A String&quot;,
322326
},
323327
&quot;name&quot;: &quot;A String&quot;, # Identifier. The name of the Kafka Connect cluster. Structured like: projects/{project_number}/locations/{location}/connectClusters/{connect_cluster_id}
328+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
329+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
324330
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the cluster.
325331
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the cluster was last updated.
326332
},
@@ -387,6 +393,8 @@ <h3>Method Details</h3>
387393
&quot;a_key&quot;: &quot;A String&quot;,
388394
},
389395
&quot;name&quot;: &quot;A String&quot;, # Identifier. The name of the Kafka Connect cluster. Structured like: projects/{project_number}/locations/{location}/connectClusters/{connect_cluster_id}
396+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
397+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
390398
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the cluster.
391399
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the cluster was last updated.
392400
}

googleapiclient/discovery_cache/documents/managedkafka.v1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2919,7 +2919,7 @@
29192919
}
29202920
}
29212921
},
2922-
"revision": "20250623",
2922+
"revision": "20250701",
29232923
"rootUrl": "https://managedkafka.googleapis.com/",
29242924
"schemas": {
29252925
"AccessConfig": {
@@ -3228,6 +3228,16 @@
32283228
"description": "Identifier. The name of the Kafka Connect cluster. Structured like: projects/{project_number}/locations/{location}/connectClusters/{connect_cluster_id}",
32293229
"type": "string"
32303230
},
3231+
"satisfiesPzi": {
3232+
"description": "Output only. Reserved for future use.",
3233+
"readOnly": true,
3234+
"type": "boolean"
3235+
},
3236+
"satisfiesPzs": {
3237+
"description": "Output only. Reserved for future use.",
3238+
"readOnly": true,
3239+
"type": "boolean"
3240+
},
32313241
"state": {
32323242
"description": "Output only. The current state of the cluster.",
32333243
"enum": [

0 commit comments

Comments
 (0)