@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
@@ -638,6 +638,48 @@ export declare class CompletionServiceClient {
638
638
  * @returns {string} A string representing the conversation.
639
639
  */
640
640
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
641
+ /**
642
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
643
+ *
644
+ * @param {string} project
645
+ * @param {string} location
646
+ * @param {string} collection
647
+ * @param {string} data_store
648
+ * @returns {string} Resource name string.
649
+ */
650
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
651
+ /**
652
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
653
+ *
654
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
655
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
656
+ * @returns {string} A string representing the project.
657
+ */
658
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
659
+ /**
660
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
661
+ *
662
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
663
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
664
+ * @returns {string} A string representing the location.
665
+ */
666
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
667
+ /**
668
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
669
+ *
670
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
671
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
672
+ * @returns {string} A string representing the collection.
673
+ */
674
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
675
+ /**
676
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
677
+ *
678
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
679
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
680
+ * @returns {string} A string representing the data_store.
681
+ */
682
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
641
683
  /**
642
684
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
643
685
  *
@@ -1061,6 +1103,39 @@ export declare class CompletionServiceClient {
1061
1103
  * @returns {string} A string representing the conversation.
1062
1104
  */
1063
1105
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1106
+ /**
1107
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1108
+ *
1109
+ * @param {string} project
1110
+ * @param {string} location
1111
+ * @param {string} data_store
1112
+ * @returns {string} Resource name string.
1113
+ */
1114
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1115
+ /**
1116
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1117
+ *
1118
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1119
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1120
+ * @returns {string} A string representing the project.
1121
+ */
1122
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1123
+ /**
1124
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1125
+ *
1126
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1127
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1128
+ * @returns {string} A string representing the location.
1129
+ */
1130
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1131
+ /**
1132
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1133
+ *
1134
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1135
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1136
+ * @returns {string} A string representing the data_store.
1137
+ */
1138
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1064
1139
  /**
1065
1140
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1066
1141
  *
@@ -150,6 +150,7 @@ class CompletionServiceClient {
150
150
  projectLocationCollectionDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}'),
151
151
  projectLocationCollectionDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
152
152
  projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
153
+ projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
153
154
  projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
154
155
  projectLocationCollectionDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}'),
155
156
  projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
@@ -159,6 +160,7 @@ class CompletionServiceClient {
159
160
  projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
160
161
  projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
161
162
  projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
163
+ projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
162
164
  projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
163
165
  projectLocationDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}'),
164
166
  projectLocationDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine'),
@@ -932,6 +934,63 @@ class CompletionServiceClient {
932
934
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName) {
933
935
  return this.pathTemplates.projectLocationCollectionDataStoreConversationPathTemplate.match(projectLocationCollectionDataStoreConversationName).conversation;
934
936
  }
937
+ /**
938
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
939
+ *
940
+ * @param {string} project
941
+ * @param {string} location
942
+ * @param {string} collection
943
+ * @param {string} data_store
944
+ * @returns {string} Resource name string.
945
+ */
946
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project, location, collection, dataStore) {
947
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.render({
948
+ project: project,
949
+ location: location,
950
+ collection: collection,
951
+ data_store: dataStore,
952
+ });
953
+ }
954
+ /**
955
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
956
+ *
957
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
958
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
959
+ * @returns {string} A string representing the project.
960
+ */
961
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
962
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).project;
963
+ }
964
+ /**
965
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
966
+ *
967
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
968
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
969
+ * @returns {string} A string representing the location.
970
+ */
971
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
972
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).location;
973
+ }
974
+ /**
975
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
976
+ *
977
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
978
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
979
+ * @returns {string} A string representing the collection.
980
+ */
981
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
982
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).collection;
983
+ }
984
+ /**
985
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
986
+ *
987
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
988
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
989
+ * @returns {string} A string representing the data_store.
990
+ */
991
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
992
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).data_store;
993
+ }
935
994
  /**
936
995
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
937
996
  *
@@ -1505,6 +1564,51 @@ class CompletionServiceClient {
1505
1564
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName) {
1506
1565
  return this.pathTemplates.projectLocationDataStoreConversationPathTemplate.match(projectLocationDataStoreConversationName).conversation;
1507
1566
  }
1567
+ /**
1568
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1569
+ *
1570
+ * @param {string} project
1571
+ * @param {string} location
1572
+ * @param {string} data_store
1573
+ * @returns {string} Resource name string.
1574
+ */
1575
+ projectLocationDataStoreDocumentProcessingConfigPath(project, location, dataStore) {
1576
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.render({
1577
+ project: project,
1578
+ location: location,
1579
+ data_store: dataStore,
1580
+ });
1581
+ }
1582
+ /**
1583
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1584
+ *
1585
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1586
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1587
+ * @returns {string} A string representing the project.
1588
+ */
1589
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1590
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).project;
1591
+ }
1592
+ /**
1593
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1594
+ *
1595
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1596
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1597
+ * @returns {string} A string representing the location.
1598
+ */
1599
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1600
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).location;
1601
+ }
1602
+ /**
1603
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1604
+ *
1605
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1606
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1607
+ * @returns {string} A string representing the data_store.
1608
+ */
1609
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1610
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).data_store;
1611
+ }
1508
1612
  /**
1509
1613
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1510
1614
  *
@@ -177,6 +177,10 @@ export declare class ConversationalSearchServiceClient {
177
177
  * For more information about filtering including syntax and filter
178
178
  * operators, see
179
179
  * [Filter](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
180
+ * @param {google.cloud.discoveryengine.v1beta.SearchRequest.BoostSpec} request.boostSpec
181
+ * Boost specification to boost certain documents in search results which may
182
+ * affect the converse response. For more information on boosting, see
183
+ * [Boosting](https://cloud.google.com/retail/docs/boosting#boost)
180
184
  * @param {object} [options]
181
185
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
182
186
  * @returns {Promise} - The promise which resolves to an array.
@@ -693,6 +697,48 @@ export declare class ConversationalSearchServiceClient {
693
697
  * @returns {string} A string representing the conversation.
694
698
  */
695
699
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
700
+ /**
701
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
702
+ *
703
+ * @param {string} project
704
+ * @param {string} location
705
+ * @param {string} collection
706
+ * @param {string} data_store
707
+ * @returns {string} Resource name string.
708
+ */
709
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
710
+ /**
711
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
712
+ *
713
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
714
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
715
+ * @returns {string} A string representing the project.
716
+ */
717
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
718
+ /**
719
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
720
+ *
721
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
722
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
723
+ * @returns {string} A string representing the location.
724
+ */
725
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
726
+ /**
727
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
728
+ *
729
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
730
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
731
+ * @returns {string} A string representing the collection.
732
+ */
733
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
734
+ /**
735
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
736
+ *
737
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
738
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
739
+ * @returns {string} A string representing the data_store.
740
+ */
741
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
696
742
  /**
697
743
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
698
744
  *
@@ -1116,6 +1162,39 @@ export declare class ConversationalSearchServiceClient {
1116
1162
  * @returns {string} A string representing the conversation.
1117
1163
  */
1118
1164
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1165
+ /**
1166
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1167
+ *
1168
+ * @param {string} project
1169
+ * @param {string} location
1170
+ * @param {string} data_store
1171
+ * @returns {string} Resource name string.
1172
+ */
1173
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1174
+ /**
1175
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1176
+ *
1177
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1178
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1179
+ * @returns {string} A string representing the project.
1180
+ */
1181
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1182
+ /**
1183
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1184
+ *
1185
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1186
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1187
+ * @returns {string} A string representing the location.
1188
+ */
1189
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1190
+ /**
1191
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1192
+ *
1193
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1194
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1195
+ * @returns {string} A string representing the data_store.
1196
+ */
1197
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1119
1198
  /**
1120
1199
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1121
1200
  *
@@ -151,6 +151,7 @@ class ConversationalSearchServiceClient {
151
151
  projectLocationCollectionDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}'),
152
152
  projectLocationCollectionDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
153
153
  projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
154
+ projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
154
155
  projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
155
156
  projectLocationCollectionDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}'),
156
157
  projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
@@ -160,6 +161,7 @@ class ConversationalSearchServiceClient {
160
161
  projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
161
162
  projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
162
163
  projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
164
+ projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
163
165
  projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
164
166
  projectLocationDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}'),
165
167
  projectLocationDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine'),
@@ -852,6 +854,63 @@ class ConversationalSearchServiceClient {
852
854
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName) {
853
855
  return this.pathTemplates.projectLocationCollectionDataStoreConversationPathTemplate.match(projectLocationCollectionDataStoreConversationName).conversation;
854
856
  }
857
+ /**
858
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
859
+ *
860
+ * @param {string} project
861
+ * @param {string} location
862
+ * @param {string} collection
863
+ * @param {string} data_store
864
+ * @returns {string} Resource name string.
865
+ */
866
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project, location, collection, dataStore) {
867
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.render({
868
+ project: project,
869
+ location: location,
870
+ collection: collection,
871
+ data_store: dataStore,
872
+ });
873
+ }
874
+ /**
875
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
876
+ *
877
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
878
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
879
+ * @returns {string} A string representing the project.
880
+ */
881
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
882
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).project;
883
+ }
884
+ /**
885
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
886
+ *
887
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
888
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
889
+ * @returns {string} A string representing the location.
890
+ */
891
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
892
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).location;
893
+ }
894
+ /**
895
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
896
+ *
897
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
898
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
899
+ * @returns {string} A string representing the collection.
900
+ */
901
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
902
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).collection;
903
+ }
904
+ /**
905
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
906
+ *
907
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
908
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
909
+ * @returns {string} A string representing the data_store.
910
+ */
911
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
912
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).data_store;
913
+ }
855
914
  /**
856
915
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
857
916
  *
@@ -1425,6 +1484,51 @@ class ConversationalSearchServiceClient {
1425
1484
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName) {
1426
1485
  return this.pathTemplates.projectLocationDataStoreConversationPathTemplate.match(projectLocationDataStoreConversationName).conversation;
1427
1486
  }
1487
+ /**
1488
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1489
+ *
1490
+ * @param {string} project
1491
+ * @param {string} location
1492
+ * @param {string} data_store
1493
+ * @returns {string} Resource name string.
1494
+ */
1495
+ projectLocationDataStoreDocumentProcessingConfigPath(project, location, dataStore) {
1496
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.render({
1497
+ project: project,
1498
+ location: location,
1499
+ data_store: dataStore,
1500
+ });
1501
+ }
1502
+ /**
1503
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1504
+ *
1505
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1506
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1507
+ * @returns {string} A string representing the project.
1508
+ */
1509
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1510
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).project;
1511
+ }
1512
+ /**
1513
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1514
+ *
1515
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1516
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1517
+ * @returns {string} A string representing the location.
1518
+ */
1519
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1520
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).location;
1521
+ }
1522
+ /**
1523
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1524
+ *
1525
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1526
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1527
+ * @returns {string} A string representing the data_store.
1528
+ */
1529
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1530
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).data_store;
1531
+ }
1428
1532
  /**
1429
1533
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1430
1534
  *
@@ -841,6 +841,48 @@ export declare class DataStoreServiceClient {
841
841
  * @returns {string} A string representing the conversation.
842
842
  */
843
843
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
844
+ /**
845
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
846
+ *
847
+ * @param {string} project
848
+ * @param {string} location
849
+ * @param {string} collection
850
+ * @param {string} data_store
851
+ * @returns {string} Resource name string.
852
+ */
853
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
854
+ /**
855
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
856
+ *
857
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
858
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
859
+ * @returns {string} A string representing the project.
860
+ */
861
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
862
+ /**
863
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
864
+ *
865
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
866
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
867
+ * @returns {string} A string representing the location.
868
+ */
869
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
870
+ /**
871
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
872
+ *
873
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
874
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
875
+ * @returns {string} A string representing the collection.
876
+ */
877
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
878
+ /**
879
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
880
+ *
881
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
882
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
883
+ * @returns {string} A string representing the data_store.
884
+ */
885
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
844
886
  /**
845
887
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
846
888
  *
@@ -1264,6 +1306,39 @@ export declare class DataStoreServiceClient {
1264
1306
  * @returns {string} A string representing the conversation.
1265
1307
  */
1266
1308
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1309
+ /**
1310
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1311
+ *
1312
+ * @param {string} project
1313
+ * @param {string} location
1314
+ * @param {string} data_store
1315
+ * @returns {string} Resource name string.
1316
+ */
1317
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1318
+ /**
1319
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1320
+ *
1321
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1322
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1323
+ * @returns {string} A string representing the project.
1324
+ */
1325
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1326
+ /**
1327
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1328
+ *
1329
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1330
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1331
+ * @returns {string} A string representing the location.
1332
+ */
1333
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1334
+ /**
1335
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1336
+ *
1337
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1338
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1339
+ * @returns {string} A string representing the data_store.
1340
+ */
1341
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1267
1342
  /**
1268
1343
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1269
1344
  *