Skip to content

Commit b94da90

Browse files
1 parent aae9ec3 commit b94da90

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/ManagedKafka/ConnectCluster.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)