File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,9 +42,8 @@ class ConnectCluster extends \Google\Model
4242 protected $ capacityConfigType = CapacityConfig::class;
4343 protected $ capacityConfigDataType = '' ;
4444 /**
45- * Optional. Configurations for the worker that are overridden from the
46- * defaults. The key of the map is a Kafka Connect worker property name, for
47- * example: `exactly.once.source.support`.
45+ * Optional. Reserved for future use. This field is meant for worker config
46+ * overrides, but is unsupported for now.
4847 *
4948 * @var string[]
5049 */
@@ -121,9 +120,8 @@ public function getCapacityConfig()
121120 return $ this ->capacityConfig ;
122121 }
123122 /**
124- * Optional. Configurations for the worker that are overridden from the
125- * defaults. The key of the map is a Kafka Connect worker property name, for
126- * example: `exactly.once.source.support`.
123+ * Optional. Reserved for future use. This field is meant for worker config
124+ * overrides, but is unsupported for now.
127125 *
128126 * @param string[] $config
129127 */
You can’t perform that action at this time.
0 commit comments