@@ -2260,7 +2260,7 @@ Documents.prototype.suggest = function suggestDocuments() {
2260
2260
* defaultMetadata and transform.
2261
2261
* @method documents#writeAll
2262
2262
* @since 2.8.0
2263
- * @param {stream } [ stream] - stream containing the input.
2263
+ * @param {stream } stream - stream containing the input.
2264
2264
* @param {object } [options] - Configures the write operation.
2265
2265
* @param {function(progress, documents) } [onBatchSuccess] - A callback that can notify other systems about batches
2266
2266
* written successfully.
@@ -2766,7 +2766,7 @@ function urisOutputTransform(headers, data) {
2766
2766
* concurrentRequests, categories, transform, onInitialTimestamp, outputStreamType and consistentSnapshot.
2767
2767
* @method documents#readAll
2768
2768
* @since 2.9.0
2769
- * @param {stream } [ stream] - stream containing the input uris.
2769
+ * @param {stream } stream - stream containing the input uris.
2770
2770
* @param {object } [options] - Configures the readAll operation.
2771
2771
* @param {function(summary) } [onCompletion] - A callback that receives a summary of the results.
2772
2772
* @param {function(progress, uris, error) } [onBatchError] - A callback that responds to any error while reading a
@@ -3356,7 +3356,7 @@ function copyConstraints(suggestConstraints, searchConstraints) {
3356
3356
* and transformStrategy.
3357
3357
* @method documents#transformAll
3358
3358
* @since 3.0.0
3359
- * @param {stream } [ stream] - stream containing the input.
3359
+ * @param {stream } stream - stream containing the input.
3360
3360
* @param {object } [options] - Configures the transformAll operation.
3361
3361
* @param {function(summary) } [onCompletion] - A callback that receives a summary of the results.
3362
3362
* @param {function(progress, uris, error) } [onBatchError] - A callback that responds to any error while transforming a
@@ -3780,7 +3780,7 @@ function queryToTransformAllDocumentsImpl(query, jobOptions){
3780
3780
* The removeAllUris function deletes a set of documents from the database.
3781
3781
* @method documents#removeAllUris
3782
3782
* @since 3.0.0
3783
- * @param {stream } [ stream] - stream containing the input uris.
3783
+ * @param {stream } stream - stream containing the input uris.
3784
3784
* @param {object } [options] - Configures the removeAllUris operation.
3785
3785
* @param {function(summary) } [onCompletion] - A callback that receives a summary of the results.
3786
3786
* @param {function(progress, uris, error) } [onBatchError] - A callback that responds to any error while transforming a
0 commit comments