@google-cloud/discoveryengine 1.5.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +24 -0
  3. package/build/protos/google/cloud/discoveryengine/v1/common.proto +13 -1
  4. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +5 -0
  5. package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +17 -0
  6. package/build/protos/google/cloud/discoveryengine/v1/document.proto +9 -0
  7. package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +6 -0
  8. package/build/protos/google/cloud/discoveryengine/v1/engine.proto +2 -2
  9. package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +284 -22
  10. package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +3 -0
  11. package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +228 -0
  12. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +125 -21
  13. package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +16 -11
  14. package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +328 -0
  15. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +6 -0
  16. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +1 -1
  17. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +574 -0
  18. package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +3 -6
  19. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +2 -2
  20. package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +120 -0
  21. package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +55 -0
  22. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +7 -39
  23. package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +102 -0
  24. package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +171 -0
  25. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +21 -0
  26. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +7 -3
  27. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +4 -1
  28. package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +94 -0
  29. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +1 -1
  30. package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +328 -0
  31. package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +30 -1
  32. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +559 -0
  33. package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +3 -6
  34. package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +6 -0
  35. package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +2 -2
  36. package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +93 -0
  37. package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +120 -0
  38. package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +55 -0
  39. package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +283 -24
  40. package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +115 -0
  41. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +142 -22
  42. package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +7 -1
  43. package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +94 -0
  44. package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +1 -1
  45. package/build/protos/protos.d.ts +41126 -24558
  46. package/build/protos/protos.js +134286 -93661
  47. package/build/protos/protos.json +7598 -3744
  48. package/build/src/index.d.ts +4 -1
  49. package/build/src/index.js +4 -1
  50. package/build/src/v1/conversational_search_service_client.d.ts +4 -0
  51. package/build/src/v1/document_service_client.d.ts +47 -19
  52. package/build/src/v1/index.d.ts +1 -0
  53. package/build/src/v1/index.js +3 -1
  54. package/build/src/v1/recommendation_service_client.d.ts +1087 -0
  55. package/build/src/v1/recommendation_service_client.js +1432 -0
  56. package/build/src/v1/recommendation_service_client_config.json +43 -0
  57. package/build/src/v1/search_service_client.d.ts +27 -9
  58. package/build/src/v1/search_service_client.js +18 -6
  59. package/build/src/v1/search_service_client_config.json +5 -5
  60. package/build/src/v1alpha/acl_config_service_client.d.ts +330 -0
  61. package/build/src/v1alpha/acl_config_service_client.js +454 -0
  62. package/build/src/v1alpha/chunk_service_client.d.ts +330 -0
  63. package/build/src/v1alpha/chunk_service_client.js +454 -0
  64. package/build/src/v1alpha/completion_service_client.d.ts +330 -0
  65. package/build/src/v1alpha/completion_service_client.js +454 -0
  66. package/build/src/v1alpha/conversational_search_service_client.d.ts +674 -0
  67. package/build/src/v1alpha/conversational_search_service_client.js +724 -0
  68. package/build/src/v1alpha/conversational_search_service_client_config.json +35 -0
  69. package/build/src/v1alpha/data_store_service_client.d.ts +330 -0
  70. package/build/src/v1alpha/data_store_service_client.js +454 -0
  71. package/build/src/v1alpha/document_service_client.d.ts +330 -0
  72. package/build/src/v1alpha/document_service_client.js +454 -0
  73. package/build/src/v1alpha/engine_service_client.d.ts +330 -0
  74. package/build/src/v1alpha/engine_service_client.js +454 -0
  75. package/build/src/v1alpha/estimate_billing_service_client.d.ts +330 -0
  76. package/build/src/v1alpha/estimate_billing_service_client.js +454 -0
  77. package/build/src/v1alpha/grounded_generation_service_client.d.ts +1574 -0
  78. package/build/src/v1alpha/grounded_generation_service_client.js +2248 -0
  79. package/build/src/v1alpha/grounded_generation_service_client_config.json +43 -0
  80. package/build/src/v1alpha/index.d.ts +2 -0
  81. package/build/src/v1alpha/index.js +5 -1
  82. package/build/src/v1alpha/project_service_client.d.ts +1756 -0
  83. package/build/src/v1alpha/project_service_client.js +2500 -0
  84. package/build/src/v1alpha/project_service_client_config.json +38 -0
  85. package/build/src/v1alpha/rank_service_client.d.ts +330 -0
  86. package/build/src/v1alpha/rank_service_client.js +454 -0
  87. package/build/src/v1alpha/rank_service_client_config.json +15 -2
  88. package/build/src/v1alpha/recommendation_service_client.d.ts +330 -0
  89. package/build/src/v1alpha/recommendation_service_client.js +454 -0
  90. package/build/src/v1alpha/schema_service_client.d.ts +330 -0
  91. package/build/src/v1alpha/schema_service_client.js +454 -0
  92. package/build/src/v1alpha/search_service_client.d.ts +330 -0
  93. package/build/src/v1alpha/search_service_client.js +454 -0
  94. package/build/src/v1alpha/search_service_client_config.json +5 -5
  95. package/build/src/v1alpha/search_tuning_service_client.d.ts +330 -0
  96. package/build/src/v1alpha/search_tuning_service_client.js +454 -0
  97. package/build/src/v1alpha/serving_config_service_client.d.ts +315 -0
  98. package/build/src/v1alpha/serving_config_service_client.js +432 -0
  99. package/build/src/v1alpha/site_search_engine_service_client.d.ts +330 -0
  100. package/build/src/v1alpha/site_search_engine_service_client.js +454 -0
  101. package/build/src/v1alpha/user_event_service_client.d.ts +330 -0
  102. package/build/src/v1alpha/user_event_service_client.js +454 -0
  103. package/build/src/v1beta/completion_service_client.d.ts +315 -0
  104. package/build/src/v1beta/completion_service_client.js +432 -0
  105. package/build/src/v1beta/conversational_search_service_client.d.ts +659 -0
  106. package/build/src/v1beta/conversational_search_service_client.js +702 -0
  107. package/build/src/v1beta/conversational_search_service_client_config.json +35 -0
  108. package/build/src/v1beta/data_store_service_client.d.ts +315 -0
  109. package/build/src/v1beta/data_store_service_client.js +432 -0
  110. package/build/src/v1beta/document_service_client.d.ts +361 -21
  111. package/build/src/v1beta/document_service_client.js +432 -0
  112. package/build/src/v1beta/engine_service_client.d.ts +410 -0
  113. package/build/src/v1beta/engine_service_client.js +518 -0
  114. package/build/src/v1beta/engine_service_client_config.json +12 -0
  115. package/build/src/v1beta/grounded_generation_service_client.d.ts +1406 -0
  116. package/build/src/v1beta/grounded_generation_service_client.js +2014 -0
  117. package/build/src/v1beta/grounded_generation_service_client_config.json +43 -0
  118. package/build/src/v1beta/index.d.ts +2 -0
  119. package/build/src/v1beta/index.js +5 -1
  120. package/build/src/v1beta/rank_service_client.d.ts +1416 -0
  121. package/build/src/v1beta/rank_service_client.js +2015 -0
  122. package/build/src/v1beta/rank_service_client_config.json +43 -0
  123. package/build/src/v1beta/recommendation_service_client.d.ts +315 -0
  124. package/build/src/v1beta/recommendation_service_client.js +432 -0
  125. package/build/src/v1beta/schema_service_client.d.ts +315 -0
  126. package/build/src/v1beta/schema_service_client.js +432 -0
  127. package/build/src/v1beta/search_service_client.d.ts +342 -12
  128. package/build/src/v1beta/search_service_client.js +450 -8
  129. package/build/src/v1beta/search_service_client_config.json +5 -5
  130. package/build/src/v1beta/search_tuning_service_client.d.ts +315 -0
  131. package/build/src/v1beta/search_tuning_service_client.js +432 -0
  132. package/build/src/v1beta/serving_config_service_client.d.ts +315 -0
  133. package/build/src/v1beta/serving_config_service_client.js +432 -0
  134. package/build/src/v1beta/site_search_engine_service_client.d.ts +315 -0
  135. package/build/src/v1beta/site_search_engine_service_client.js +432 -0
  136. package/build/src/v1beta/user_event_service_client.d.ts +315 -0
  137. package/build/src/v1beta/user_event_service_client.js +432 -0
  138. package/package.json +1 -1
@@ -180,6 +180,60 @@ export declare class EngineServiceClient {
180
180
  ]>;
181
181
  getEngine(request: protos.google.cloud.discoveryengine.v1beta.IGetEngineRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1beta.IEngine, protos.google.cloud.discoveryengine.v1beta.IGetEngineRequest | null | undefined, {} | null | undefined>): void;
182
182
  getEngine(request: protos.google.cloud.discoveryengine.v1beta.IGetEngineRequest, callback: Callback<protos.google.cloud.discoveryengine.v1beta.IEngine, protos.google.cloud.discoveryengine.v1beta.IGetEngineRequest | null | undefined, {} | null | undefined>): void;
183
+ /**
184
+ * Pauses the training of an existing engine. Only applicable if
185
+ * {@link protos.google.cloud.discoveryengine.v1beta.SolutionType|SolutionType} is
186
+ * {@link protos.google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_RECOMMENDATION|SOLUTION_TYPE_RECOMMENDATION}.
187
+ *
188
+ * @param {Object} request
189
+ * The request object that will be sent.
190
+ * @param {string} request.name
191
+ * Required. The name of the engine to pause.
192
+ * Format:
193
+ * `projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}`
194
+ * @param {object} [options]
195
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
196
+ * @returns {Promise} - The promise which resolves to an array.
197
+ * The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1beta.Engine|Engine}.
198
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
199
+ * for more details and examples.
200
+ * @example <caption>include:samples/generated/v1beta/engine_service.pause_engine.js</caption>
201
+ * region_tag:discoveryengine_v1beta_generated_EngineService_PauseEngine_async
202
+ */
203
+ pauseEngine(request?: protos.google.cloud.discoveryengine.v1beta.IPauseEngineRequest, options?: CallOptions): Promise<[
204
+ protos.google.cloud.discoveryengine.v1beta.IEngine,
205
+ (protos.google.cloud.discoveryengine.v1beta.IPauseEngineRequest | undefined),
206
+ {} | undefined
207
+ ]>;
208
+ pauseEngine(request: protos.google.cloud.discoveryengine.v1beta.IPauseEngineRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1beta.IEngine, protos.google.cloud.discoveryengine.v1beta.IPauseEngineRequest | null | undefined, {} | null | undefined>): void;
209
+ pauseEngine(request: protos.google.cloud.discoveryengine.v1beta.IPauseEngineRequest, callback: Callback<protos.google.cloud.discoveryengine.v1beta.IEngine, protos.google.cloud.discoveryengine.v1beta.IPauseEngineRequest | null | undefined, {} | null | undefined>): void;
210
+ /**
211
+ * Resumes the training of an existing engine. Only applicable if
212
+ * {@link protos.google.cloud.discoveryengine.v1beta.SolutionType|SolutionType} is
213
+ * {@link protos.google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_RECOMMENDATION|SOLUTION_TYPE_RECOMMENDATION}.
214
+ *
215
+ * @param {Object} request
216
+ * The request object that will be sent.
217
+ * @param {string} request.name
218
+ * Required. The name of the engine to resume.
219
+ * Format:
220
+ * `projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}`
221
+ * @param {object} [options]
222
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
223
+ * @returns {Promise} - The promise which resolves to an array.
224
+ * The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1beta.Engine|Engine}.
225
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
226
+ * for more details and examples.
227
+ * @example <caption>include:samples/generated/v1beta/engine_service.resume_engine.js</caption>
228
+ * region_tag:discoveryengine_v1beta_generated_EngineService_ResumeEngine_async
229
+ */
230
+ resumeEngine(request?: protos.google.cloud.discoveryengine.v1beta.IResumeEngineRequest, options?: CallOptions): Promise<[
231
+ protos.google.cloud.discoveryengine.v1beta.IEngine,
232
+ (protos.google.cloud.discoveryengine.v1beta.IResumeEngineRequest | undefined),
233
+ {} | undefined
234
+ ]>;
235
+ resumeEngine(request: protos.google.cloud.discoveryengine.v1beta.IResumeEngineRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1beta.IEngine, protos.google.cloud.discoveryengine.v1beta.IResumeEngineRequest | null | undefined, {} | null | undefined>): void;
236
+ resumeEngine(request: protos.google.cloud.discoveryengine.v1beta.IResumeEngineRequest, callback: Callback<protos.google.cloud.discoveryengine.v1beta.IEngine, protos.google.cloud.discoveryengine.v1beta.IResumeEngineRequest | null | undefined, {} | null | undefined>): void;
183
237
  /**
184
238
  * Creates a {@link protos.google.cloud.discoveryengine.v1beta.Engine|Engine}.
185
239
  *
@@ -276,6 +330,47 @@ export declare class EngineServiceClient {
276
330
  * region_tag:discoveryengine_v1beta_generated_EngineService_DeleteEngine_async
277
331
  */
278
332
  checkDeleteEngineProgress(name: string): Promise<LROperation<protos.google.protobuf.Empty, protos.google.cloud.discoveryengine.v1beta.DeleteEngineMetadata>>;
333
+ /**
334
+ * Tunes an existing engine. Only applicable if
335
+ * {@link protos.google.cloud.discoveryengine.v1beta.SolutionType|SolutionType} is
336
+ * {@link protos.google.cloud.discoveryengine.v1beta.SolutionType.SOLUTION_TYPE_RECOMMENDATION|SOLUTION_TYPE_RECOMMENDATION}.
337
+ *
338
+ * @param {Object} request
339
+ * The request object that will be sent.
340
+ * @param {string} request.name
341
+ * Required. The resource name of the engine to tune.
342
+ * Format:
343
+ * `projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}`
344
+ * @param {object} [options]
345
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
346
+ * @returns {Promise} - The promise which resolves to an array.
347
+ * The first element of the array is an object representing
348
+ * a long running operation. Its `promise()` method returns a promise
349
+ * you can `await` for.
350
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
351
+ * for more details and examples.
352
+ * @example <caption>include:samples/generated/v1beta/engine_service.tune_engine.js</caption>
353
+ * region_tag:discoveryengine_v1beta_generated_EngineService_TuneEngine_async
354
+ */
355
+ tuneEngine(request?: protos.google.cloud.discoveryengine.v1beta.ITuneEngineRequest, options?: CallOptions): Promise<[
356
+ LROperation<protos.google.cloud.discoveryengine.v1beta.ITuneEngineResponse, protos.google.cloud.discoveryengine.v1beta.ITuneEngineMetadata>,
357
+ protos.google.longrunning.IOperation | undefined,
358
+ {} | undefined
359
+ ]>;
360
+ tuneEngine(request: protos.google.cloud.discoveryengine.v1beta.ITuneEngineRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.ITuneEngineResponse, protos.google.cloud.discoveryengine.v1beta.ITuneEngineMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
361
+ tuneEngine(request: protos.google.cloud.discoveryengine.v1beta.ITuneEngineRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.ITuneEngineResponse, protos.google.cloud.discoveryengine.v1beta.ITuneEngineMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
362
+ /**
363
+ * Check the status of the long running operation returned by `tuneEngine()`.
364
+ * @param {String} name
365
+ * The operation name that will be passed.
366
+ * @returns {Promise} - The promise which resolves to an object.
367
+ * The decoded operation object has result and metadata field to get information from.
368
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
369
+ * for more details and examples.
370
+ * @example <caption>include:samples/generated/v1beta/engine_service.tune_engine.js</caption>
371
+ * region_tag:discoveryengine_v1beta_generated_EngineService_TuneEngine_async
372
+ */
373
+ checkTuneEngineProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1beta.TuneEngineResponse, protos.google.cloud.discoveryengine.v1beta.TuneEngineMetadata>>;
279
374
  /**
280
375
  * Lists all the {@link protos.google.cloud.discoveryengine.v1beta.Engine|Engine}s
281
376
  * associated with the project.
@@ -909,6 +1004,117 @@ export declare class EngineServiceClient {
909
1004
  * @returns {string} A string representing the serving_config.
910
1005
  */
911
1006
  matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1007
+ /**
1008
+ * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
1009
+ *
1010
+ * @param {string} project
1011
+ * @param {string} location
1012
+ * @param {string} collection
1013
+ * @param {string} data_store
1014
+ * @param {string} session
1015
+ * @returns {string} Resource name string.
1016
+ */
1017
+ projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
1018
+ /**
1019
+ * Parse the project from ProjectLocationCollectionDataStoreSession resource.
1020
+ *
1021
+ * @param {string} projectLocationCollectionDataStoreSessionName
1022
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1023
+ * @returns {string} A string representing the project.
1024
+ */
1025
+ matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1026
+ /**
1027
+ * Parse the location from ProjectLocationCollectionDataStoreSession resource.
1028
+ *
1029
+ * @param {string} projectLocationCollectionDataStoreSessionName
1030
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1031
+ * @returns {string} A string representing the location.
1032
+ */
1033
+ matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1034
+ /**
1035
+ * Parse the collection from ProjectLocationCollectionDataStoreSession resource.
1036
+ *
1037
+ * @param {string} projectLocationCollectionDataStoreSessionName
1038
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1039
+ * @returns {string} A string representing the collection.
1040
+ */
1041
+ matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1042
+ /**
1043
+ * Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
1044
+ *
1045
+ * @param {string} projectLocationCollectionDataStoreSessionName
1046
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1047
+ * @returns {string} A string representing the data_store.
1048
+ */
1049
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1050
+ /**
1051
+ * Parse the session from ProjectLocationCollectionDataStoreSession resource.
1052
+ *
1053
+ * @param {string} projectLocationCollectionDataStoreSessionName
1054
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1055
+ * @returns {string} A string representing the session.
1056
+ */
1057
+ matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1058
+ /**
1059
+ * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
1060
+ *
1061
+ * @param {string} project
1062
+ * @param {string} location
1063
+ * @param {string} collection
1064
+ * @param {string} data_store
1065
+ * @param {string} session
1066
+ * @param {string} answer
1067
+ * @returns {string} Resource name string.
1068
+ */
1069
+ projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
1070
+ /**
1071
+ * Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
1072
+ *
1073
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1074
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1075
+ * @returns {string} A string representing the project.
1076
+ */
1077
+ matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1078
+ /**
1079
+ * Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
1080
+ *
1081
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1082
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1083
+ * @returns {string} A string representing the location.
1084
+ */
1085
+ matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1086
+ /**
1087
+ * Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
1088
+ *
1089
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1090
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1091
+ * @returns {string} A string representing the collection.
1092
+ */
1093
+ matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1094
+ /**
1095
+ * Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
1096
+ *
1097
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1098
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1099
+ * @returns {string} A string representing the data_store.
1100
+ */
1101
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1102
+ /**
1103
+ * Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
1104
+ *
1105
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1106
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1107
+ * @returns {string} A string representing the session.
1108
+ */
1109
+ matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1110
+ /**
1111
+ * Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
1112
+ *
1113
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1114
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1115
+ * @returns {string} A string representing the answer.
1116
+ */
1117
+ matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
912
1118
  /**
913
1119
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
914
1120
  *
@@ -1104,6 +1310,117 @@ export declare class EngineServiceClient {
1104
1310
  * @returns {string} A string representing the serving_config.
1105
1311
  */
1106
1312
  matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1313
+ /**
1314
+ * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
1315
+ *
1316
+ * @param {string} project
1317
+ * @param {string} location
1318
+ * @param {string} collection
1319
+ * @param {string} engine
1320
+ * @param {string} session
1321
+ * @returns {string} Resource name string.
1322
+ */
1323
+ projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
1324
+ /**
1325
+ * Parse the project from ProjectLocationCollectionEngineSession resource.
1326
+ *
1327
+ * @param {string} projectLocationCollectionEngineSessionName
1328
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1329
+ * @returns {string} A string representing the project.
1330
+ */
1331
+ matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1332
+ /**
1333
+ * Parse the location from ProjectLocationCollectionEngineSession resource.
1334
+ *
1335
+ * @param {string} projectLocationCollectionEngineSessionName
1336
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1337
+ * @returns {string} A string representing the location.
1338
+ */
1339
+ matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1340
+ /**
1341
+ * Parse the collection from ProjectLocationCollectionEngineSession resource.
1342
+ *
1343
+ * @param {string} projectLocationCollectionEngineSessionName
1344
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1345
+ * @returns {string} A string representing the collection.
1346
+ */
1347
+ matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1348
+ /**
1349
+ * Parse the engine from ProjectLocationCollectionEngineSession resource.
1350
+ *
1351
+ * @param {string} projectLocationCollectionEngineSessionName
1352
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1353
+ * @returns {string} A string representing the engine.
1354
+ */
1355
+ matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1356
+ /**
1357
+ * Parse the session from ProjectLocationCollectionEngineSession resource.
1358
+ *
1359
+ * @param {string} projectLocationCollectionEngineSessionName
1360
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1361
+ * @returns {string} A string representing the session.
1362
+ */
1363
+ matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1364
+ /**
1365
+ * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
1366
+ *
1367
+ * @param {string} project
1368
+ * @param {string} location
1369
+ * @param {string} collection
1370
+ * @param {string} engine
1371
+ * @param {string} session
1372
+ * @param {string} answer
1373
+ * @returns {string} Resource name string.
1374
+ */
1375
+ projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
1376
+ /**
1377
+ * Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
1378
+ *
1379
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1380
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1381
+ * @returns {string} A string representing the project.
1382
+ */
1383
+ matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1384
+ /**
1385
+ * Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
1386
+ *
1387
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1388
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1389
+ * @returns {string} A string representing the location.
1390
+ */
1391
+ matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1392
+ /**
1393
+ * Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
1394
+ *
1395
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1396
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1397
+ * @returns {string} A string representing the collection.
1398
+ */
1399
+ matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1400
+ /**
1401
+ * Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
1402
+ *
1403
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1404
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1405
+ * @returns {string} A string representing the engine.
1406
+ */
1407
+ matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1408
+ /**
1409
+ * Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
1410
+ *
1411
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1412
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1413
+ * @returns {string} A string representing the session.
1414
+ */
1415
+ matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1416
+ /**
1417
+ * Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
1418
+ *
1419
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1420
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1421
+ * @returns {string} A string representing the answer.
1422
+ */
1423
+ matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1107
1424
  /**
1108
1425
  * Return a fully-qualified projectLocationDataStore resource name string.
1109
1426
  *
@@ -1347,6 +1664,99 @@ export declare class EngineServiceClient {
1347
1664
  * @returns {string} A string representing the serving_config.
1348
1665
  */
1349
1666
  matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1667
+ /**
1668
+ * Return a fully-qualified projectLocationDataStoreSession resource name string.
1669
+ *
1670
+ * @param {string} project
1671
+ * @param {string} location
1672
+ * @param {string} data_store
1673
+ * @param {string} session
1674
+ * @returns {string} Resource name string.
1675
+ */
1676
+ projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
1677
+ /**
1678
+ * Parse the project from ProjectLocationDataStoreSession resource.
1679
+ *
1680
+ * @param {string} projectLocationDataStoreSessionName
1681
+ * A fully-qualified path representing project_location_data_store_session resource.
1682
+ * @returns {string} A string representing the project.
1683
+ */
1684
+ matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1685
+ /**
1686
+ * Parse the location from ProjectLocationDataStoreSession resource.
1687
+ *
1688
+ * @param {string} projectLocationDataStoreSessionName
1689
+ * A fully-qualified path representing project_location_data_store_session resource.
1690
+ * @returns {string} A string representing the location.
1691
+ */
1692
+ matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1693
+ /**
1694
+ * Parse the data_store from ProjectLocationDataStoreSession resource.
1695
+ *
1696
+ * @param {string} projectLocationDataStoreSessionName
1697
+ * A fully-qualified path representing project_location_data_store_session resource.
1698
+ * @returns {string} A string representing the data_store.
1699
+ */
1700
+ matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1701
+ /**
1702
+ * Parse the session from ProjectLocationDataStoreSession resource.
1703
+ *
1704
+ * @param {string} projectLocationDataStoreSessionName
1705
+ * A fully-qualified path representing project_location_data_store_session resource.
1706
+ * @returns {string} A string representing the session.
1707
+ */
1708
+ matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
1709
+ /**
1710
+ * Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
1711
+ *
1712
+ * @param {string} project
1713
+ * @param {string} location
1714
+ * @param {string} data_store
1715
+ * @param {string} session
1716
+ * @param {string} answer
1717
+ * @returns {string} Resource name string.
1718
+ */
1719
+ projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
1720
+ /**
1721
+ * Parse the project from ProjectLocationDataStoreSessionAnswer resource.
1722
+ *
1723
+ * @param {string} projectLocationDataStoreSessionAnswerName
1724
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1725
+ * @returns {string} A string representing the project.
1726
+ */
1727
+ matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1728
+ /**
1729
+ * Parse the location from ProjectLocationDataStoreSessionAnswer resource.
1730
+ *
1731
+ * @param {string} projectLocationDataStoreSessionAnswerName
1732
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1733
+ * @returns {string} A string representing the location.
1734
+ */
1735
+ matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1736
+ /**
1737
+ * Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
1738
+ *
1739
+ * @param {string} projectLocationDataStoreSessionAnswerName
1740
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1741
+ * @returns {string} A string representing the data_store.
1742
+ */
1743
+ matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1744
+ /**
1745
+ * Parse the session from ProjectLocationDataStoreSessionAnswer resource.
1746
+ *
1747
+ * @param {string} projectLocationDataStoreSessionAnswerName
1748
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1749
+ * @returns {string} A string representing the session.
1750
+ */
1751
+ matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1752
+ /**
1753
+ * Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
1754
+ *
1755
+ * @param {string} projectLocationDataStoreSessionAnswerName
1756
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
1757
+ * @returns {string} A string representing the answer.
1758
+ */
1759
+ matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
1350
1760
  /**
1351
1761
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1352
1762
  *