@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
@@ -36,6 +36,16 @@
36
36
  "timeout_millis": 5000,
37
37
  "retry_codes_name": "unavailable",
38
38
  "retry_params_name": "319f27672a8be83550d842a373549dd84649a57e"
39
+ },
40
+ "ImportSuggestionDenyListEntries": {
41
+ "timeout_millis": 5000,
42
+ "retry_codes_name": "unavailable",
43
+ "retry_params_name": "319f27672a8be83550d842a373549dd84649a57e"
44
+ },
45
+ "PurgeSuggestionDenyListEntries": {
46
+ "timeout_millis": 5000,
47
+ "retry_codes_name": "unavailable",
48
+ "retry_params_name": "319f27672a8be83550d842a373549dd84649a57e"
39
49
  }
40
50
  }
41
51
  }
@@ -16,6 +16,8 @@ export declare class ConversationalSearchServiceClient {
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 ConversationalSearchServiceClient {
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.
@@ -151,6 +160,27 @@ export declare class ConversationalSearchServiceClient {
151
160
  * for more details.
152
161
  * @param {google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SummarySpec} request.summarySpec
153
162
  * A specification for configuring the summary returned in the response.
163
+ * @param {string} request.filter
164
+ * The filter syntax consists of an expression language for constructing a
165
+ * predicate from one or more fields of the documents being filtered. Filter
166
+ * expression is case-sensitive. This will be used to filter search results
167
+ * which may affect the summary response.
168
+ *
169
+ * If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
170
+ *
171
+ * Filtering in Vertex AI Search is done by mapping the LHS filter key to a
172
+ * key property defined in the Vertex AI Search backend -- this mapping is
173
+ * defined by the customer in their schema. For example a media customer might
174
+ * have a field 'name' in their schema. In this case the filter would look
175
+ * like this: filter --> name:'ANY("king kong")'
176
+ *
177
+ * For more information about filtering including syntax and filter
178
+ * operators, see
179
+ * [Filter](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
180
+ * @param {google.cloud.discoveryengine.v1beta.SearchRequest.BoostSpec} request.boostSpec
181
+ * Boost specification to boost certain documents in search results which may
182
+ * affect the converse response. For more information on boosting, see
183
+ * [Boosting](https://cloud.google.com/retail/docs/boosting#boost)
154
184
  * @param {object} [options]
155
185
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
156
186
  * @returns {Promise} - The promise which resolves to an array.
@@ -240,7 +270,7 @@ export declare class ConversationalSearchServiceClient {
240
270
  * {@link protos.google.cloud.discoveryengine.v1beta.Conversation|Conversation} to update.
241
271
  * The following are NOT supported:
242
272
  *
243
- * * {@link protos.|conversation.name}
273
+ * * {@link protos.google.cloud.discoveryengine.v1beta.Conversation.name|Conversation.name}
244
274
  *
245
275
  * If not set or empty, all supported fields are updated.
246
276
  * @param {object} [options]
@@ -472,6 +502,48 @@ export declare class ConversationalSearchServiceClient {
472
502
  * ```
473
503
  */
474
504
  listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
505
+ /**
506
+ * Return a fully-qualified engine resource name string.
507
+ *
508
+ * @param {string} project
509
+ * @param {string} location
510
+ * @param {string} collection
511
+ * @param {string} engine
512
+ * @returns {string} Resource name string.
513
+ */
514
+ enginePath(project: string, location: string, collection: string, engine: string): string;
515
+ /**
516
+ * Parse the project from Engine resource.
517
+ *
518
+ * @param {string} engineName
519
+ * A fully-qualified path representing Engine resource.
520
+ * @returns {string} A string representing the project.
521
+ */
522
+ matchProjectFromEngineName(engineName: string): string | number;
523
+ /**
524
+ * Parse the location from Engine resource.
525
+ *
526
+ * @param {string} engineName
527
+ * A fully-qualified path representing Engine resource.
528
+ * @returns {string} A string representing the location.
529
+ */
530
+ matchLocationFromEngineName(engineName: string): string | number;
531
+ /**
532
+ * Parse the collection from Engine resource.
533
+ *
534
+ * @param {string} engineName
535
+ * A fully-qualified path representing Engine resource.
536
+ * @returns {string} A string representing the collection.
537
+ */
538
+ matchCollectionFromEngineName(engineName: string): string | number;
539
+ /**
540
+ * Parse the engine from Engine resource.
541
+ *
542
+ * @param {string} engineName
543
+ * A fully-qualified path representing Engine resource.
544
+ * @returns {string} A string representing the engine.
545
+ */
546
+ matchEngineFromEngineName(engineName: string): string | number;
475
547
  /**
476
548
  * Return a fully-qualified projectLocationCollectionDataStore resource name string.
477
549
  *
@@ -625,6 +697,48 @@ export declare class ConversationalSearchServiceClient {
625
697
  * @returns {string} A string representing the conversation.
626
698
  */
627
699
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
700
+ /**
701
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
702
+ *
703
+ * @param {string} project
704
+ * @param {string} location
705
+ * @param {string} collection
706
+ * @param {string} data_store
707
+ * @returns {string} Resource name string.
708
+ */
709
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
710
+ /**
711
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
712
+ *
713
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
714
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
715
+ * @returns {string} A string representing the project.
716
+ */
717
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
718
+ /**
719
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
720
+ *
721
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
722
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
723
+ * @returns {string} A string representing the location.
724
+ */
725
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
726
+ /**
727
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
728
+ *
729
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
730
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
731
+ * @returns {string} A string representing the collection.
732
+ */
733
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
734
+ /**
735
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
736
+ *
737
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
738
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
739
+ * @returns {string} A string representing the data_store.
740
+ */
741
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
628
742
  /**
629
743
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
630
744
  *
@@ -727,6 +841,201 @@ export declare class ConversationalSearchServiceClient {
727
841
  * @returns {string} A string representing the serving_config.
728
842
  */
729
843
  matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
844
+ /**
845
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
846
+ *
847
+ * @param {string} project
848
+ * @param {string} location
849
+ * @param {string} collection
850
+ * @param {string} data_store
851
+ * @returns {string} Resource name string.
852
+ */
853
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
854
+ /**
855
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
856
+ *
857
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
858
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
859
+ * @returns {string} A string representing the project.
860
+ */
861
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
862
+ /**
863
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
864
+ *
865
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
866
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
867
+ * @returns {string} A string representing the location.
868
+ */
869
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
870
+ /**
871
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
872
+ *
873
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
874
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
875
+ * @returns {string} A string representing the collection.
876
+ */
877
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
878
+ /**
879
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
880
+ *
881
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
882
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
883
+ * @returns {string} A string representing the data_store.
884
+ */
885
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
886
+ /**
887
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
888
+ *
889
+ * @param {string} project
890
+ * @param {string} location
891
+ * @param {string} collection
892
+ * @param {string} data_store
893
+ * @param {string} target_site
894
+ * @returns {string} Resource name string.
895
+ */
896
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
897
+ /**
898
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
899
+ *
900
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
901
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
902
+ * @returns {string} A string representing the project.
903
+ */
904
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
905
+ /**
906
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
907
+ *
908
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
909
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
910
+ * @returns {string} A string representing the location.
911
+ */
912
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
913
+ /**
914
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
915
+ *
916
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
917
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
918
+ * @returns {string} A string representing the collection.
919
+ */
920
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
921
+ /**
922
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
923
+ *
924
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
925
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
926
+ * @returns {string} A string representing the data_store.
927
+ */
928
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
929
+ /**
930
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
931
+ *
932
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
933
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
934
+ * @returns {string} A string representing the target_site.
935
+ */
936
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
937
+ /**
938
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
939
+ *
940
+ * @param {string} project
941
+ * @param {string} location
942
+ * @param {string} collection
943
+ * @param {string} engine
944
+ * @param {string} conversation
945
+ * @returns {string} Resource name string.
946
+ */
947
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
948
+ /**
949
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
950
+ *
951
+ * @param {string} projectLocationCollectionEngineConversationName
952
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
953
+ * @returns {string} A string representing the project.
954
+ */
955
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
956
+ /**
957
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
958
+ *
959
+ * @param {string} projectLocationCollectionEngineConversationName
960
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
961
+ * @returns {string} A string representing the location.
962
+ */
963
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
964
+ /**
965
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
966
+ *
967
+ * @param {string} projectLocationCollectionEngineConversationName
968
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
969
+ * @returns {string} A string representing the collection.
970
+ */
971
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
972
+ /**
973
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
974
+ *
975
+ * @param {string} projectLocationCollectionEngineConversationName
976
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
977
+ * @returns {string} A string representing the engine.
978
+ */
979
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
980
+ /**
981
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
982
+ *
983
+ * @param {string} projectLocationCollectionEngineConversationName
984
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
985
+ * @returns {string} A string representing the conversation.
986
+ */
987
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
988
+ /**
989
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
990
+ *
991
+ * @param {string} project
992
+ * @param {string} location
993
+ * @param {string} collection
994
+ * @param {string} engine
995
+ * @param {string} serving_config
996
+ * @returns {string} Resource name string.
997
+ */
998
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
999
+ /**
1000
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1001
+ *
1002
+ * @param {string} projectLocationCollectionEngineServingConfigName
1003
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1004
+ * @returns {string} A string representing the project.
1005
+ */
1006
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1007
+ /**
1008
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1009
+ *
1010
+ * @param {string} projectLocationCollectionEngineServingConfigName
1011
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1012
+ * @returns {string} A string representing the location.
1013
+ */
1014
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1015
+ /**
1016
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1017
+ *
1018
+ * @param {string} projectLocationCollectionEngineServingConfigName
1019
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1020
+ * @returns {string} A string representing the collection.
1021
+ */
1022
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1023
+ /**
1024
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
1025
+ *
1026
+ * @param {string} projectLocationCollectionEngineServingConfigName
1027
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1028
+ * @returns {string} A string representing the engine.
1029
+ */
1030
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1031
+ /**
1032
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
1033
+ *
1034
+ * @param {string} projectLocationCollectionEngineServingConfigName
1035
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1036
+ * @returns {string} A string representing the serving_config.
1037
+ */
1038
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
730
1039
  /**
731
1040
  * Return a fully-qualified projectLocationDataStore resource name string.
732
1041
  *
@@ -853,6 +1162,39 @@ export declare class ConversationalSearchServiceClient {
853
1162
  * @returns {string} A string representing the conversation.
854
1163
  */
855
1164
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1165
+ /**
1166
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1167
+ *
1168
+ * @param {string} project
1169
+ * @param {string} location
1170
+ * @param {string} data_store
1171
+ * @returns {string} Resource name string.
1172
+ */
1173
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1174
+ /**
1175
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1176
+ *
1177
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1178
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1179
+ * @returns {string} A string representing the project.
1180
+ */
1181
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1182
+ /**
1183
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1184
+ *
1185
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1186
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1187
+ * @returns {string} A string representing the location.
1188
+ */
1189
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1190
+ /**
1191
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1192
+ *
1193
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1194
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1195
+ * @returns {string} A string representing the data_store.
1196
+ */
1197
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
856
1198
  /**
857
1199
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
858
1200
  *
@@ -937,6 +1279,81 @@ export declare class ConversationalSearchServiceClient {
937
1279
  * @returns {string} A string representing the serving_config.
938
1280
  */
939
1281
  matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1282
+ /**
1283
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1284
+ *
1285
+ * @param {string} project
1286
+ * @param {string} location
1287
+ * @param {string} data_store
1288
+ * @returns {string} Resource name string.
1289
+ */
1290
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
1291
+ /**
1292
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
1293
+ *
1294
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1295
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1296
+ * @returns {string} A string representing the project.
1297
+ */
1298
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1299
+ /**
1300
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
1301
+ *
1302
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1303
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1304
+ * @returns {string} A string representing the location.
1305
+ */
1306
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1307
+ /**
1308
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
1309
+ *
1310
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1311
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1312
+ * @returns {string} A string representing the data_store.
1313
+ */
1314
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1315
+ /**
1316
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1317
+ *
1318
+ * @param {string} project
1319
+ * @param {string} location
1320
+ * @param {string} data_store
1321
+ * @param {string} target_site
1322
+ * @returns {string} Resource name string.
1323
+ */
1324
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
1325
+ /**
1326
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1327
+ *
1328
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1329
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1330
+ * @returns {string} A string representing the project.
1331
+ */
1332
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1333
+ /**
1334
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1335
+ *
1336
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1337
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1338
+ * @returns {string} A string representing the location.
1339
+ */
1340
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1341
+ /**
1342
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1343
+ *
1344
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1345
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1346
+ * @returns {string} A string representing the data_store.
1347
+ */
1348
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1349
+ /**
1350
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1351
+ *
1352
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1353
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1354
+ * @returns {string} A string representing the target_site.
1355
+ */
1356
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
940
1357
  /**
941
1358
  * Terminate the gRPC channel and close the client.
942
1359
  *