@google-cloud/discoveryengine 1.3.1 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +64 -0
  3. package/build/protos/google/cloud/discoveryengine/v1/common.proto +54 -3
  4. package/build/protos/google/cloud/discoveryengine/v1/completion.proto +52 -0
  5. package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +51 -4
  6. package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +3 -0
  7. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +40 -1
  8. package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +98 -0
  9. package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +304 -0
  10. package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
  11. package/build/protos/google/cloud/discoveryengine/v1/engine.proto +215 -0
  12. package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +242 -0
  13. package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +64 -0
  14. package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +38 -0
  15. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +137 -4
  16. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +170 -0
  17. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +691 -0
  18. package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +3 -3
  19. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +49 -0
  20. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +79 -0
  21. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +72 -0
  22. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +137 -0
  23. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +77 -4
  24. package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +52 -0
  25. package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +44 -2
  26. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +6 -1
  27. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +44 -0
  28. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +80 -1
  29. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +83 -0
  30. package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +127 -0
  31. package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +6 -0
  32. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +13 -8
  33. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +3 -2
  34. package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +130 -0
  35. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +64 -0
  36. package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +66 -0
  37. package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +3 -1
  38. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +3 -0
  39. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +74 -13
  40. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +24 -20
  41. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +271 -0
  42. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +147 -0
  43. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +9 -3
  44. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +7 -4
  45. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +4 -3
  46. package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +59 -8
  47. package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +52 -0
  48. package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +51 -4
  49. package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +3 -0
  50. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +45 -1
  51. package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +120 -0
  52. package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +306 -0
  53. package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +10 -1
  54. package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +94 -0
  55. package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +220 -0
  56. package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +244 -0
  57. package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +64 -0
  58. package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +41 -0
  59. package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +26 -3
  60. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +169 -15
  61. package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +151 -0
  62. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +265 -0
  63. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +148 -0
  64. package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +170 -0
  65. package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +695 -0
  66. package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +4 -3
  67. package/build/protos/protos.d.ts +48530 -23682
  68. package/build/protos/protos.js +122429 -63306
  69. package/build/protos/protos.json +13438 -7286
  70. package/build/src/index.d.ts +10 -1
  71. package/build/src/index.js +10 -1
  72. package/build/src/v1/completion_service_client.d.ts +489 -7
  73. package/build/src/v1/completion_service_client.js +715 -11
  74. package/build/src/v1/completion_service_client_config.json +10 -0
  75. package/build/src/v1/conversational_search_service_client.d.ts +341 -3
  76. package/build/src/v1/conversational_search_service_client.js +466 -9
  77. package/build/src/v1/data_store_service_client.d.ts +1286 -0
  78. package/build/src/v1/data_store_service_client.js +1768 -0
  79. package/build/src/v1/data_store_service_client_config.json +46 -0
  80. package/build/src/v1/document_service_client.d.ts +347 -2
  81. package/build/src/v1/document_service_client.js +506 -9
  82. package/build/src/v1/engine_service_client.d.ts +1211 -0
  83. package/build/src/v1/engine_service_client.js +1731 -0
  84. package/build/src/v1/engine_service_client_config.json +46 -0
  85. package/build/src/v1/index.d.ts +3 -0
  86. package/build/src/v1/index.js +7 -1
  87. package/build/src/v1/schema_service_client.d.ts +272 -2
  88. package/build/src/v1/schema_service_client.js +402 -9
  89. package/build/src/v1/search_service_client.d.ts +515 -11
  90. package/build/src/v1/search_service_client.js +648 -15
  91. package/build/src/v1/site_search_engine_service_client.d.ts +1564 -0
  92. package/build/src/v1/site_search_engine_service_client.js +2075 -0
  93. package/build/src/v1/site_search_engine_service_client_config.json +74 -0
  94. package/build/src/v1/user_event_service_client.d.ts +272 -2
  95. package/build/src/v1/user_event_service_client.js +402 -9
  96. package/build/src/v1alpha/acl_config_service_client.d.ts +1233 -0
  97. package/build/src/v1alpha/acl_config_service_client.js +1765 -0
  98. package/build/src/v1alpha/acl_config_service_client_config.json +34 -0
  99. package/build/src/v1alpha/chunk_service_client.d.ts +1350 -0
  100. package/build/src/v1alpha/chunk_service_client.js +1886 -0
  101. package/build/src/v1alpha/chunk_service_client_config.json +34 -0
  102. package/build/src/v1alpha/completion_service_client.d.ts +599 -5
  103. package/build/src/v1alpha/completion_service_client.js +868 -12
  104. package/build/src/v1alpha/completion_service_client_config.json +10 -0
  105. package/build/src/v1alpha/conversational_search_service_client.d.ts +244 -3
  106. package/build/src/v1alpha/conversational_search_service_client.js +353 -10
  107. package/build/src/v1alpha/data_store_service_client.d.ts +462 -5
  108. package/build/src/v1alpha/data_store_service_client.js +599 -12
  109. package/build/src/v1alpha/data_store_service_client_config.json +8 -0
  110. package/build/src/v1alpha/document_service_client.d.ts +393 -2
  111. package/build/src/v1alpha/document_service_client.js +551 -10
  112. package/build/src/v1alpha/engine_service_client.d.ts +386 -4
  113. package/build/src/v1alpha/engine_service_client.js +551 -10
  114. package/build/src/v1alpha/estimate_billing_service_client.d.ts +1367 -0
  115. package/build/src/v1alpha/estimate_billing_service_client.js +2028 -0
  116. package/build/src/v1alpha/estimate_billing_service_client_config.json +30 -0
  117. package/build/src/v1alpha/index.d.ts +4 -0
  118. package/build/src/v1alpha/index.js +10 -2
  119. package/build/src/v1alpha/recommendation_service_client.d.ts +242 -3
  120. package/build/src/v1alpha/recommendation_service_client.js +353 -10
  121. package/build/src/v1alpha/schema_service_client.d.ts +383 -2
  122. package/build/src/v1alpha/schema_service_client.js +551 -10
  123. package/build/src/v1alpha/search_service_client.d.ts +269 -17
  124. package/build/src/v1alpha/search_service_client.js +373 -20
  125. package/build/src/v1alpha/search_tuning_service_client.d.ts +384 -3
  126. package/build/src/v1alpha/search_tuning_service_client.js +551 -10
  127. package/build/src/v1alpha/serving_config_service_client.d.ts +1369 -0
  128. package/build/src/v1alpha/serving_config_service_client.js +1935 -0
  129. package/build/src/v1alpha/serving_config_service_client_config.json +38 -0
  130. package/build/src/v1alpha/site_search_engine_service_client.d.ts +383 -2
  131. package/build/src/v1alpha/site_search_engine_service_client.js +551 -10
  132. package/build/src/v1alpha/user_event_service_client.d.ts +383 -2
  133. package/build/src/v1alpha/user_event_service_client.js +551 -10
  134. package/build/src/v1beta/completion_service_client.d.ts +708 -7
  135. package/build/src/v1beta/completion_service_client.js +1015 -11
  136. package/build/src/v1beta/completion_service_client_config.json +10 -0
  137. package/build/src/v1beta/conversational_search_service_client.d.ts +420 -3
  138. package/build/src/v1beta/conversational_search_service_client.js +570 -9
  139. package/build/src/v1beta/data_store_service_client.d.ts +1508 -0
  140. package/build/src/v1beta/data_store_service_client.js +2070 -0
  141. package/build/src/v1beta/data_store_service_client_config.json +46 -0
  142. package/build/src/v1beta/document_service_client.d.ts +566 -2
  143. package/build/src/v1beta/document_service_client.js +810 -11
  144. package/build/src/v1beta/engine_service_client.d.ts +1432 -0
  145. package/build/src/v1beta/engine_service_client.js +2032 -0
  146. package/build/src/v1beta/engine_service_client_config.json +46 -0
  147. package/build/src/v1beta/index.d.ts +5 -0
  148. package/build/src/v1beta/index.js +11 -1
  149. package/build/src/v1beta/recommendation_service_client.d.ts +495 -5
  150. package/build/src/v1beta/recommendation_service_client.js +674 -9
  151. package/build/src/v1beta/schema_service_client.d.ts +491 -2
  152. package/build/src/v1beta/schema_service_client.js +706 -11
  153. package/build/src/v1beta/search_service_client.d.ts +620 -29
  154. package/build/src/v1beta/search_service_client.js +772 -27
  155. package/build/src/v1beta/search_tuning_service_client.d.ts +1196 -0
  156. package/build/src/v1beta/search_tuning_service_client.js +1781 -0
  157. package/build/src/v1beta/search_tuning_service_client_config.json +30 -0
  158. package/build/src/v1beta/serving_config_service_client.d.ts +1217 -0
  159. package/build/src/v1beta/serving_config_service_client.js +1724 -0
  160. package/build/src/v1beta/serving_config_service_client_config.json +38 -0
  161. package/build/src/v1beta/site_search_engine_service_client.d.ts +1787 -0
  162. package/build/src/v1beta/site_search_engine_service_client.js +2375 -0
  163. package/build/src/v1beta/site_search_engine_service_client_config.json +74 -0
  164. package/build/src/v1beta/user_event_service_client.d.ts +491 -2
  165. package/build/src/v1beta/user_event_service_client.js +706 -11
  166. package/package.json +3 -3
@@ -16,6 +16,8 @@ export declare class SearchServiceClient {
16
16
  private _gaxGrpc;
17
17
  private _protos;
18
18
  private _defaults;
19
+ private _universeDomain;
20
+ private _servicePath;
19
21
  auth: gax.GoogleAuth;
20
22
  descriptors: Descriptors;
21
23
  warn: (code: string, message: string, warnType?: string) => void;
@@ -85,15 +87,22 @@ export declare class SearchServiceClient {
85
87
  }>;
86
88
  /**
87
89
  * The DNS address for this API service.
90
+ * @deprecated Use the apiEndpoint method of the client instance.
88
91
  * @returns {string} The DNS address for this service.
89
92
  */
90
93
  static get servicePath(): string;
91
94
  /**
92
- * The DNS address for this API service - same as servicePath(),
93
- * exists for compatibility reasons.
95
+ * The DNS address for this API service - same as servicePath.
96
+ * @deprecated Use the apiEndpoint method of the client instance.
94
97
  * @returns {string} The DNS address for this service.
95
98
  */
96
99
  static get apiEndpoint(): string;
100
+ /**
101
+ * The DNS address for this API service.
102
+ * @returns {string} The DNS address for this service.
103
+ */
104
+ get apiEndpoint(): string;
105
+ get universeDomain(): string;
97
106
  /**
98
107
  * The port for this API service.
99
108
  * @returns {number} The default port for this service.
@@ -154,6 +163,8 @@ export declare class SearchServiceClient {
154
163
  * is unset.
155
164
  *
156
165
  * If this field is negative, an `INVALID_ARGUMENT` is returned.
166
+ * @param {number[]} request.dataStoreSpecs
167
+ * A list of data store specs to apply on a search call.
157
168
  * @param {string} request.filter
158
169
  * The filter syntax consists of an expression language for constructing a
159
170
  * predicate from one or more fields of the documents being filtered. Filter
@@ -249,12 +260,13 @@ export declare class SearchServiceClient {
249
260
  * @param {google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec} request.embeddingSpec
250
261
  * Uses the provided embedding to do additional semantic document retrieval.
251
262
  * The retrieval is based on the dot product of
252
- * {@link protos.|SearchRequest.embedding_spec.embedding_vectors.vector} and the document
253
- * embedding that is provided in
254
- * {@link protos.|SearchRequest.embedding_spec.embedding_vectors.field_path}.
263
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.vector|SearchRequest.EmbeddingSpec.EmbeddingVector.vector}
264
+ * and the document embedding that is provided in
265
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}.
255
266
  *
256
- * If {@link protos.|SearchRequest.embedding_spec.embedding_vectors.field_path} is not
257
- * provided, it will use {@link protos.|ServingConfig.embedding_config.field_paths}.
267
+ * If
268
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}
269
+ * is not provided, it will use {@link protos.|ServingConfig.EmbeddingConfig.field_path}.
258
270
  * @param {string} request.rankingExpression
259
271
  * The ranking expression controls the customized ranking on retrieval
260
272
  * documents. This overrides
@@ -297,6 +309,8 @@ export declare class SearchServiceClient {
297
309
  * See [Google Cloud
298
310
  * Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
299
311
  * for more details.
312
+ * @param {google.cloud.discoveryengine.v1alpha.CustomFineTuningSpec} request.customFineTuningSpec
313
+ * Custom fine tuning configs.
300
314
  * @param {object} [options]
301
315
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
302
316
  * @returns {Promise} - The promise which resolves to an array.
@@ -362,6 +376,8 @@ export declare class SearchServiceClient {
362
376
  * is unset.
363
377
  *
364
378
  * If this field is negative, an `INVALID_ARGUMENT` is returned.
379
+ * @param {number[]} request.dataStoreSpecs
380
+ * A list of data store specs to apply on a search call.
365
381
  * @param {string} request.filter
366
382
  * The filter syntax consists of an expression language for constructing a
367
383
  * predicate from one or more fields of the documents being filtered. Filter
@@ -457,12 +473,13 @@ export declare class SearchServiceClient {
457
473
  * @param {google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec} request.embeddingSpec
458
474
  * Uses the provided embedding to do additional semantic document retrieval.
459
475
  * The retrieval is based on the dot product of
460
- * {@link protos.|SearchRequest.embedding_spec.embedding_vectors.vector} and the document
461
- * embedding that is provided in
462
- * {@link protos.|SearchRequest.embedding_spec.embedding_vectors.field_path}.
476
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.vector|SearchRequest.EmbeddingSpec.EmbeddingVector.vector}
477
+ * and the document embedding that is provided in
478
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}.
463
479
  *
464
- * If {@link protos.|SearchRequest.embedding_spec.embedding_vectors.field_path} is not
465
- * provided, it will use {@link protos.|ServingConfig.embedding_config.field_paths}.
480
+ * If
481
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}
482
+ * is not provided, it will use {@link protos.|ServingConfig.EmbeddingConfig.field_path}.
466
483
  * @param {string} request.rankingExpression
467
484
  * The ranking expression controls the customized ranking on retrieval
468
485
  * documents. This overrides
@@ -505,6 +522,8 @@ export declare class SearchServiceClient {
505
522
  * See [Google Cloud
506
523
  * Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
507
524
  * for more details.
525
+ * @param {google.cloud.discoveryengine.v1alpha.CustomFineTuningSpec} request.customFineTuningSpec
526
+ * Custom fine tuning configs.
508
527
  * @param {object} [options]
509
528
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
510
529
  * @returns {Stream}
@@ -565,6 +584,8 @@ export declare class SearchServiceClient {
565
584
  * is unset.
566
585
  *
567
586
  * If this field is negative, an `INVALID_ARGUMENT` is returned.
587
+ * @param {number[]} request.dataStoreSpecs
588
+ * A list of data store specs to apply on a search call.
568
589
  * @param {string} request.filter
569
590
  * The filter syntax consists of an expression language for constructing a
570
591
  * predicate from one or more fields of the documents being filtered. Filter
@@ -660,12 +681,13 @@ export declare class SearchServiceClient {
660
681
  * @param {google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec} request.embeddingSpec
661
682
  * Uses the provided embedding to do additional semantic document retrieval.
662
683
  * The retrieval is based on the dot product of
663
- * {@link protos.|SearchRequest.embedding_spec.embedding_vectors.vector} and the document
664
- * embedding that is provided in
665
- * {@link protos.|SearchRequest.embedding_spec.embedding_vectors.field_path}.
684
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.vector|SearchRequest.EmbeddingSpec.EmbeddingVector.vector}
685
+ * and the document embedding that is provided in
686
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}.
666
687
  *
667
- * If {@link protos.|SearchRequest.embedding_spec.embedding_vectors.field_path} is not
668
- * provided, it will use {@link protos.|ServingConfig.embedding_config.field_paths}.
688
+ * If
689
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}
690
+ * is not provided, it will use {@link protos.|ServingConfig.EmbeddingConfig.field_path}.
669
691
  * @param {string} request.rankingExpression
670
692
  * The ranking expression controls the customized ranking on retrieval
671
693
  * documents. This overrides
@@ -708,6 +730,8 @@ export declare class SearchServiceClient {
708
730
  * See [Google Cloud
709
731
  * Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
710
732
  * for more details.
733
+ * @param {google.cloud.discoveryengine.v1alpha.CustomFineTuningSpec} request.customFineTuningSpec
734
+ * Custom fine tuning configs.
711
735
  * @param {object} [options]
712
736
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
713
737
  * @returns {Object}
@@ -772,6 +796,30 @@ export declare class SearchServiceClient {
772
796
  * ```
773
797
  */
774
798
  listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
799
+ /**
800
+ * Return a fully-qualified aclConfig resource name string.
801
+ *
802
+ * @param {string} project
803
+ * @param {string} location
804
+ * @returns {string} Resource name string.
805
+ */
806
+ aclConfigPath(project: string, location: string): string;
807
+ /**
808
+ * Parse the project from AclConfig resource.
809
+ *
810
+ * @param {string} aclConfigName
811
+ * A fully-qualified path representing AclConfig resource.
812
+ * @returns {string} A string representing the project.
813
+ */
814
+ matchProjectFromAclConfigName(aclConfigName: string): string | number;
815
+ /**
816
+ * Parse the location from AclConfig resource.
817
+ *
818
+ * @param {string} aclConfigName
819
+ * A fully-qualified path representing AclConfig resource.
820
+ * @returns {string} A string representing the location.
821
+ */
822
+ matchLocationFromAclConfigName(aclConfigName: string): string | number;
775
823
  /**
776
824
  * Return a fully-qualified engine resource name string.
777
825
  *
@@ -967,6 +1015,75 @@ export declare class SearchServiceClient {
967
1015
  * @returns {string} A string representing the document.
968
1016
  */
969
1017
  matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
1018
+ /**
1019
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
1020
+ *
1021
+ * @param {string} project
1022
+ * @param {string} location
1023
+ * @param {string} collection
1024
+ * @param {string} data_store
1025
+ * @param {string} branch
1026
+ * @param {string} document
1027
+ * @param {string} chunk
1028
+ * @returns {string} Resource name string.
1029
+ */
1030
+ projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
1031
+ /**
1032
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1033
+ *
1034
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1035
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1036
+ * @returns {string} A string representing the project.
1037
+ */
1038
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1039
+ /**
1040
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1041
+ *
1042
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1043
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1044
+ * @returns {string} A string representing the location.
1045
+ */
1046
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1047
+ /**
1048
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1049
+ *
1050
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1051
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1052
+ * @returns {string} A string representing the collection.
1053
+ */
1054
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1055
+ /**
1056
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1057
+ *
1058
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1059
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1060
+ * @returns {string} A string representing the data_store.
1061
+ */
1062
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1063
+ /**
1064
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1065
+ *
1066
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1067
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1068
+ * @returns {string} A string representing the branch.
1069
+ */
1070
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1071
+ /**
1072
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1073
+ *
1074
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1075
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1076
+ * @returns {string} A string representing the document.
1077
+ */
1078
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1079
+ /**
1080
+ * Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1081
+ *
1082
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1083
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1084
+ * @returns {string} A string representing the chunk.
1085
+ */
1086
+ matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
970
1087
  /**
971
1088
  * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
972
1089
  *
@@ -1018,6 +1135,48 @@ export declare class SearchServiceClient {
1018
1135
  * @returns {string} A string representing the conversation.
1019
1136
  */
1020
1137
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1138
+ /**
1139
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
1140
+ *
1141
+ * @param {string} project
1142
+ * @param {string} location
1143
+ * @param {string} collection
1144
+ * @param {string} data_store
1145
+ * @returns {string} Resource name string.
1146
+ */
1147
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
1148
+ /**
1149
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1150
+ *
1151
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1152
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1153
+ * @returns {string} A string representing the project.
1154
+ */
1155
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1156
+ /**
1157
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1158
+ *
1159
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1160
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1161
+ * @returns {string} A string representing the location.
1162
+ */
1163
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1164
+ /**
1165
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1166
+ *
1167
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1168
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1169
+ * @returns {string} A string representing the collection.
1170
+ */
1171
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1172
+ /**
1173
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1174
+ *
1175
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1176
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1177
+ * @returns {string} A string representing the data_store.
1178
+ */
1179
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1021
1180
  /**
1022
1181
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
1023
1182
  *
@@ -1441,6 +1600,66 @@ export declare class SearchServiceClient {
1441
1600
  * @returns {string} A string representing the document.
1442
1601
  */
1443
1602
  matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1603
+ /**
1604
+ * Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
1605
+ *
1606
+ * @param {string} project
1607
+ * @param {string} location
1608
+ * @param {string} data_store
1609
+ * @param {string} branch
1610
+ * @param {string} document
1611
+ * @param {string} chunk
1612
+ * @returns {string} Resource name string.
1613
+ */
1614
+ projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
1615
+ /**
1616
+ * Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
1617
+ *
1618
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1619
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1620
+ * @returns {string} A string representing the project.
1621
+ */
1622
+ matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1623
+ /**
1624
+ * Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
1625
+ *
1626
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1627
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1628
+ * @returns {string} A string representing the location.
1629
+ */
1630
+ matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1631
+ /**
1632
+ * Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
1633
+ *
1634
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1635
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1636
+ * @returns {string} A string representing the data_store.
1637
+ */
1638
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1639
+ /**
1640
+ * Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
1641
+ *
1642
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1643
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1644
+ * @returns {string} A string representing the branch.
1645
+ */
1646
+ matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1647
+ /**
1648
+ * Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
1649
+ *
1650
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1651
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1652
+ * @returns {string} A string representing the document.
1653
+ */
1654
+ matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1655
+ /**
1656
+ * Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
1657
+ *
1658
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1659
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1660
+ * @returns {string} A string representing the chunk.
1661
+ */
1662
+ matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1444
1663
  /**
1445
1664
  * Return a fully-qualified projectLocationDataStoreConversation resource name string.
1446
1665
  *
@@ -1483,6 +1702,39 @@ export declare class SearchServiceClient {
1483
1702
  * @returns {string} A string representing the conversation.
1484
1703
  */
1485
1704
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1705
+ /**
1706
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1707
+ *
1708
+ * @param {string} project
1709
+ * @param {string} location
1710
+ * @param {string} data_store
1711
+ * @returns {string} Resource name string.
1712
+ */
1713
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1714
+ /**
1715
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1716
+ *
1717
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1718
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1719
+ * @returns {string} A string representing the project.
1720
+ */
1721
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1722
+ /**
1723
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1724
+ *
1725
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1726
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1727
+ * @returns {string} A string representing the location.
1728
+ */
1729
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1730
+ /**
1731
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1732
+ *
1733
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1734
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1735
+ * @returns {string} A string representing the data_store.
1736
+ */
1737
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1486
1738
  /**
1487
1739
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1488
1740
  *