@google-cloud/discoveryengine 1.4.0 → 1.4.1

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 (107) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +13 -0
  3. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +49 -0
  4. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +79 -0
  5. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +72 -0
  6. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +137 -0
  7. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +77 -4
  8. package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +52 -0
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +44 -2
  10. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +6 -1
  11. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +44 -0
  12. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +80 -1
  13. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +83 -0
  14. package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +127 -0
  15. package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +6 -0
  16. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +13 -8
  17. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +3 -2
  18. package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +130 -0
  19. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +64 -0
  20. package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +66 -0
  21. package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +3 -1
  22. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +3 -0
  23. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +74 -13
  24. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +24 -20
  25. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +271 -0
  26. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +147 -0
  27. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +9 -3
  28. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +7 -4
  29. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +4 -3
  30. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +5 -0
  31. package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +22 -0
  32. package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +9 -0
  33. package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +94 -0
  34. package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +3 -0
  35. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +19 -4
  36. package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +151 -0
  37. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +4 -3
  38. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +6 -5
  39. package/build/protos/protos.d.ts +15133 -7787
  40. package/build/protos/protos.js +50444 -32043
  41. package/build/protos/protos.json +4132 -2305
  42. package/build/src/v1alpha/acl_config_service_client.d.ts +1233 -0
  43. package/build/src/v1alpha/acl_config_service_client.js +1765 -0
  44. package/build/src/v1alpha/acl_config_service_client_config.json +34 -0
  45. package/build/src/v1alpha/chunk_service_client.d.ts +1350 -0
  46. package/build/src/v1alpha/chunk_service_client.js +1886 -0
  47. package/build/src/v1alpha/chunk_service_client_config.json +34 -0
  48. package/build/src/v1alpha/completion_service_client.d.ts +588 -3
  49. package/build/src/v1alpha/completion_service_client.js +831 -2
  50. package/build/src/v1alpha/completion_service_client_config.json +10 -0
  51. package/build/src/v1alpha/conversational_search_service_client.d.ts +233 -1
  52. package/build/src/v1alpha/conversational_search_service_client.js +316 -0
  53. package/build/src/v1alpha/data_store_service_client.d.ts +451 -3
  54. package/build/src/v1alpha/data_store_service_client.js +562 -2
  55. package/build/src/v1alpha/data_store_service_client_config.json +8 -0
  56. package/build/src/v1alpha/document_service_client.d.ts +382 -0
  57. package/build/src/v1alpha/document_service_client.js +514 -0
  58. package/build/src/v1alpha/engine_service_client.d.ts +375 -2
  59. package/build/src/v1alpha/engine_service_client.js +514 -0
  60. package/build/src/v1alpha/estimate_billing_service_client.d.ts +1367 -0
  61. package/build/src/v1alpha/estimate_billing_service_client.js +2028 -0
  62. package/build/src/v1alpha/estimate_billing_service_client_config.json +30 -0
  63. package/build/src/v1alpha/index.d.ts +4 -0
  64. package/build/src/v1alpha/index.js +9 -1
  65. package/build/src/v1alpha/recommendation_service_client.d.ts +231 -1
  66. package/build/src/v1alpha/recommendation_service_client.js +316 -0
  67. package/build/src/v1alpha/schema_service_client.d.ts +372 -0
  68. package/build/src/v1alpha/schema_service_client.js +514 -0
  69. package/build/src/v1alpha/search_service_client.d.ts +258 -15
  70. package/build/src/v1alpha/search_service_client.js +336 -10
  71. package/build/src/v1alpha/search_tuning_service_client.d.ts +373 -1
  72. package/build/src/v1alpha/search_tuning_service_client.js +514 -0
  73. package/build/src/v1alpha/serving_config_service_client.d.ts +1369 -0
  74. package/build/src/v1alpha/serving_config_service_client.js +1935 -0
  75. package/build/src/v1alpha/serving_config_service_client_config.json +38 -0
  76. package/build/src/v1alpha/site_search_engine_service_client.d.ts +372 -0
  77. package/build/src/v1alpha/site_search_engine_service_client.js +514 -0
  78. package/build/src/v1alpha/user_event_service_client.d.ts +372 -0
  79. package/build/src/v1alpha/user_event_service_client.js +514 -0
  80. package/build/src/v1beta/completion_service_client.d.ts +75 -0
  81. package/build/src/v1beta/completion_service_client.js +104 -0
  82. package/build/src/v1beta/conversational_search_service_client.d.ts +79 -0
  83. package/build/src/v1beta/conversational_search_service_client.js +104 -0
  84. package/build/src/v1beta/data_store_service_client.d.ts +75 -0
  85. package/build/src/v1beta/data_store_service_client.js +104 -0
  86. package/build/src/v1beta/document_service_client.d.ts +75 -0
  87. package/build/src/v1beta/document_service_client.js +104 -0
  88. package/build/src/v1beta/engine_service_client.d.ts +75 -0
  89. package/build/src/v1beta/engine_service_client.js +104 -0
  90. package/build/src/v1beta/index.d.ts +1 -0
  91. package/build/src/v1beta/index.js +3 -1
  92. package/build/src/v1beta/recommendation_service_client.d.ts +75 -0
  93. package/build/src/v1beta/recommendation_service_client.js +104 -0
  94. package/build/src/v1beta/schema_service_client.d.ts +75 -0
  95. package/build/src/v1beta/schema_service_client.js +104 -0
  96. package/build/src/v1beta/search_service_client.d.ts +81 -0
  97. package/build/src/v1beta/search_service_client.js +108 -0
  98. package/build/src/v1beta/search_tuning_service_client.d.ts +1196 -0
  99. package/build/src/v1beta/search_tuning_service_client.js +1781 -0
  100. package/build/src/v1beta/search_tuning_service_client_config.json +30 -0
  101. package/build/src/v1beta/serving_config_service_client.d.ts +123 -8
  102. package/build/src/v1beta/serving_config_service_client.js +166 -5
  103. package/build/src/v1beta/site_search_engine_service_client.d.ts +75 -0
  104. package/build/src/v1beta/site_search_engine_service_client.js +104 -0
  105. package/build/src/v1beta/user_event_service_client.d.ts +75 -0
  106. package/build/src/v1beta/user_event_service_client.js +104 -0
  107. package/package.json +3 -3
@@ -152,6 +152,7 @@ class DataStoreServiceClient {
152
152
  projectLocationCollectionDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}'),
153
153
  projectLocationCollectionDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
154
154
  projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
155
+ projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
155
156
  projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
156
157
  projectLocationCollectionDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}'),
157
158
  projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
@@ -161,6 +162,7 @@ class DataStoreServiceClient {
161
162
  projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
162
163
  projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
163
164
  projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
165
+ projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
164
166
  projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
165
167
  projectLocationDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}'),
166
168
  projectLocationDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine'),
@@ -1155,6 +1157,63 @@ class DataStoreServiceClient {
1155
1157
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName) {
1156
1158
  return this.pathTemplates.projectLocationCollectionDataStoreConversationPathTemplate.match(projectLocationCollectionDataStoreConversationName).conversation;
1157
1159
  }
1160
+ /**
1161
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
1162
+ *
1163
+ * @param {string} project
1164
+ * @param {string} location
1165
+ * @param {string} collection
1166
+ * @param {string} data_store
1167
+ * @returns {string} Resource name string.
1168
+ */
1169
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project, location, collection, dataStore) {
1170
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.render({
1171
+ project: project,
1172
+ location: location,
1173
+ collection: collection,
1174
+ data_store: dataStore,
1175
+ });
1176
+ }
1177
+ /**
1178
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1179
+ *
1180
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1181
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1182
+ * @returns {string} A string representing the project.
1183
+ */
1184
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1185
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).project;
1186
+ }
1187
+ /**
1188
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1189
+ *
1190
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1191
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1192
+ * @returns {string} A string representing the location.
1193
+ */
1194
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1195
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).location;
1196
+ }
1197
+ /**
1198
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1199
+ *
1200
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1201
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1202
+ * @returns {string} A string representing the collection.
1203
+ */
1204
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1205
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).collection;
1206
+ }
1207
+ /**
1208
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1209
+ *
1210
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1211
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1212
+ * @returns {string} A string representing the data_store.
1213
+ */
1214
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1215
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).data_store;
1216
+ }
1158
1217
  /**
1159
1218
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
1160
1219
  *
@@ -1728,6 +1787,51 @@ class DataStoreServiceClient {
1728
1787
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName) {
1729
1788
  return this.pathTemplates.projectLocationDataStoreConversationPathTemplate.match(projectLocationDataStoreConversationName).conversation;
1730
1789
  }
1790
+ /**
1791
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1792
+ *
1793
+ * @param {string} project
1794
+ * @param {string} location
1795
+ * @param {string} data_store
1796
+ * @returns {string} Resource name string.
1797
+ */
1798
+ projectLocationDataStoreDocumentProcessingConfigPath(project, location, dataStore) {
1799
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.render({
1800
+ project: project,
1801
+ location: location,
1802
+ data_store: dataStore,
1803
+ });
1804
+ }
1805
+ /**
1806
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1807
+ *
1808
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1809
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1810
+ * @returns {string} A string representing the project.
1811
+ */
1812
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1813
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).project;
1814
+ }
1815
+ /**
1816
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1817
+ *
1818
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1819
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1820
+ * @returns {string} A string representing the location.
1821
+ */
1822
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1823
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).location;
1824
+ }
1825
+ /**
1826
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1827
+ *
1828
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1829
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1830
+ * @returns {string} A string representing the data_store.
1831
+ */
1832
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1833
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).data_store;
1834
+ }
1731
1835
  /**
1732
1836
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1733
1837
  *
@@ -992,6 +992,48 @@ export declare class DocumentServiceClient {
992
992
  * @returns {string} A string representing the conversation.
993
993
  */
994
994
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
995
+ /**
996
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
997
+ *
998
+ * @param {string} project
999
+ * @param {string} location
1000
+ * @param {string} collection
1001
+ * @param {string} data_store
1002
+ * @returns {string} Resource name string.
1003
+ */
1004
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
1005
+ /**
1006
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1007
+ *
1008
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1009
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1010
+ * @returns {string} A string representing the project.
1011
+ */
1012
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1013
+ /**
1014
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1015
+ *
1016
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1017
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1018
+ * @returns {string} A string representing the location.
1019
+ */
1020
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1021
+ /**
1022
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1023
+ *
1024
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1025
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1026
+ * @returns {string} A string representing the collection.
1027
+ */
1028
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1029
+ /**
1030
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1031
+ *
1032
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1033
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1034
+ * @returns {string} A string representing the data_store.
1035
+ */
1036
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
995
1037
  /**
996
1038
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
997
1039
  *
@@ -1457,6 +1499,39 @@ export declare class DocumentServiceClient {
1457
1499
  * @returns {string} A string representing the conversation.
1458
1500
  */
1459
1501
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1502
+ /**
1503
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1504
+ *
1505
+ * @param {string} project
1506
+ * @param {string} location
1507
+ * @param {string} data_store
1508
+ * @returns {string} Resource name string.
1509
+ */
1510
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1511
+ /**
1512
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1513
+ *
1514
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1515
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1516
+ * @returns {string} A string representing the project.
1517
+ */
1518
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1519
+ /**
1520
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1521
+ *
1522
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1523
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1524
+ * @returns {string} A string representing the location.
1525
+ */
1526
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1527
+ /**
1528
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1529
+ *
1530
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1531
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1532
+ * @returns {string} A string representing the data_store.
1533
+ */
1534
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1460
1535
  /**
1461
1536
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1462
1537
  *
@@ -153,6 +153,7 @@ class DocumentServiceClient {
153
153
  projectLocationCollectionDataStoreBranchPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}'),
154
154
  projectLocationCollectionDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
155
155
  projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
156
+ projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
156
157
  projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
157
158
  projectLocationCollectionDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}'),
158
159
  projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
@@ -163,6 +164,7 @@ class DocumentServiceClient {
163
164
  projectLocationDataStoreBranchPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}'),
164
165
  projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
165
166
  projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
167
+ projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
166
168
  projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
167
169
  projectLocationDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}'),
168
170
  projectLocationDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine'),
@@ -1218,6 +1220,63 @@ class DocumentServiceClient {
1218
1220
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName) {
1219
1221
  return this.pathTemplates.projectLocationCollectionDataStoreConversationPathTemplate.match(projectLocationCollectionDataStoreConversationName).conversation;
1220
1222
  }
1223
+ /**
1224
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
1225
+ *
1226
+ * @param {string} project
1227
+ * @param {string} location
1228
+ * @param {string} collection
1229
+ * @param {string} data_store
1230
+ * @returns {string} Resource name string.
1231
+ */
1232
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project, location, collection, dataStore) {
1233
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.render({
1234
+ project: project,
1235
+ location: location,
1236
+ collection: collection,
1237
+ data_store: dataStore,
1238
+ });
1239
+ }
1240
+ /**
1241
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1242
+ *
1243
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1244
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1245
+ * @returns {string} A string representing the project.
1246
+ */
1247
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1248
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).project;
1249
+ }
1250
+ /**
1251
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1252
+ *
1253
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1254
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1255
+ * @returns {string} A string representing the location.
1256
+ */
1257
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1258
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).location;
1259
+ }
1260
+ /**
1261
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1262
+ *
1263
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1264
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1265
+ * @returns {string} A string representing the collection.
1266
+ */
1267
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1268
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).collection;
1269
+ }
1270
+ /**
1271
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1272
+ *
1273
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1274
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1275
+ * @returns {string} A string representing the data_store.
1276
+ */
1277
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1278
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).data_store;
1279
+ }
1221
1280
  /**
1222
1281
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
1223
1282
  *
@@ -1848,6 +1907,51 @@ class DocumentServiceClient {
1848
1907
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName) {
1849
1908
  return this.pathTemplates.projectLocationDataStoreConversationPathTemplate.match(projectLocationDataStoreConversationName).conversation;
1850
1909
  }
1910
+ /**
1911
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1912
+ *
1913
+ * @param {string} project
1914
+ * @param {string} location
1915
+ * @param {string} data_store
1916
+ * @returns {string} Resource name string.
1917
+ */
1918
+ projectLocationDataStoreDocumentProcessingConfigPath(project, location, dataStore) {
1919
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.render({
1920
+ project: project,
1921
+ location: location,
1922
+ data_store: dataStore,
1923
+ });
1924
+ }
1925
+ /**
1926
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1927
+ *
1928
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1929
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1930
+ * @returns {string} A string representing the project.
1931
+ */
1932
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1933
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).project;
1934
+ }
1935
+ /**
1936
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1937
+ *
1938
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1939
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1940
+ * @returns {string} A string representing the location.
1941
+ */
1942
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1943
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).location;
1944
+ }
1945
+ /**
1946
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1947
+ *
1948
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1949
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1950
+ * @returns {string} A string representing the data_store.
1951
+ */
1952
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1953
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).data_store;
1954
+ }
1851
1955
  /**
1852
1956
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1853
1957
  *
@@ -765,6 +765,48 @@ export declare class EngineServiceClient {
765
765
  * @returns {string} A string representing the conversation.
766
766
  */
767
767
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
768
+ /**
769
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
770
+ *
771
+ * @param {string} project
772
+ * @param {string} location
773
+ * @param {string} collection
774
+ * @param {string} data_store
775
+ * @returns {string} Resource name string.
776
+ */
777
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
778
+ /**
779
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
780
+ *
781
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
782
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
783
+ * @returns {string} A string representing the project.
784
+ */
785
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
786
+ /**
787
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
788
+ *
789
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
790
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
791
+ * @returns {string} A string representing the location.
792
+ */
793
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
794
+ /**
795
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
796
+ *
797
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
798
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
799
+ * @returns {string} A string representing the collection.
800
+ */
801
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
802
+ /**
803
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
804
+ *
805
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
806
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
807
+ * @returns {string} A string representing the data_store.
808
+ */
809
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
768
810
  /**
769
811
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
770
812
  *
@@ -1188,6 +1230,39 @@ export declare class EngineServiceClient {
1188
1230
  * @returns {string} A string representing the conversation.
1189
1231
  */
1190
1232
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1233
+ /**
1234
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1235
+ *
1236
+ * @param {string} project
1237
+ * @param {string} location
1238
+ * @param {string} data_store
1239
+ * @returns {string} Resource name string.
1240
+ */
1241
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1242
+ /**
1243
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1244
+ *
1245
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1246
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1247
+ * @returns {string} A string representing the project.
1248
+ */
1249
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1250
+ /**
1251
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1252
+ *
1253
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1254
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1255
+ * @returns {string} A string representing the location.
1256
+ */
1257
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1258
+ /**
1259
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1260
+ *
1261
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1262
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1263
+ * @returns {string} A string representing the data_store.
1264
+ */
1265
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1191
1266
  /**
1192
1267
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1193
1268
  *
@@ -152,6 +152,7 @@ class EngineServiceClient {
152
152
  projectLocationCollectionDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}'),
153
153
  projectLocationCollectionDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
154
154
  projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
155
+ projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
155
156
  projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
156
157
  projectLocationCollectionDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}'),
157
158
  projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
@@ -161,6 +162,7 @@ class EngineServiceClient {
161
162
  projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
162
163
  projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
163
164
  projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
165
+ projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
164
166
  projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
165
167
  projectLocationDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}'),
166
168
  projectLocationDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine'),
@@ -1117,6 +1119,63 @@ class EngineServiceClient {
1117
1119
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName) {
1118
1120
  return this.pathTemplates.projectLocationCollectionDataStoreConversationPathTemplate.match(projectLocationCollectionDataStoreConversationName).conversation;
1119
1121
  }
1122
+ /**
1123
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
1124
+ *
1125
+ * @param {string} project
1126
+ * @param {string} location
1127
+ * @param {string} collection
1128
+ * @param {string} data_store
1129
+ * @returns {string} Resource name string.
1130
+ */
1131
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project, location, collection, dataStore) {
1132
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.render({
1133
+ project: project,
1134
+ location: location,
1135
+ collection: collection,
1136
+ data_store: dataStore,
1137
+ });
1138
+ }
1139
+ /**
1140
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1141
+ *
1142
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1143
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1144
+ * @returns {string} A string representing the project.
1145
+ */
1146
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1147
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).project;
1148
+ }
1149
+ /**
1150
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1151
+ *
1152
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1153
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1154
+ * @returns {string} A string representing the location.
1155
+ */
1156
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1157
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).location;
1158
+ }
1159
+ /**
1160
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1161
+ *
1162
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1163
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1164
+ * @returns {string} A string representing the collection.
1165
+ */
1166
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1167
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).collection;
1168
+ }
1169
+ /**
1170
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1171
+ *
1172
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1173
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1174
+ * @returns {string} A string representing the data_store.
1175
+ */
1176
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1177
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).data_store;
1178
+ }
1120
1179
  /**
1121
1180
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
1122
1181
  *
@@ -1690,6 +1749,51 @@ class EngineServiceClient {
1690
1749
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName) {
1691
1750
  return this.pathTemplates.projectLocationDataStoreConversationPathTemplate.match(projectLocationDataStoreConversationName).conversation;
1692
1751
  }
1752
+ /**
1753
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1754
+ *
1755
+ * @param {string} project
1756
+ * @param {string} location
1757
+ * @param {string} data_store
1758
+ * @returns {string} Resource name string.
1759
+ */
1760
+ projectLocationDataStoreDocumentProcessingConfigPath(project, location, dataStore) {
1761
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.render({
1762
+ project: project,
1763
+ location: location,
1764
+ data_store: dataStore,
1765
+ });
1766
+ }
1767
+ /**
1768
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1769
+ *
1770
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1771
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1772
+ * @returns {string} A string representing the project.
1773
+ */
1774
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1775
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).project;
1776
+ }
1777
+ /**
1778
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1779
+ *
1780
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1781
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1782
+ * @returns {string} A string representing the location.
1783
+ */
1784
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1785
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).location;
1786
+ }
1787
+ /**
1788
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1789
+ *
1790
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1791
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1792
+ * @returns {string} A string representing the data_store.
1793
+ */
1794
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1795
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).data_store;
1796
+ }
1693
1797
  /**
1694
1798
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1695
1799
  *
@@ -6,6 +6,7 @@ export { EngineServiceClient } from './engine_service_client';
6
6
  export { RecommendationServiceClient } from './recommendation_service_client';
7
7
  export { SchemaServiceClient } from './schema_service_client';
8
8
  export { SearchServiceClient } from './search_service_client';
9
+ export { SearchTuningServiceClient } from './search_tuning_service_client';
9
10
  export { ServingConfigServiceClient } from './serving_config_service_client';
10
11
  export { SiteSearchEngineServiceClient } from './site_search_engine_service_client';
11
12
  export { UserEventServiceClient } from './user_event_service_client';
@@ -17,7 +17,7 @@
17
17
  // ** https://github.com/googleapis/gapic-generator-typescript **
18
18
  // ** All changes to this file may be overwritten. **
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
- exports.UserEventServiceClient = exports.SiteSearchEngineServiceClient = exports.ServingConfigServiceClient = exports.SearchServiceClient = exports.SchemaServiceClient = exports.RecommendationServiceClient = exports.EngineServiceClient = exports.DocumentServiceClient = exports.DataStoreServiceClient = exports.ConversationalSearchServiceClient = exports.CompletionServiceClient = void 0;
20
+ exports.UserEventServiceClient = exports.SiteSearchEngineServiceClient = exports.ServingConfigServiceClient = exports.SearchTuningServiceClient = exports.SearchServiceClient = exports.SchemaServiceClient = exports.RecommendationServiceClient = exports.EngineServiceClient = exports.DocumentServiceClient = exports.DataStoreServiceClient = exports.ConversationalSearchServiceClient = exports.CompletionServiceClient = void 0;
21
21
  var completion_service_client_1 = require("./completion_service_client");
22
22
  Object.defineProperty(exports, "CompletionServiceClient", { enumerable: true, get: function () { return completion_service_client_1.CompletionServiceClient; } });
23
23
  var conversational_search_service_client_1 = require("./conversational_search_service_client");
@@ -34,6 +34,8 @@ var schema_service_client_1 = require("./schema_service_client");
34
34
  Object.defineProperty(exports, "SchemaServiceClient", { enumerable: true, get: function () { return schema_service_client_1.SchemaServiceClient; } });
35
35
  var search_service_client_1 = require("./search_service_client");
36
36
  Object.defineProperty(exports, "SearchServiceClient", { enumerable: true, get: function () { return search_service_client_1.SearchServiceClient; } });
37
+ var search_tuning_service_client_1 = require("./search_tuning_service_client");
38
+ Object.defineProperty(exports, "SearchTuningServiceClient", { enumerable: true, get: function () { return search_tuning_service_client_1.SearchTuningServiceClient; } });
37
39
  var serving_config_service_client_1 = require("./serving_config_service_client");
38
40
  Object.defineProperty(exports, "ServingConfigServiceClient", { enumerable: true, get: function () { return serving_config_service_client_1.ServingConfigServiceClient; } });
39
41
  var site_search_engine_service_client_1 = require("./site_search_engine_service_client");