@@ -1944,7 +1944,7 @@ class DiscoveryV1 extends BaseService {
1944
1944
* @param {string } params.collectionId - The ID of the collection.
1945
1945
* @param {NodeJS.ReadableStream|Buffer } [params.file] - The content of the document to ingest. The maximum supported
1946
1946
* file size when adding a file to a collection is 50 megabytes, the maximum supported file size when testing a
1947
- * confiruration is 1 megabyte. Files larger than the supported size are rejected.
1947
+ * configuration is 1 megabyte. Files larger than the supported size are rejected.
1948
1948
* @param {string } [params.filename] - The filename for file.
1949
1949
* @param {string } [params.fileContentType] - The content type of file.
1950
1950
* @param {string } [params.metadata] - The maximum supported metadata file size is 1 MB. Metadata parts larger than 1
@@ -2105,7 +2105,7 @@ class DiscoveryV1 extends BaseService {
2105
2105
* @param {string } params.documentId - The ID of the document.
2106
2106
* @param {NodeJS.ReadableStream|Buffer } [params.file] - The content of the document to ingest. The maximum supported
2107
2107
* file size when adding a file to a collection is 50 megabytes, the maximum supported file size when testing a
2108
- * confiruration is 1 megabyte. Files larger than the supported size are rejected.
2108
+ * configuration is 1 megabyte. Files larger than the supported size are rejected.
2109
2109
* @param {string } [params.filename] - The filename for file.
2110
2110
* @param {string } [params.fileContentType] - The content type of file.
2111
2111
* @param {string } [params.metadata] - The maximum supported metadata file size is 1 MB. Metadata parts larger than 1
@@ -5135,7 +5135,7 @@ namespace DiscoveryV1 {
5135
5135
/** The ID of the collection. */
5136
5136
collectionId : string ;
5137
5137
/** The content of the document to ingest. The maximum supported file size when adding a file to a collection is
5138
- * 50 megabytes, the maximum supported file size when testing a confiruration is 1 megabyte. Files larger than the
5138
+ * 50 megabytes, the maximum supported file size when testing a configuration is 1 megabyte. Files larger than the
5139
5139
* supported size are rejected.
5140
5140
*/
5141
5141
file ?: NodeJS . ReadableStream | Buffer ;
@@ -5186,7 +5186,7 @@ namespace DiscoveryV1 {
5186
5186
/** The ID of the document. */
5187
5187
documentId : string ;
5188
5188
/** The content of the document to ingest. The maximum supported file size when adding a file to a collection is
5189
- * 50 megabytes, the maximum supported file size when testing a confiruration is 1 megabyte. Files larger than the
5189
+ * 50 megabytes, the maximum supported file size when testing a configuration is 1 megabyte. Files larger than the
5190
5190
* supported size are rejected.
5191
5191
*/
5192
5192
file ?: NodeJS . ReadableStream | Buffer ;
0 commit comments