@@ -2260,7 +2260,7 @@ Documents.prototype.suggest = function suggestDocuments() {
22602260 * defaultMetadata and transform.
22612261 * @method documents#writeAll
22622262 * @since 2.8.0
2263- * @param {stream } [ stream] - stream containing the input.
2263+ * @param {stream } stream - stream containing the input.
22642264 * @param {object } [options] - Configures the write operation.
22652265 * @param {function(progress, documents) } [onBatchSuccess] - A callback that can notify other systems about batches
22662266 * written successfully.
@@ -2766,7 +2766,7 @@ function urisOutputTransform(headers, data) {
27662766 * concurrentRequests, categories, transform, onInitialTimestamp, outputStreamType and consistentSnapshot.
27672767 * @method documents#readAll
27682768 * @since 2.9.0
2769- * @param {stream } [ stream] - stream containing the input uris.
2769+ * @param {stream } stream - stream containing the input uris.
27702770 * @param {object } [options] - Configures the readAll operation.
27712771 * @param {function(summary) } [onCompletion] - A callback that receives a summary of the results.
27722772 * @param {function(progress, uris, error) } [onBatchError] - A callback that responds to any error while reading a
@@ -3356,7 +3356,7 @@ function copyConstraints(suggestConstraints, searchConstraints) {
33563356 * and transformStrategy.
33573357 * @method documents#transformAll
33583358 * @since 3.0.0
3359- * @param {stream } [ stream] - stream containing the input.
3359+ * @param {stream } stream - stream containing the input.
33603360 * @param {object } [options] - Configures the transformAll operation.
33613361 * @param {function(summary) } [onCompletion] - A callback that receives a summary of the results.
33623362 * @param {function(progress, uris, error) } [onBatchError] - A callback that responds to any error while transforming a
@@ -3780,7 +3780,7 @@ function queryToTransformAllDocumentsImpl(query, jobOptions){
37803780 * The removeAllUris function deletes a set of documents from the database.
37813781 * @method documents#removeAllUris
37823782 * @since 3.0.0
3783- * @param {stream } [ stream] - stream containing the input uris.
3783+ * @param {stream } stream - stream containing the input uris.
37843784 * @param {object } [options] - Configures the removeAllUris operation.
37853785 * @param {function(summary) } [onCompletion] - A callback that receives a summary of the results.
37863786 * @param {function(progress, uris, error) } [onBatchError] - A callback that responds to any error while transforming a
0 commit comments