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: clients/google-api-services-managedkafka/v1/2.0.0/com/google/api/services/managedkafka/v1/model/ConnectCluster.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ public final class ConnectCluster extends com.google.api.client.json.GenericJson
98
98
privatejava.lang.BooleansatisfiesPzs;
99
99
100
100
/**
101
-
* Output only. The current state of the cluster.
101
+
* Output only. The current state of the Kafka Connect cluster.
102
102
* The value may be {@code null}.
103
103
*/
104
104
@com.google.api.client.util.Key
@@ -273,15 +273,15 @@ public ConnectCluster setSatisfiesPzs(java.lang.Boolean satisfiesPzs) {
273
273
}
274
274
275
275
/**
276
-
* Output only. The current state of the cluster.
276
+
* Output only. The current state of the Kafka Connect cluster.
277
277
* @return value or {@code null} for none
278
278
*/
279
279
publicjava.lang.StringgetState() {
280
280
returnstate;
281
281
}
282
282
283
283
/**
284
-
* Output only. The current state of the cluster.
284
+
* Output only. The current state of the Kafka Connect cluster.
0 commit comments