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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ public final class ConnectCluster extends com.google.api.client.json.GenericJson
38
38
privateCapacityConfigcapacityConfig;
39
39
40
40
/**
41
-
* Optional. Configurations for the worker that are overridden from the defaults. The key of the
42
-
* map is a Kafka Connect worker property name, for example: `exactly.once.source.support`.
41
+
* Optional. Reserved for future use. This field is meant for worker config overrides, but is
42
+
* unsupported for now.
43
43
* The value may be {@code null}.
44
44
*/
45
45
@com.google.api.client.util.Key
@@ -129,17 +129,17 @@ public ConnectCluster setCapacityConfig(CapacityConfig capacityConfig) {
129
129
}
130
130
131
131
/**
132
-
* Optional. Configurations for the worker that are overridden from the defaults. The key of the
133
-
* map is a Kafka Connect worker property name, for example: `exactly.once.source.support`.
132
+
* Optional. Reserved for future use. This field is meant for worker config overrides, but is
0 commit comments