@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
@@ -14,6 +14,8 @@ export declare class RecommendationServiceClient {
14
14
  private _gaxGrpc;
15
15
  private _protos;
16
16
  private _defaults;
17
+ private _universeDomain;
18
+ private _servicePath;
17
19
  auth: gax.GoogleAuth;
18
20
  descriptors: Descriptors;
19
21
  warn: (code: string, message: string, warnType?: string) => void;
@@ -83,15 +85,22 @@ export declare class RecommendationServiceClient {
83
85
  }>;
84
86
  /**
85
87
  * The DNS address for this API service.
88
+ * @deprecated Use the apiEndpoint method of the client instance.
86
89
  * @returns {string} The DNS address for this service.
87
90
  */
88
91
  static get servicePath(): string;
89
92
  /**
90
- * The DNS address for this API service - same as servicePath(),
91
- * exists for compatibility reasons.
93
+ * The DNS address for this API service - same as servicePath.
94
+ * @deprecated Use the apiEndpoint method of the client instance.
92
95
  * @returns {string} The DNS address for this service.
93
96
  */
94
97
  static get apiEndpoint(): string;
98
+ /**
99
+ * The DNS address for this API service.
100
+ * @returns {string} The DNS address for this service.
101
+ */
102
+ get apiEndpoint(): string;
103
+ get universeDomain(): string;
95
104
  /**
96
105
  * The port for this API service.
97
106
  * @returns {number} The default port for this service.
@@ -111,11 +120,19 @@ export declare class RecommendationServiceClient {
111
120
  * @param {Object} request
112
121
  * The request object that will be sent.
113
122
  * @param {string} request.servingConfig
114
- * Required. Full resource name of the format:
123
+ * Required. Full resource name of a
124
+ * {@link protos.google.cloud.discoveryengine.v1beta.ServingConfig|ServingConfig}:
125
+ * `projects/* /locations/global/collections/* /engines/* /servingConfigs/*`, or
115
126
  * `projects/* /locations/global/collections/* /dataStores/* /servingConfigs/*`
116
127
  *
117
- * Before you can request recommendations from your model, you must create at
118
- * least one serving config for it.
128
+ * One default serving config is created along with your recommendation engine
129
+ * creation. The engine ID will be used as the ID of the default serving
130
+ * config. For example, for Engine
131
+ * `projects/* /locations/global/collections/* /engines/my-engine`, you can use
132
+ * `projects/* /locations/global/collections/* /engines/my-engine/servingConfigs/my-engine`
133
+ * for your
134
+ * {@link protos.google.cloud.discoveryengine.v1beta.RecommendationService.Recommend|RecommendationService.Recommend}
135
+ * requests.
119
136
  * @param {google.cloud.discoveryengine.v1beta.UserEvent} request.userEvent
120
137
  * Required. Context about the user, what they are looking at and what action
121
138
  * they took to trigger the Recommend request. Note that this user event
@@ -149,6 +166,14 @@ export declare class RecommendationServiceClient {
149
166
  * * `(filter_tags: ANY("Red", "Blue") OR filter_tags: ANY("Hot", "Cold"))`
150
167
  * * `(filter_tags: ANY("Red", "Blue")) AND NOT (filter_tags: ANY("Green"))`
151
168
  *
169
+ * If `attributeFilteringSyntax` is set to true under the `params` field, then
170
+ * attribute-based expressions are expected instead of the above described
171
+ * tag-based syntax. Examples:
172
+ *
173
+ * * (launguage: ANY("en", "es")) AND NOT (categories: ANY("Movie"))
174
+ * * (available: true) AND
175
+ * (launguage: ANY("en", "es")) OR (categories: ANY("Movie"))
176
+ *
152
177
  * If your filter blocks all results, the API will return generic
153
178
  * (unfiltered) popular Documents. If you only want results strictly matching
154
179
  * the filters, set `strictFiltering` to True in
@@ -188,6 +213,9 @@ export declare class RecommendationServiceClient {
188
213
  * * `auto-diversity`
189
214
  * This gives request-level control and adjusts recommendation results
190
215
  * based on Document category.
216
+ * * `attributeFilteringSyntax`: Boolean. False by default. If set to true,
217
+ * the `filter` field is interpreted according to the new,
218
+ * attribute-based syntax.
191
219
  * @param {number[]} request.userLabels
192
220
  * The user labels applied to a resource must meet the following requirements:
193
221
  *
@@ -273,6 +301,90 @@ export declare class RecommendationServiceClient {
273
301
  * ```
274
302
  */
275
303
  listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
304
+ /**
305
+ * Return a fully-qualified engine resource name string.
306
+ *
307
+ * @param {string} project
308
+ * @param {string} location
309
+ * @param {string} collection
310
+ * @param {string} engine
311
+ * @returns {string} Resource name string.
312
+ */
313
+ enginePath(project: string, location: string, collection: string, engine: string): string;
314
+ /**
315
+ * Parse the project from Engine resource.
316
+ *
317
+ * @param {string} engineName
318
+ * A fully-qualified path representing Engine resource.
319
+ * @returns {string} A string representing the project.
320
+ */
321
+ matchProjectFromEngineName(engineName: string): string | number;
322
+ /**
323
+ * Parse the location from Engine resource.
324
+ *
325
+ * @param {string} engineName
326
+ * A fully-qualified path representing Engine resource.
327
+ * @returns {string} A string representing the location.
328
+ */
329
+ matchLocationFromEngineName(engineName: string): string | number;
330
+ /**
331
+ * Parse the collection from Engine resource.
332
+ *
333
+ * @param {string} engineName
334
+ * A fully-qualified path representing Engine resource.
335
+ * @returns {string} A string representing the collection.
336
+ */
337
+ matchCollectionFromEngineName(engineName: string): string | number;
338
+ /**
339
+ * Parse the engine from Engine resource.
340
+ *
341
+ * @param {string} engineName
342
+ * A fully-qualified path representing Engine resource.
343
+ * @returns {string} A string representing the engine.
344
+ */
345
+ matchEngineFromEngineName(engineName: string): string | number;
346
+ /**
347
+ * Return a fully-qualified projectLocationCollectionDataStore resource name string.
348
+ *
349
+ * @param {string} project
350
+ * @param {string} location
351
+ * @param {string} collection
352
+ * @param {string} data_store
353
+ * @returns {string} Resource name string.
354
+ */
355
+ projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
356
+ /**
357
+ * Parse the project from ProjectLocationCollectionDataStore resource.
358
+ *
359
+ * @param {string} projectLocationCollectionDataStoreName
360
+ * A fully-qualified path representing project_location_collection_data_store resource.
361
+ * @returns {string} A string representing the project.
362
+ */
363
+ matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
364
+ /**
365
+ * Parse the location from ProjectLocationCollectionDataStore resource.
366
+ *
367
+ * @param {string} projectLocationCollectionDataStoreName
368
+ * A fully-qualified path representing project_location_collection_data_store resource.
369
+ * @returns {string} A string representing the location.
370
+ */
371
+ matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
372
+ /**
373
+ * Parse the collection from ProjectLocationCollectionDataStore resource.
374
+ *
375
+ * @param {string} projectLocationCollectionDataStoreName
376
+ * A fully-qualified path representing project_location_collection_data_store resource.
377
+ * @returns {string} A string representing the collection.
378
+ */
379
+ matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
380
+ /**
381
+ * Parse the data_store from ProjectLocationCollectionDataStore resource.
382
+ *
383
+ * @param {string} projectLocationCollectionDataStoreName
384
+ * A fully-qualified path representing project_location_collection_data_store resource.
385
+ * @returns {string} A string representing the data_store.
386
+ */
387
+ matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
276
388
  /**
277
389
  * Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
278
390
  *
@@ -384,6 +496,48 @@ export declare class RecommendationServiceClient {
384
496
  * @returns {string} A string representing the conversation.
385
497
  */
386
498
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
499
+ /**
500
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
501
+ *
502
+ * @param {string} project
503
+ * @param {string} location
504
+ * @param {string} collection
505
+ * @param {string} data_store
506
+ * @returns {string} Resource name string.
507
+ */
508
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
509
+ /**
510
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
511
+ *
512
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
513
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
514
+ * @returns {string} A string representing the project.
515
+ */
516
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
517
+ /**
518
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
519
+ *
520
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
521
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
522
+ * @returns {string} A string representing the location.
523
+ */
524
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
525
+ /**
526
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
527
+ *
528
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
529
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
530
+ * @returns {string} A string representing the collection.
531
+ */
532
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
533
+ /**
534
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
535
+ *
536
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
537
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
538
+ * @returns {string} A string representing the data_store.
539
+ */
540
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
387
541
  /**
388
542
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
389
543
  *
@@ -486,6 +640,234 @@ export declare class RecommendationServiceClient {
486
640
  * @returns {string} A string representing the serving_config.
487
641
  */
488
642
  matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
643
+ /**
644
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
645
+ *
646
+ * @param {string} project
647
+ * @param {string} location
648
+ * @param {string} collection
649
+ * @param {string} data_store
650
+ * @returns {string} Resource name string.
651
+ */
652
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
653
+ /**
654
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
655
+ *
656
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
657
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
658
+ * @returns {string} A string representing the project.
659
+ */
660
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
661
+ /**
662
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
663
+ *
664
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
665
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
666
+ * @returns {string} A string representing the location.
667
+ */
668
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
669
+ /**
670
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
671
+ *
672
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
673
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
674
+ * @returns {string} A string representing the collection.
675
+ */
676
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
677
+ /**
678
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
679
+ *
680
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
681
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
682
+ * @returns {string} A string representing the data_store.
683
+ */
684
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
685
+ /**
686
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
687
+ *
688
+ * @param {string} project
689
+ * @param {string} location
690
+ * @param {string} collection
691
+ * @param {string} data_store
692
+ * @param {string} target_site
693
+ * @returns {string} Resource name string.
694
+ */
695
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
696
+ /**
697
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
698
+ *
699
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
700
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
701
+ * @returns {string} A string representing the project.
702
+ */
703
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
704
+ /**
705
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
706
+ *
707
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
708
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
709
+ * @returns {string} A string representing the location.
710
+ */
711
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
712
+ /**
713
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
714
+ *
715
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
716
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
717
+ * @returns {string} A string representing the collection.
718
+ */
719
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
720
+ /**
721
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
722
+ *
723
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
724
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
725
+ * @returns {string} A string representing the data_store.
726
+ */
727
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
728
+ /**
729
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
730
+ *
731
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
732
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
733
+ * @returns {string} A string representing the target_site.
734
+ */
735
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
736
+ /**
737
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
738
+ *
739
+ * @param {string} project
740
+ * @param {string} location
741
+ * @param {string} collection
742
+ * @param {string} engine
743
+ * @param {string} conversation
744
+ * @returns {string} Resource name string.
745
+ */
746
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
747
+ /**
748
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
749
+ *
750
+ * @param {string} projectLocationCollectionEngineConversationName
751
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
752
+ * @returns {string} A string representing the project.
753
+ */
754
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
755
+ /**
756
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
757
+ *
758
+ * @param {string} projectLocationCollectionEngineConversationName
759
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
760
+ * @returns {string} A string representing the location.
761
+ */
762
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
763
+ /**
764
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
765
+ *
766
+ * @param {string} projectLocationCollectionEngineConversationName
767
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
768
+ * @returns {string} A string representing the collection.
769
+ */
770
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
771
+ /**
772
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
773
+ *
774
+ * @param {string} projectLocationCollectionEngineConversationName
775
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
776
+ * @returns {string} A string representing the engine.
777
+ */
778
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
779
+ /**
780
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
781
+ *
782
+ * @param {string} projectLocationCollectionEngineConversationName
783
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
784
+ * @returns {string} A string representing the conversation.
785
+ */
786
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
787
+ /**
788
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
789
+ *
790
+ * @param {string} project
791
+ * @param {string} location
792
+ * @param {string} collection
793
+ * @param {string} engine
794
+ * @param {string} serving_config
795
+ * @returns {string} Resource name string.
796
+ */
797
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
798
+ /**
799
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
800
+ *
801
+ * @param {string} projectLocationCollectionEngineServingConfigName
802
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
803
+ * @returns {string} A string representing the project.
804
+ */
805
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
806
+ /**
807
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
808
+ *
809
+ * @param {string} projectLocationCollectionEngineServingConfigName
810
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
811
+ * @returns {string} A string representing the location.
812
+ */
813
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
814
+ /**
815
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
816
+ *
817
+ * @param {string} projectLocationCollectionEngineServingConfigName
818
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
819
+ * @returns {string} A string representing the collection.
820
+ */
821
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
822
+ /**
823
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
824
+ *
825
+ * @param {string} projectLocationCollectionEngineServingConfigName
826
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
827
+ * @returns {string} A string representing the engine.
828
+ */
829
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
830
+ /**
831
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
832
+ *
833
+ * @param {string} projectLocationCollectionEngineServingConfigName
834
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
835
+ * @returns {string} A string representing the serving_config.
836
+ */
837
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
838
+ /**
839
+ * Return a fully-qualified projectLocationDataStore resource name string.
840
+ *
841
+ * @param {string} project
842
+ * @param {string} location
843
+ * @param {string} data_store
844
+ * @returns {string} Resource name string.
845
+ */
846
+ projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
847
+ /**
848
+ * Parse the project from ProjectLocationDataStore resource.
849
+ *
850
+ * @param {string} projectLocationDataStoreName
851
+ * A fully-qualified path representing project_location_data_store resource.
852
+ * @returns {string} A string representing the project.
853
+ */
854
+ matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
855
+ /**
856
+ * Parse the location from ProjectLocationDataStore resource.
857
+ *
858
+ * @param {string} projectLocationDataStoreName
859
+ * A fully-qualified path representing project_location_data_store resource.
860
+ * @returns {string} A string representing the location.
861
+ */
862
+ matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
863
+ /**
864
+ * Parse the data_store from ProjectLocationDataStore resource.
865
+ *
866
+ * @param {string} projectLocationDataStoreName
867
+ * A fully-qualified path representing project_location_data_store resource.
868
+ * @returns {string} A string representing the data_store.
869
+ */
870
+ matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
489
871
  /**
490
872
  * Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
491
873
  *
@@ -579,6 +961,39 @@ export declare class RecommendationServiceClient {
579
961
  * @returns {string} A string representing the conversation.
580
962
  */
581
963
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
964
+ /**
965
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
966
+ *
967
+ * @param {string} project
968
+ * @param {string} location
969
+ * @param {string} data_store
970
+ * @returns {string} Resource name string.
971
+ */
972
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
973
+ /**
974
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
975
+ *
976
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
977
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
978
+ * @returns {string} A string representing the project.
979
+ */
980
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
981
+ /**
982
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
983
+ *
984
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
985
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
986
+ * @returns {string} A string representing the location.
987
+ */
988
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
989
+ /**
990
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
991
+ *
992
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
993
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
994
+ * @returns {string} A string representing the data_store.
995
+ */
996
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
582
997
  /**
583
998
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
584
999
  *
@@ -663,6 +1078,81 @@ export declare class RecommendationServiceClient {
663
1078
  * @returns {string} A string representing the serving_config.
664
1079
  */
665
1080
  matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1081
+ /**
1082
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1083
+ *
1084
+ * @param {string} project
1085
+ * @param {string} location
1086
+ * @param {string} data_store
1087
+ * @returns {string} Resource name string.
1088
+ */
1089
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
1090
+ /**
1091
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
1092
+ *
1093
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1094
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1095
+ * @returns {string} A string representing the project.
1096
+ */
1097
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1098
+ /**
1099
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
1100
+ *
1101
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1102
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1103
+ * @returns {string} A string representing the location.
1104
+ */
1105
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1106
+ /**
1107
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
1108
+ *
1109
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1110
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1111
+ * @returns {string} A string representing the data_store.
1112
+ */
1113
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1114
+ /**
1115
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1116
+ *
1117
+ * @param {string} project
1118
+ * @param {string} location
1119
+ * @param {string} data_store
1120
+ * @param {string} target_site
1121
+ * @returns {string} Resource name string.
1122
+ */
1123
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
1124
+ /**
1125
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1126
+ *
1127
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1128
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1129
+ * @returns {string} A string representing the project.
1130
+ */
1131
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1132
+ /**
1133
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1134
+ *
1135
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1136
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1137
+ * @returns {string} A string representing the location.
1138
+ */
1139
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1140
+ /**
1141
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1142
+ *
1143
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1144
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1145
+ * @returns {string} A string representing the data_store.
1146
+ */
1147
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1148
+ /**
1149
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1150
+ *
1151
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1152
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1153
+ * @returns {string} A string representing the target_site.
1154
+ */
1155
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
666
1156
  /**
667
1157
  * Terminate the gRPC channel and close the client.
668
1158
  *