@google-cloud/discoveryengine 2.3.0 → 2.4.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 (228) hide show
  1. package/README.md +17 -0
  2. package/build/protos/google/cloud/discoveryengine/v1/assist_answer.proto +251 -0
  3. package/build/protos/google/cloud/discoveryengine/v1/assistant.proto +44 -0
  4. package/build/protos/google/cloud/discoveryengine/v1/assistant_service.proto +217 -0
  5. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +15 -3
  6. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +8 -14
  7. package/build/protos/google/cloud/discoveryengine/v1/session.proto +21 -8
  8. package/build/protos/google/cloud/discoveryengine/v1/session_service.proto +128 -0
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +15 -0
  10. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +30 -9
  11. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +8 -14
  12. package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +238 -8
  13. package/build/protos/google/cloud/discoveryengine/v1alpha/session_service.proto +201 -0
  14. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +26 -5
  15. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +8 -14
  16. package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +40 -8
  17. package/build/protos/google/cloud/discoveryengine/v1beta/session_service.proto +128 -0
  18. package/build/protos/protos.d.ts +15057 -10636
  19. package/build/protos/protos.js +45523 -34174
  20. package/build/protos/protos.json +4835 -3203
  21. package/build/src/index.d.ts +7 -1
  22. package/build/src/index.js +6 -2
  23. package/build/src/v1/assistant_service_client.d.ts +2058 -0
  24. package/build/src/v1/assistant_service_client.js +2957 -0
  25. package/build/src/v1/assistant_service_client_config.json +43 -0
  26. package/build/src/v1/assistant_service_proto_list.json +48 -0
  27. package/build/src/v1/cmek_config_service_client.d.ts +255 -144
  28. package/build/src/v1/cmek_config_service_client.js +348 -196
  29. package/build/src/v1/cmek_config_service_proto_list.json +4 -0
  30. package/build/src/v1/completion_service_client.d.ts +255 -144
  31. package/build/src/v1/completion_service_client.js +348 -196
  32. package/build/src/v1/completion_service_proto_list.json +4 -0
  33. package/build/src/v1/control_service_client.d.ts +255 -144
  34. package/build/src/v1/control_service_client.js +348 -196
  35. package/build/src/v1/control_service_proto_list.json +4 -0
  36. package/build/src/v1/conversational_search_service_client.d.ts +302 -155
  37. package/build/src/v1/conversational_search_service_client.js +380 -204
  38. package/build/src/v1/conversational_search_service_proto_list.json +4 -0
  39. package/build/src/v1/data_store_service_client.d.ts +255 -144
  40. package/build/src/v1/data_store_service_client.js +348 -196
  41. package/build/src/v1/data_store_service_proto_list.json +4 -0
  42. package/build/src/v1/document_service_client.d.ts +255 -144
  43. package/build/src/v1/document_service_client.js +348 -196
  44. package/build/src/v1/document_service_proto_list.json +4 -0
  45. package/build/src/v1/engine_service_client.d.ts +255 -144
  46. package/build/src/v1/engine_service_client.js +348 -196
  47. package/build/src/v1/engine_service_proto_list.json +4 -0
  48. package/build/src/v1/gapic_metadata.json +86 -0
  49. package/build/src/v1/grounded_generation_service_client.d.ts +255 -144
  50. package/build/src/v1/grounded_generation_service_client.js +348 -196
  51. package/build/src/v1/grounded_generation_service_proto_list.json +4 -0
  52. package/build/src/v1/identity_mapping_store_service_client.d.ts +255 -144
  53. package/build/src/v1/identity_mapping_store_service_client.js +348 -196
  54. package/build/src/v1/identity_mapping_store_service_proto_list.json +4 -0
  55. package/build/src/v1/index.d.ts +2 -0
  56. package/build/src/v1/index.js +5 -1
  57. package/build/src/v1/project_service_client.d.ts +255 -144
  58. package/build/src/v1/project_service_client.js +348 -196
  59. package/build/src/v1/project_service_proto_list.json +4 -0
  60. package/build/src/v1/rank_service_client.d.ts +255 -144
  61. package/build/src/v1/rank_service_client.js +348 -196
  62. package/build/src/v1/rank_service_proto_list.json +4 -0
  63. package/build/src/v1/recommendation_service_client.d.ts +255 -144
  64. package/build/src/v1/recommendation_service_client.js +348 -196
  65. package/build/src/v1/recommendation_service_proto_list.json +4 -0
  66. package/build/src/v1/schema_service_client.d.ts +255 -144
  67. package/build/src/v1/schema_service_client.js +348 -196
  68. package/build/src/v1/schema_service_proto_list.json +4 -0
  69. package/build/src/v1/search_service_client.d.ts +303 -228
  70. package/build/src/v1/search_service_client.js +380 -252
  71. package/build/src/v1/search_service_proto_list.json +4 -0
  72. package/build/src/v1/search_tuning_service_client.d.ts +255 -144
  73. package/build/src/v1/search_tuning_service_client.js +348 -196
  74. package/build/src/v1/search_tuning_service_proto_list.json +4 -0
  75. package/build/src/v1/serving_config_service_client.d.ts +255 -144
  76. package/build/src/v1/serving_config_service_client.js +348 -196
  77. package/build/src/v1/serving_config_service_proto_list.json +4 -0
  78. package/build/src/v1/session_service_client.d.ts +2326 -0
  79. package/build/src/v1/session_service_client.js +3218 -0
  80. package/build/src/v1/session_service_client_config.json +63 -0
  81. package/build/src/v1/session_service_proto_list.json +48 -0
  82. package/build/src/v1/site_search_engine_service_client.d.ts +255 -144
  83. package/build/src/v1/site_search_engine_service_client.js +348 -196
  84. package/build/src/v1/site_search_engine_service_proto_list.json +4 -0
  85. package/build/src/v1/user_event_service_client.d.ts +255 -144
  86. package/build/src/v1/user_event_service_client.js +348 -196
  87. package/build/src/v1/user_event_service_proto_list.json +4 -0
  88. package/build/src/v1/user_license_service_client.d.ts +255 -144
  89. package/build/src/v1/user_license_service_client.js +348 -196
  90. package/build/src/v1/user_license_service_proto_list.json +4 -0
  91. package/build/src/v1alpha/acl_config_service_client.d.ts +144 -144
  92. package/build/src/v1alpha/acl_config_service_client.js +196 -196
  93. package/build/src/v1alpha/acl_config_service_proto_list.json +1 -0
  94. package/build/src/v1alpha/chunk_service_client.d.ts +144 -144
  95. package/build/src/v1alpha/chunk_service_client.js +196 -196
  96. package/build/src/v1alpha/chunk_service_proto_list.json +1 -0
  97. package/build/src/v1alpha/completion_service_client.d.ts +144 -144
  98. package/build/src/v1alpha/completion_service_client.js +196 -196
  99. package/build/src/v1alpha/completion_service_proto_list.json +1 -0
  100. package/build/src/v1alpha/control_service_client.d.ts +144 -144
  101. package/build/src/v1alpha/control_service_client.js +196 -196
  102. package/build/src/v1alpha/control_service_proto_list.json +1 -0
  103. package/build/src/v1alpha/conversational_search_service_client.d.ts +221 -167
  104. package/build/src/v1alpha/conversational_search_service_client.js +244 -210
  105. package/build/src/v1alpha/conversational_search_service_proto_list.json +1 -0
  106. package/build/src/v1alpha/data_store_service_client.d.ts +144 -144
  107. package/build/src/v1alpha/data_store_service_client.js +196 -196
  108. package/build/src/v1alpha/data_store_service_proto_list.json +1 -0
  109. package/build/src/v1alpha/document_service_client.d.ts +144 -144
  110. package/build/src/v1alpha/document_service_client.js +196 -196
  111. package/build/src/v1alpha/document_service_proto_list.json +1 -0
  112. package/build/src/v1alpha/engine_service_client.d.ts +144 -144
  113. package/build/src/v1alpha/engine_service_client.js +196 -196
  114. package/build/src/v1alpha/engine_service_proto_list.json +1 -0
  115. package/build/src/v1alpha/estimate_billing_service_client.d.ts +144 -144
  116. package/build/src/v1alpha/estimate_billing_service_client.js +196 -196
  117. package/build/src/v1alpha/estimate_billing_service_proto_list.json +1 -0
  118. package/build/src/v1alpha/evaluation_service_client.d.ts +144 -144
  119. package/build/src/v1alpha/evaluation_service_client.js +196 -196
  120. package/build/src/v1alpha/evaluation_service_proto_list.json +1 -0
  121. package/build/src/v1alpha/gapic_metadata.json +82 -0
  122. package/build/src/v1alpha/grounded_generation_service_client.d.ts +144 -144
  123. package/build/src/v1alpha/grounded_generation_service_client.js +196 -196
  124. package/build/src/v1alpha/grounded_generation_service_proto_list.json +1 -0
  125. package/build/src/v1alpha/index.d.ts +1 -0
  126. package/build/src/v1alpha/index.js +3 -1
  127. package/build/src/v1alpha/project_service_client.d.ts +144 -144
  128. package/build/src/v1alpha/project_service_client.js +196 -196
  129. package/build/src/v1alpha/project_service_proto_list.json +1 -0
  130. package/build/src/v1alpha/rank_service_client.d.ts +144 -144
  131. package/build/src/v1alpha/rank_service_client.js +196 -196
  132. package/build/src/v1alpha/rank_service_proto_list.json +1 -0
  133. package/build/src/v1alpha/recommendation_service_client.d.ts +144 -144
  134. package/build/src/v1alpha/recommendation_service_client.js +196 -196
  135. package/build/src/v1alpha/recommendation_service_proto_list.json +1 -0
  136. package/build/src/v1alpha/sample_query_service_client.d.ts +144 -144
  137. package/build/src/v1alpha/sample_query_service_client.js +196 -196
  138. package/build/src/v1alpha/sample_query_service_proto_list.json +1 -0
  139. package/build/src/v1alpha/sample_query_set_service_client.d.ts +144 -144
  140. package/build/src/v1alpha/sample_query_set_service_client.js +196 -196
  141. package/build/src/v1alpha/sample_query_set_service_proto_list.json +1 -0
  142. package/build/src/v1alpha/schema_service_client.d.ts +144 -144
  143. package/build/src/v1alpha/schema_service_client.js +196 -196
  144. package/build/src/v1alpha/schema_service_proto_list.json +1 -0
  145. package/build/src/v1alpha/search_service_client.d.ts +168 -186
  146. package/build/src/v1alpha/search_service_client.js +212 -224
  147. package/build/src/v1alpha/search_service_proto_list.json +1 -0
  148. package/build/src/v1alpha/search_tuning_service_client.d.ts +144 -144
  149. package/build/src/v1alpha/search_tuning_service_client.js +196 -196
  150. package/build/src/v1alpha/search_tuning_service_proto_list.json +1 -0
  151. package/build/src/v1alpha/serving_config_service_client.d.ts +144 -144
  152. package/build/src/v1alpha/serving_config_service_client.js +196 -196
  153. package/build/src/v1alpha/serving_config_service_proto_list.json +1 -0
  154. package/build/src/v1alpha/session_service_client.d.ts +2331 -0
  155. package/build/src/v1alpha/session_service_client.js +3161 -0
  156. package/build/src/v1alpha/session_service_client_config.json +68 -0
  157. package/build/src/v1alpha/session_service_proto_list.json +49 -0
  158. package/build/src/v1alpha/site_search_engine_service_client.d.ts +144 -144
  159. package/build/src/v1alpha/site_search_engine_service_client.js +196 -196
  160. package/build/src/v1alpha/site_search_engine_service_proto_list.json +1 -0
  161. package/build/src/v1alpha/user_event_service_client.d.ts +144 -144
  162. package/build/src/v1alpha/user_event_service_client.js +196 -196
  163. package/build/src/v1alpha/user_event_service_proto_list.json +1 -0
  164. package/build/src/v1beta/completion_service_client.d.ts +144 -144
  165. package/build/src/v1beta/completion_service_client.js +196 -196
  166. package/build/src/v1beta/completion_service_proto_list.json +1 -0
  167. package/build/src/v1beta/control_service_client.d.ts +144 -144
  168. package/build/src/v1beta/control_service_client.js +196 -196
  169. package/build/src/v1beta/control_service_proto_list.json +1 -0
  170. package/build/src/v1beta/conversational_search_service_client.d.ts +215 -161
  171. package/build/src/v1beta/conversational_search_service_client.js +242 -208
  172. package/build/src/v1beta/conversational_search_service_proto_list.json +1 -0
  173. package/build/src/v1beta/data_store_service_client.d.ts +144 -144
  174. package/build/src/v1beta/data_store_service_client.js +196 -196
  175. package/build/src/v1beta/data_store_service_proto_list.json +1 -0
  176. package/build/src/v1beta/document_service_client.d.ts +144 -144
  177. package/build/src/v1beta/document_service_client.js +196 -196
  178. package/build/src/v1beta/document_service_proto_list.json +1 -0
  179. package/build/src/v1beta/engine_service_client.d.ts +144 -144
  180. package/build/src/v1beta/engine_service_client.js +196 -196
  181. package/build/src/v1beta/engine_service_proto_list.json +1 -0
  182. package/build/src/v1beta/evaluation_service_client.d.ts +144 -144
  183. package/build/src/v1beta/evaluation_service_client.js +196 -196
  184. package/build/src/v1beta/evaluation_service_proto_list.json +1 -0
  185. package/build/src/v1beta/gapic_metadata.json +68 -0
  186. package/build/src/v1beta/grounded_generation_service_client.d.ts +144 -144
  187. package/build/src/v1beta/grounded_generation_service_client.js +196 -196
  188. package/build/src/v1beta/grounded_generation_service_proto_list.json +1 -0
  189. package/build/src/v1beta/index.d.ts +1 -0
  190. package/build/src/v1beta/index.js +3 -1
  191. package/build/src/v1beta/project_service_client.d.ts +144 -144
  192. package/build/src/v1beta/project_service_client.js +196 -196
  193. package/build/src/v1beta/project_service_proto_list.json +1 -0
  194. package/build/src/v1beta/rank_service_client.d.ts +144 -144
  195. package/build/src/v1beta/rank_service_client.js +196 -196
  196. package/build/src/v1beta/rank_service_proto_list.json +1 -0
  197. package/build/src/v1beta/recommendation_service_client.d.ts +144 -144
  198. package/build/src/v1beta/recommendation_service_client.js +196 -196
  199. package/build/src/v1beta/recommendation_service_proto_list.json +1 -0
  200. package/build/src/v1beta/sample_query_service_client.d.ts +144 -144
  201. package/build/src/v1beta/sample_query_service_client.js +196 -196
  202. package/build/src/v1beta/sample_query_service_proto_list.json +1 -0
  203. package/build/src/v1beta/sample_query_set_service_client.d.ts +144 -144
  204. package/build/src/v1beta/sample_query_set_service_client.js +196 -196
  205. package/build/src/v1beta/sample_query_set_service_proto_list.json +1 -0
  206. package/build/src/v1beta/schema_service_client.d.ts +144 -144
  207. package/build/src/v1beta/schema_service_client.js +196 -196
  208. package/build/src/v1beta/schema_service_proto_list.json +1 -0
  209. package/build/src/v1beta/search_service_client.d.ts +192 -228
  210. package/build/src/v1beta/search_service_client.js +228 -252
  211. package/build/src/v1beta/search_service_proto_list.json +1 -0
  212. package/build/src/v1beta/search_tuning_service_client.d.ts +144 -144
  213. package/build/src/v1beta/search_tuning_service_client.js +196 -196
  214. package/build/src/v1beta/search_tuning_service_proto_list.json +1 -0
  215. package/build/src/v1beta/serving_config_service_client.d.ts +144 -144
  216. package/build/src/v1beta/serving_config_service_client.js +196 -196
  217. package/build/src/v1beta/serving_config_service_proto_list.json +1 -0
  218. package/build/src/v1beta/session_service_client.d.ts +2266 -0
  219. package/build/src/v1beta/session_service_client.js +3136 -0
  220. package/build/src/v1beta/session_service_client_config.json +63 -0
  221. package/build/src/v1beta/session_service_proto_list.json +45 -0
  222. package/build/src/v1beta/site_search_engine_service_client.d.ts +144 -144
  223. package/build/src/v1beta/site_search_engine_service_client.js +196 -196
  224. package/build/src/v1beta/site_search_engine_service_proto_list.json +1 -0
  225. package/build/src/v1beta/user_event_service_client.d.ts +144 -144
  226. package/build/src/v1beta/user_event_service_client.js +196 -196
  227. package/build/src/v1beta/user_event_service_proto_list.json +1 -0
  228. package/package.json +1 -1
@@ -177,15 +177,15 @@ class ChunkServiceClient {
177
177
  projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
178
178
  projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
179
179
  projectLocationCollectionDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}'),
180
- projectLocationCollectionDataStoreSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}'),
181
180
  projectLocationCollectionDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
181
+ projectLocationCollectionDataStoreSessionsPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}'),
182
182
  projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
183
183
  projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
184
184
  projectLocationCollectionEngineControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}'),
185
185
  projectLocationCollectionEngineConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/conversations/{conversation}'),
186
186
  projectLocationCollectionEngineServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}'),
187
- projectLocationCollectionEngineSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}'),
188
187
  projectLocationCollectionEngineSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/answers/{answer}'),
188
+ projectLocationCollectionEngineSessionsPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}'),
189
189
  projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
190
190
  projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
191
191
  projectLocationDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
@@ -195,8 +195,8 @@ class ChunkServiceClient {
195
195
  projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
196
196
  projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
197
197
  projectLocationDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}'),
198
- projectLocationDataStoreSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}'),
199
198
  projectLocationDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
199
+ projectLocationDataStoreSessionsPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}'),
200
200
  projectLocationDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine'),
201
201
  projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
202
202
  sampleQueryPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}'),
@@ -1345,154 +1345,154 @@ class ChunkServiceClient {
1345
1345
  return this.pathTemplates.projectLocationCollectionDataStoreServingConfigPathTemplate.match(projectLocationCollectionDataStoreServingConfigName).serving_config;
1346
1346
  }
1347
1347
  /**
1348
- * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
1348
+ * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
1349
1349
  *
1350
1350
  * @param {string} project
1351
1351
  * @param {string} location
1352
1352
  * @param {string} collection
1353
1353
  * @param {string} data_store
1354
1354
  * @param {string} session
1355
+ * @param {string} answer
1355
1356
  * @returns {string} Resource name string.
1356
1357
  */
1357
- projectLocationCollectionDataStoreSessionPath(project, location, collection, dataStore, session) {
1358
- return this.pathTemplates.projectLocationCollectionDataStoreSessionPathTemplate.render({
1358
+ projectLocationCollectionDataStoreSessionAnswerPath(project, location, collection, dataStore, session, answer) {
1359
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.render({
1359
1360
  project: project,
1360
1361
  location: location,
1361
1362
  collection: collection,
1362
1363
  data_store: dataStore,
1363
1364
  session: session,
1365
+ answer: answer,
1364
1366
  });
1365
1367
  }
1366
1368
  /**
1367
- * Parse the project from ProjectLocationCollectionDataStoreSession resource.
1369
+ * Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
1368
1370
  *
1369
- * @param {string} projectLocationCollectionDataStoreSessionName
1370
- * A fully-qualified path representing project_location_collection_data_store_session resource.
1371
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1372
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1371
1373
  * @returns {string} A string representing the project.
1372
1374
  */
1373
- matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName) {
1374
- return this.pathTemplates.projectLocationCollectionDataStoreSessionPathTemplate.match(projectLocationCollectionDataStoreSessionName).project;
1375
+ matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
1376
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).project;
1375
1377
  }
1376
1378
  /**
1377
- * Parse the location from ProjectLocationCollectionDataStoreSession resource.
1379
+ * Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
1378
1380
  *
1379
- * @param {string} projectLocationCollectionDataStoreSessionName
1380
- * A fully-qualified path representing project_location_collection_data_store_session resource.
1381
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1382
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1381
1383
  * @returns {string} A string representing the location.
1382
1384
  */
1383
- matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName) {
1384
- return this.pathTemplates.projectLocationCollectionDataStoreSessionPathTemplate.match(projectLocationCollectionDataStoreSessionName).location;
1385
+ matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
1386
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).location;
1385
1387
  }
1386
1388
  /**
1387
- * Parse the collection from ProjectLocationCollectionDataStoreSession resource.
1389
+ * Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
1388
1390
  *
1389
- * @param {string} projectLocationCollectionDataStoreSessionName
1390
- * A fully-qualified path representing project_location_collection_data_store_session resource.
1391
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1392
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1391
1393
  * @returns {string} A string representing the collection.
1392
1394
  */
1393
- matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName) {
1394
- return this.pathTemplates.projectLocationCollectionDataStoreSessionPathTemplate.match(projectLocationCollectionDataStoreSessionName).collection;
1395
+ matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
1396
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).collection;
1395
1397
  }
1396
1398
  /**
1397
- * Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
1399
+ * Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
1398
1400
  *
1399
- * @param {string} projectLocationCollectionDataStoreSessionName
1400
- * A fully-qualified path representing project_location_collection_data_store_session resource.
1401
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1402
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1401
1403
  * @returns {string} A string representing the data_store.
1402
1404
  */
1403
- matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName) {
1404
- return this.pathTemplates.projectLocationCollectionDataStoreSessionPathTemplate.match(projectLocationCollectionDataStoreSessionName).data_store;
1405
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
1406
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).data_store;
1405
1407
  }
1406
1408
  /**
1407
- * Parse the session from ProjectLocationCollectionDataStoreSession resource.
1409
+ * Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
1408
1410
  *
1409
- * @param {string} projectLocationCollectionDataStoreSessionName
1410
- * A fully-qualified path representing project_location_collection_data_store_session resource.
1411
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1412
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1411
1413
  * @returns {string} A string representing the session.
1412
1414
  */
1413
- matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName) {
1414
- return this.pathTemplates.projectLocationCollectionDataStoreSessionPathTemplate.match(projectLocationCollectionDataStoreSessionName).session;
1415
+ matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
1416
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).session;
1415
1417
  }
1416
1418
  /**
1417
- * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
1419
+ * Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
1420
+ *
1421
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1422
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1423
+ * @returns {string} A string representing the answer.
1424
+ */
1425
+ matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
1426
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).answer;
1427
+ }
1428
+ /**
1429
+ * Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
1418
1430
  *
1419
1431
  * @param {string} project
1420
1432
  * @param {string} location
1421
1433
  * @param {string} collection
1422
1434
  * @param {string} data_store
1423
1435
  * @param {string} session
1424
- * @param {string} answer
1425
1436
  * @returns {string} Resource name string.
1426
1437
  */
1427
- projectLocationCollectionDataStoreSessionAnswerPath(project, location, collection, dataStore, session, answer) {
1428
- return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.render({
1438
+ projectLocationCollectionDataStoreSessionsPath(project, location, collection, dataStore, session) {
1439
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.render({
1429
1440
  project: project,
1430
1441
  location: location,
1431
1442
  collection: collection,
1432
1443
  data_store: dataStore,
1433
1444
  session: session,
1434
- answer: answer,
1435
1445
  });
1436
1446
  }
1437
1447
  /**
1438
- * Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
1448
+ * Parse the project from ProjectLocationCollectionDataStoreSessions resource.
1439
1449
  *
1440
- * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1441
- * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1450
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1451
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1442
1452
  * @returns {string} A string representing the project.
1443
1453
  */
1444
- matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
1445
- return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).project;
1454
+ matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
1455
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).project;
1446
1456
  }
1447
1457
  /**
1448
- * Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
1458
+ * Parse the location from ProjectLocationCollectionDataStoreSessions resource.
1449
1459
  *
1450
- * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1451
- * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1460
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1461
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1452
1462
  * @returns {string} A string representing the location.
1453
1463
  */
1454
- matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
1455
- return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).location;
1464
+ matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
1465
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).location;
1456
1466
  }
1457
1467
  /**
1458
- * Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
1468
+ * Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
1459
1469
  *
1460
- * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1461
- * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1470
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1471
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1462
1472
  * @returns {string} A string representing the collection.
1463
1473
  */
1464
- matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
1465
- return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).collection;
1474
+ matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
1475
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).collection;
1466
1476
  }
1467
1477
  /**
1468
- * Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
1478
+ * Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
1469
1479
  *
1470
- * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1471
- * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1480
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1481
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1472
1482
  * @returns {string} A string representing the data_store.
1473
1483
  */
1474
- matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
1475
- return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).data_store;
1484
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
1485
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).data_store;
1476
1486
  }
1477
1487
  /**
1478
- * Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
1488
+ * Parse the session from ProjectLocationCollectionDataStoreSessions resource.
1479
1489
  *
1480
- * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1481
- * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1490
+ * @param {string} projectLocationCollectionDataStoreSessionsName
1491
+ * A fully-qualified path representing project_location_collection_data_store_sessions resource.
1482
1492
  * @returns {string} A string representing the session.
1483
1493
  */
1484
- matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
1485
- return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).session;
1486
- }
1487
- /**
1488
- * Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
1489
- *
1490
- * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1491
- * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1492
- * @returns {string} A string representing the answer.
1493
- */
1494
- matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
1495
- return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).answer;
1494
+ matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
1495
+ return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).session;
1496
1496
  }
1497
1497
  /**
1498
1498
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
@@ -1828,154 +1828,154 @@ class ChunkServiceClient {
1828
1828
  return this.pathTemplates.projectLocationCollectionEngineServingConfigPathTemplate.match(projectLocationCollectionEngineServingConfigName).serving_config;
1829
1829
  }
1830
1830
  /**
1831
- * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
1831
+ * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
1832
1832
  *
1833
1833
  * @param {string} project
1834
1834
  * @param {string} location
1835
1835
  * @param {string} collection
1836
1836
  * @param {string} engine
1837
1837
  * @param {string} session
1838
+ * @param {string} answer
1838
1839
  * @returns {string} Resource name string.
1839
1840
  */
1840
- projectLocationCollectionEngineSessionPath(project, location, collection, engine, session) {
1841
- return this.pathTemplates.projectLocationCollectionEngineSessionPathTemplate.render({
1841
+ projectLocationCollectionEngineSessionAnswerPath(project, location, collection, engine, session, answer) {
1842
+ return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.render({
1842
1843
  project: project,
1843
1844
  location: location,
1844
1845
  collection: collection,
1845
1846
  engine: engine,
1846
1847
  session: session,
1848
+ answer: answer,
1847
1849
  });
1848
1850
  }
1849
1851
  /**
1850
- * Parse the project from ProjectLocationCollectionEngineSession resource.
1852
+ * Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
1851
1853
  *
1852
- * @param {string} projectLocationCollectionEngineSessionName
1853
- * A fully-qualified path representing project_location_collection_engine_session resource.
1854
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1855
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1854
1856
  * @returns {string} A string representing the project.
1855
1857
  */
1856
- matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName) {
1857
- return this.pathTemplates.projectLocationCollectionEngineSessionPathTemplate.match(projectLocationCollectionEngineSessionName).project;
1858
+ matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
1859
+ return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).project;
1858
1860
  }
1859
1861
  /**
1860
- * Parse the location from ProjectLocationCollectionEngineSession resource.
1862
+ * Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
1861
1863
  *
1862
- * @param {string} projectLocationCollectionEngineSessionName
1863
- * A fully-qualified path representing project_location_collection_engine_session resource.
1864
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1865
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1864
1866
  * @returns {string} A string representing the location.
1865
1867
  */
1866
- matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName) {
1867
- return this.pathTemplates.projectLocationCollectionEngineSessionPathTemplate.match(projectLocationCollectionEngineSessionName).location;
1868
+ matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
1869
+ return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).location;
1868
1870
  }
1869
1871
  /**
1870
- * Parse the collection from ProjectLocationCollectionEngineSession resource.
1872
+ * Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
1871
1873
  *
1872
- * @param {string} projectLocationCollectionEngineSessionName
1873
- * A fully-qualified path representing project_location_collection_engine_session resource.
1874
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1875
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1874
1876
  * @returns {string} A string representing the collection.
1875
1877
  */
1876
- matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName) {
1877
- return this.pathTemplates.projectLocationCollectionEngineSessionPathTemplate.match(projectLocationCollectionEngineSessionName).collection;
1878
+ matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
1879
+ return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).collection;
1878
1880
  }
1879
1881
  /**
1880
- * Parse the engine from ProjectLocationCollectionEngineSession resource.
1882
+ * Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
1881
1883
  *
1882
- * @param {string} projectLocationCollectionEngineSessionName
1883
- * A fully-qualified path representing project_location_collection_engine_session resource.
1884
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1885
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1884
1886
  * @returns {string} A string representing the engine.
1885
1887
  */
1886
- matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName) {
1887
- return this.pathTemplates.projectLocationCollectionEngineSessionPathTemplate.match(projectLocationCollectionEngineSessionName).engine;
1888
+ matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
1889
+ return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).engine;
1888
1890
  }
1889
1891
  /**
1890
- * Parse the session from ProjectLocationCollectionEngineSession resource.
1892
+ * Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
1891
1893
  *
1892
- * @param {string} projectLocationCollectionEngineSessionName
1893
- * A fully-qualified path representing project_location_collection_engine_session resource.
1894
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1895
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1894
1896
  * @returns {string} A string representing the session.
1895
1897
  */
1896
- matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName) {
1897
- return this.pathTemplates.projectLocationCollectionEngineSessionPathTemplate.match(projectLocationCollectionEngineSessionName).session;
1898
+ matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
1899
+ return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).session;
1898
1900
  }
1899
1901
  /**
1900
- * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
1902
+ * Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
1903
+ *
1904
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1905
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1906
+ * @returns {string} A string representing the answer.
1907
+ */
1908
+ matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
1909
+ return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).answer;
1910
+ }
1911
+ /**
1912
+ * Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
1901
1913
  *
1902
1914
  * @param {string} project
1903
1915
  * @param {string} location
1904
1916
  * @param {string} collection
1905
1917
  * @param {string} engine
1906
1918
  * @param {string} session
1907
- * @param {string} answer
1908
1919
  * @returns {string} Resource name string.
1909
1920
  */
1910
- projectLocationCollectionEngineSessionAnswerPath(project, location, collection, engine, session, answer) {
1911
- return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.render({
1921
+ projectLocationCollectionEngineSessionsPath(project, location, collection, engine, session) {
1922
+ return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.render({
1912
1923
  project: project,
1913
1924
  location: location,
1914
1925
  collection: collection,
1915
1926
  engine: engine,
1916
1927
  session: session,
1917
- answer: answer,
1918
1928
  });
1919
1929
  }
1920
1930
  /**
1921
- * Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
1931
+ * Parse the project from ProjectLocationCollectionEngineSessions resource.
1922
1932
  *
1923
- * @param {string} projectLocationCollectionEngineSessionAnswerName
1924
- * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1933
+ * @param {string} projectLocationCollectionEngineSessionsName
1934
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
1925
1935
  * @returns {string} A string representing the project.
1926
1936
  */
1927
- matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
1928
- return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).project;
1937
+ matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
1938
+ return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).project;
1929
1939
  }
1930
1940
  /**
1931
- * Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
1941
+ * Parse the location from ProjectLocationCollectionEngineSessions resource.
1932
1942
  *
1933
- * @param {string} projectLocationCollectionEngineSessionAnswerName
1934
- * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1943
+ * @param {string} projectLocationCollectionEngineSessionsName
1944
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
1935
1945
  * @returns {string} A string representing the location.
1936
1946
  */
1937
- matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
1938
- return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).location;
1947
+ matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
1948
+ return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).location;
1939
1949
  }
1940
1950
  /**
1941
- * Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
1951
+ * Parse the collection from ProjectLocationCollectionEngineSessions resource.
1942
1952
  *
1943
- * @param {string} projectLocationCollectionEngineSessionAnswerName
1944
- * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1953
+ * @param {string} projectLocationCollectionEngineSessionsName
1954
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
1945
1955
  * @returns {string} A string representing the collection.
1946
1956
  */
1947
- matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
1948
- return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).collection;
1957
+ matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
1958
+ return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).collection;
1949
1959
  }
1950
1960
  /**
1951
- * Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
1961
+ * Parse the engine from ProjectLocationCollectionEngineSessions resource.
1952
1962
  *
1953
- * @param {string} projectLocationCollectionEngineSessionAnswerName
1954
- * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1963
+ * @param {string} projectLocationCollectionEngineSessionsName
1964
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
1955
1965
  * @returns {string} A string representing the engine.
1956
1966
  */
1957
- matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
1958
- return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).engine;
1967
+ matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
1968
+ return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).engine;
1959
1969
  }
1960
1970
  /**
1961
- * Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
1971
+ * Parse the session from ProjectLocationCollectionEngineSessions resource.
1962
1972
  *
1963
- * @param {string} projectLocationCollectionEngineSessionAnswerName
1964
- * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1973
+ * @param {string} projectLocationCollectionEngineSessionsName
1974
+ * A fully-qualified path representing project_location_collection_engine_sessions resource.
1965
1975
  * @returns {string} A string representing the session.
1966
1976
  */
1967
- matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
1968
- return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).session;
1969
- }
1970
- /**
1971
- * Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
1972
- *
1973
- * @param {string} projectLocationCollectionEngineSessionAnswerName
1974
- * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1975
- * @returns {string} A string representing the answer.
1976
- */
1977
- matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
1978
- return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).answer;
1977
+ matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
1978
+ return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).session;
1979
1979
  }
1980
1980
  /**
1981
1981
  * Return a fully-qualified projectLocationDataStore resource name string.
@@ -2502,63 +2502,6 @@ class ChunkServiceClient {
2502
2502
  matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName) {
2503
2503
  return this.pathTemplates.projectLocationDataStoreServingConfigPathTemplate.match(projectLocationDataStoreServingConfigName).serving_config;
2504
2504
  }
2505
- /**
2506
- * Return a fully-qualified projectLocationDataStoreSession resource name string.
2507
- *
2508
- * @param {string} project
2509
- * @param {string} location
2510
- * @param {string} data_store
2511
- * @param {string} session
2512
- * @returns {string} Resource name string.
2513
- */
2514
- projectLocationDataStoreSessionPath(project, location, dataStore, session) {
2515
- return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.render({
2516
- project: project,
2517
- location: location,
2518
- data_store: dataStore,
2519
- session: session,
2520
- });
2521
- }
2522
- /**
2523
- * Parse the project from ProjectLocationDataStoreSession resource.
2524
- *
2525
- * @param {string} projectLocationDataStoreSessionName
2526
- * A fully-qualified path representing project_location_data_store_session resource.
2527
- * @returns {string} A string representing the project.
2528
- */
2529
- matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName) {
2530
- return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.match(projectLocationDataStoreSessionName).project;
2531
- }
2532
- /**
2533
- * Parse the location from ProjectLocationDataStoreSession resource.
2534
- *
2535
- * @param {string} projectLocationDataStoreSessionName
2536
- * A fully-qualified path representing project_location_data_store_session resource.
2537
- * @returns {string} A string representing the location.
2538
- */
2539
- matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName) {
2540
- return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.match(projectLocationDataStoreSessionName).location;
2541
- }
2542
- /**
2543
- * Parse the data_store from ProjectLocationDataStoreSession resource.
2544
- *
2545
- * @param {string} projectLocationDataStoreSessionName
2546
- * A fully-qualified path representing project_location_data_store_session resource.
2547
- * @returns {string} A string representing the data_store.
2548
- */
2549
- matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName) {
2550
- return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.match(projectLocationDataStoreSessionName).data_store;
2551
- }
2552
- /**
2553
- * Parse the session from ProjectLocationDataStoreSession resource.
2554
- *
2555
- * @param {string} projectLocationDataStoreSessionName
2556
- * A fully-qualified path representing project_location_data_store_session resource.
2557
- * @returns {string} A string representing the session.
2558
- */
2559
- matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName) {
2560
- return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.match(projectLocationDataStoreSessionName).session;
2561
- }
2562
2505
  /**
2563
2506
  * Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
2564
2507
  *
@@ -2628,6 +2571,63 @@ class ChunkServiceClient {
2628
2571
  matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName) {
2629
2572
  return this.pathTemplates.projectLocationDataStoreSessionAnswerPathTemplate.match(projectLocationDataStoreSessionAnswerName).answer;
2630
2573
  }
2574
+ /**
2575
+ * Return a fully-qualified projectLocationDataStoreSessions resource name string.
2576
+ *
2577
+ * @param {string} project
2578
+ * @param {string} location
2579
+ * @param {string} data_store
2580
+ * @param {string} session
2581
+ * @returns {string} Resource name string.
2582
+ */
2583
+ projectLocationDataStoreSessionsPath(project, location, dataStore, session) {
2584
+ return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.render({
2585
+ project: project,
2586
+ location: location,
2587
+ data_store: dataStore,
2588
+ session: session,
2589
+ });
2590
+ }
2591
+ /**
2592
+ * Parse the project from ProjectLocationDataStoreSessions resource.
2593
+ *
2594
+ * @param {string} projectLocationDataStoreSessionsName
2595
+ * A fully-qualified path representing project_location_data_store_sessions resource.
2596
+ * @returns {string} A string representing the project.
2597
+ */
2598
+ matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName) {
2599
+ return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.match(projectLocationDataStoreSessionsName).project;
2600
+ }
2601
+ /**
2602
+ * Parse the location from ProjectLocationDataStoreSessions resource.
2603
+ *
2604
+ * @param {string} projectLocationDataStoreSessionsName
2605
+ * A fully-qualified path representing project_location_data_store_sessions resource.
2606
+ * @returns {string} A string representing the location.
2607
+ */
2608
+ matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName) {
2609
+ return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.match(projectLocationDataStoreSessionsName).location;
2610
+ }
2611
+ /**
2612
+ * Parse the data_store from ProjectLocationDataStoreSessions resource.
2613
+ *
2614
+ * @param {string} projectLocationDataStoreSessionsName
2615
+ * A fully-qualified path representing project_location_data_store_sessions resource.
2616
+ * @returns {string} A string representing the data_store.
2617
+ */
2618
+ matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName) {
2619
+ return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.match(projectLocationDataStoreSessionsName).data_store;
2620
+ }
2621
+ /**
2622
+ * Parse the session from ProjectLocationDataStoreSessions resource.
2623
+ *
2624
+ * @param {string} projectLocationDataStoreSessionsName
2625
+ * A fully-qualified path representing project_location_data_store_sessions resource.
2626
+ * @returns {string} A string representing the session.
2627
+ */
2628
+ matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName) {
2629
+ return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.match(projectLocationDataStoreSessionsName).session;
2630
+ }
2631
2631
  /**
2632
2632
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
2633
2633
  *
@@ -41,6 +41,7 @@
41
41
  "../../protos/google/cloud/discoveryengine/v1alpha/serving_config.proto",
42
42
  "../../protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto",
43
43
  "../../protos/google/cloud/discoveryengine/v1alpha/session.proto",
44
+ "../../protos/google/cloud/discoveryengine/v1alpha/session_service.proto",
44
45
  "../../protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto",
45
46
  "../../protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto",
46
47
  "../../protos/google/cloud/discoveryengine/v1alpha/user_event.proto",