You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/managedkafka_v1.projects.locations.connectClusters.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,8 @@ <h3>Method Details</h3>
147
147
"a_key": "A String",
148
148
},
149
149
"name": "A String", # Identifier. The name of the Kafka Connect cluster. Structured like: projects/{project_number}/locations/{location}/connectClusters/{connect_cluster_id}
150
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
151
+
"satisfiesPzs": True or False, # Output only. Reserved for future use.
150
152
"state": "A String", # Output only. The current state of the cluster.
151
153
"updateTime": "A String", # Output only. The time when the cluster was last updated.
152
154
}
@@ -264,6 +266,8 @@ <h3>Method Details</h3>
264
266
"a_key": "A String",
265
267
},
266
268
"name": "A String", # Identifier. The name of the Kafka Connect cluster. Structured like: projects/{project_number}/locations/{location}/connectClusters/{connect_cluster_id}
269
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
270
+
"satisfiesPzs": True or False, # Output only. Reserved for future use.
267
271
"state": "A String", # Output only. The current state of the cluster.
268
272
"updateTime": "A String", # Output only. The time when the cluster was last updated.
269
273
}</pre>
@@ -321,6 +325,8 @@ <h3>Method Details</h3>
321
325
"a_key": "A String",
322
326
},
323
327
"name": "A String", # Identifier. The name of the Kafka Connect cluster. Structured like: projects/{project_number}/locations/{location}/connectClusters/{connect_cluster_id}
328
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
329
+
"satisfiesPzs": True or False, # Output only. Reserved for future use.
324
330
"state": "A String", # Output only. The current state of the cluster.
325
331
"updateTime": "A String", # Output only. The time when the cluster was last updated.
326
332
},
@@ -387,6 +393,8 @@ <h3>Method Details</h3>
387
393
"a_key": "A String",
388
394
},
389
395
"name": "A String", # Identifier. The name of the Kafka Connect cluster. Structured like: projects/{project_number}/locations/{location}/connectClusters/{connect_cluster_id}
396
+
"satisfiesPzi": True or False, # Output only. Reserved for future use.
397
+
"satisfiesPzs": True or False, # Output only. Reserved for future use.
390
398
"state": "A String", # Output only. The current state of the cluster.
391
399
"updateTime": "A String", # Output only. The time when the cluster was last updated.
"description": "Identifier. The name of the Kafka Connect cluster. Structured like: projects/{project_number}/locations/{location}/connectClusters/{connect_cluster_id}",
3229
3229
"type": "string"
3230
3230
},
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
+
},
3231
3241
"state": {
3232
3242
"description": "Output only. The current state of the cluster.",
0 commit comments