@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
@@ -496,6 +496,48 @@ export declare class RecommendationServiceClient {
496
496
  * @returns {string} A string representing the conversation.
497
497
  */
498
498
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
499
+ /**
500
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
501
+ *
502
+ * @param {string} project
503
+ * @param {string} location
504
+ * @param {string} collection
505
+ * @param {string} data_store
506
+ * @returns {string} Resource name string.
507
+ */
508
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
509
+ /**
510
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
511
+ *
512
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
513
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
514
+ * @returns {string} A string representing the project.
515
+ */
516
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
517
+ /**
518
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
519
+ *
520
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
521
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
522
+ * @returns {string} A string representing the location.
523
+ */
524
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
525
+ /**
526
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
527
+ *
528
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
529
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
530
+ * @returns {string} A string representing the collection.
531
+ */
532
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
533
+ /**
534
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
535
+ *
536
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
537
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
538
+ * @returns {string} A string representing the data_store.
539
+ */
540
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
499
541
  /**
500
542
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
501
543
  *
@@ -919,6 +961,39 @@ export declare class RecommendationServiceClient {
919
961
  * @returns {string} A string representing the conversation.
920
962
  */
921
963
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
964
+ /**
965
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
966
+ *
967
+ * @param {string} project
968
+ * @param {string} location
969
+ * @param {string} data_store
970
+ * @returns {string} Resource name string.
971
+ */
972
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
973
+ /**
974
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
975
+ *
976
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
977
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
978
+ * @returns {string} A string representing the project.
979
+ */
980
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
981
+ /**
982
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
983
+ *
984
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
985
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
986
+ * @returns {string} A string representing the location.
987
+ */
988
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
989
+ /**
990
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
991
+ *
992
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
993
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
994
+ * @returns {string} A string representing the data_store.
995
+ */
996
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
922
997
  /**
923
998
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
924
999
  *
@@ -151,6 +151,7 @@ class RecommendationServiceClient {
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 RecommendationServiceClient {
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'),
@@ -619,6 +621,63 @@ class RecommendationServiceClient {
619
621
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName) {
620
622
  return this.pathTemplates.projectLocationCollectionDataStoreConversationPathTemplate.match(projectLocationCollectionDataStoreConversationName).conversation;
621
623
  }
624
+ /**
625
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
626
+ *
627
+ * @param {string} project
628
+ * @param {string} location
629
+ * @param {string} collection
630
+ * @param {string} data_store
631
+ * @returns {string} Resource name string.
632
+ */
633
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project, location, collection, dataStore) {
634
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.render({
635
+ project: project,
636
+ location: location,
637
+ collection: collection,
638
+ data_store: dataStore,
639
+ });
640
+ }
641
+ /**
642
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
643
+ *
644
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
645
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
646
+ * @returns {string} A string representing the project.
647
+ */
648
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
649
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).project;
650
+ }
651
+ /**
652
+ * Parse the location 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 location.
657
+ */
658
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
659
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).location;
660
+ }
661
+ /**
662
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
663
+ *
664
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
665
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
666
+ * @returns {string} A string representing the collection.
667
+ */
668
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
669
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).collection;
670
+ }
671
+ /**
672
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
673
+ *
674
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
675
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
676
+ * @returns {string} A string representing the data_store.
677
+ */
678
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
679
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).data_store;
680
+ }
622
681
  /**
623
682
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
624
683
  *
@@ -1192,6 +1251,51 @@ class RecommendationServiceClient {
1192
1251
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName) {
1193
1252
  return this.pathTemplates.projectLocationDataStoreConversationPathTemplate.match(projectLocationDataStoreConversationName).conversation;
1194
1253
  }
1254
+ /**
1255
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1256
+ *
1257
+ * @param {string} project
1258
+ * @param {string} location
1259
+ * @param {string} data_store
1260
+ * @returns {string} Resource name string.
1261
+ */
1262
+ projectLocationDataStoreDocumentProcessingConfigPath(project, location, dataStore) {
1263
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.render({
1264
+ project: project,
1265
+ location: location,
1266
+ data_store: dataStore,
1267
+ });
1268
+ }
1269
+ /**
1270
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1271
+ *
1272
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1273
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1274
+ * @returns {string} A string representing the project.
1275
+ */
1276
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1277
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).project;
1278
+ }
1279
+ /**
1280
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1281
+ *
1282
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1283
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1284
+ * @returns {string} A string representing the location.
1285
+ */
1286
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1287
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).location;
1288
+ }
1289
+ /**
1290
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1291
+ *
1292
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1293
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1294
+ * @returns {string} A string representing the data_store.
1295
+ */
1296
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1297
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).data_store;
1298
+ }
1195
1299
  /**
1196
1300
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1197
1301
  *
@@ -754,6 +754,48 @@ export declare class SchemaServiceClient {
754
754
  * @returns {string} A string representing the conversation.
755
755
  */
756
756
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
757
+ /**
758
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
759
+ *
760
+ * @param {string} project
761
+ * @param {string} location
762
+ * @param {string} collection
763
+ * @param {string} data_store
764
+ * @returns {string} Resource name string.
765
+ */
766
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
767
+ /**
768
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
769
+ *
770
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
771
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
772
+ * @returns {string} A string representing the project.
773
+ */
774
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
775
+ /**
776
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
777
+ *
778
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
779
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
780
+ * @returns {string} A string representing the location.
781
+ */
782
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
783
+ /**
784
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
785
+ *
786
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
787
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
788
+ * @returns {string} A string representing the collection.
789
+ */
790
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
791
+ /**
792
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
793
+ *
794
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
795
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
796
+ * @returns {string} A string representing the data_store.
797
+ */
798
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
757
799
  /**
758
800
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
759
801
  *
@@ -1177,6 +1219,39 @@ export declare class SchemaServiceClient {
1177
1219
  * @returns {string} A string representing the conversation.
1178
1220
  */
1179
1221
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1222
+ /**
1223
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1224
+ *
1225
+ * @param {string} project
1226
+ * @param {string} location
1227
+ * @param {string} data_store
1228
+ * @returns {string} Resource name string.
1229
+ */
1230
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1231
+ /**
1232
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1233
+ *
1234
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1235
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1236
+ * @returns {string} A string representing the project.
1237
+ */
1238
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1239
+ /**
1240
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1241
+ *
1242
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1243
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1244
+ * @returns {string} A string representing the location.
1245
+ */
1246
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1247
+ /**
1248
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1249
+ *
1250
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1251
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1252
+ * @returns {string} A string representing the data_store.
1253
+ */
1254
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1180
1255
  /**
1181
1256
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1182
1257
  *
@@ -150,6 +150,7 @@ class SchemaServiceClient {
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 SchemaServiceClient {
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'),
@@ -1105,6 +1107,63 @@ class SchemaServiceClient {
1105
1107
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName) {
1106
1108
  return this.pathTemplates.projectLocationCollectionDataStoreConversationPathTemplate.match(projectLocationCollectionDataStoreConversationName).conversation;
1107
1109
  }
1110
+ /**
1111
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
1112
+ *
1113
+ * @param {string} project
1114
+ * @param {string} location
1115
+ * @param {string} collection
1116
+ * @param {string} data_store
1117
+ * @returns {string} Resource name string.
1118
+ */
1119
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project, location, collection, dataStore) {
1120
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.render({
1121
+ project: project,
1122
+ location: location,
1123
+ collection: collection,
1124
+ data_store: dataStore,
1125
+ });
1126
+ }
1127
+ /**
1128
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1129
+ *
1130
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1131
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1132
+ * @returns {string} A string representing the project.
1133
+ */
1134
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1135
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).project;
1136
+ }
1137
+ /**
1138
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1139
+ *
1140
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1141
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1142
+ * @returns {string} A string representing the location.
1143
+ */
1144
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1145
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).location;
1146
+ }
1147
+ /**
1148
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1149
+ *
1150
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1151
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1152
+ * @returns {string} A string representing the collection.
1153
+ */
1154
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1155
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).collection;
1156
+ }
1157
+ /**
1158
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1159
+ *
1160
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1161
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1162
+ * @returns {string} A string representing the data_store.
1163
+ */
1164
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName) {
1165
+ return this.pathTemplates.projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationCollectionDataStoreDocumentProcessingConfigName).data_store;
1166
+ }
1108
1167
  /**
1109
1168
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
1110
1169
  *
@@ -1678,6 +1737,51 @@ class SchemaServiceClient {
1678
1737
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName) {
1679
1738
  return this.pathTemplates.projectLocationDataStoreConversationPathTemplate.match(projectLocationDataStoreConversationName).conversation;
1680
1739
  }
1740
+ /**
1741
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1742
+ *
1743
+ * @param {string} project
1744
+ * @param {string} location
1745
+ * @param {string} data_store
1746
+ * @returns {string} Resource name string.
1747
+ */
1748
+ projectLocationDataStoreDocumentProcessingConfigPath(project, location, dataStore) {
1749
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.render({
1750
+ project: project,
1751
+ location: location,
1752
+ data_store: dataStore,
1753
+ });
1754
+ }
1755
+ /**
1756
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1757
+ *
1758
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1759
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1760
+ * @returns {string} A string representing the project.
1761
+ */
1762
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1763
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).project;
1764
+ }
1765
+ /**
1766
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1767
+ *
1768
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1769
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1770
+ * @returns {string} A string representing the location.
1771
+ */
1772
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1773
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).location;
1774
+ }
1775
+ /**
1776
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1777
+ *
1778
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1779
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1780
+ * @returns {string} A string representing the data_store.
1781
+ */
1782
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName) {
1783
+ return this.pathTemplates.projectLocationDataStoreDocumentProcessingConfigPathTemplate.match(projectLocationDataStoreDocumentProcessingConfigName).data_store;
1784
+ }
1681
1785
  /**
1682
1786
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1683
1787
  *
@@ -162,6 +162,8 @@ export declare class SearchServiceClient {
162
162
  * is unset.
163
163
  *
164
164
  * If this field is negative, an `INVALID_ARGUMENT` is returned.
165
+ * @param {number[]} request.dataStoreSpecs
166
+ * A list of data store specs to apply on a search call.
165
167
  * @param {string} request.filter
166
168
  * The filter syntax consists of an expression language for constructing a
167
169
  * predicate from one or more fields of the documents being filtered. Filter
@@ -370,6 +372,8 @@ export declare class SearchServiceClient {
370
372
  * is unset.
371
373
  *
372
374
  * If this field is negative, an `INVALID_ARGUMENT` is returned.
375
+ * @param {number[]} request.dataStoreSpecs
376
+ * A list of data store specs to apply on a search call.
373
377
  * @param {string} request.filter
374
378
  * The filter syntax consists of an expression language for constructing a
375
379
  * predicate from one or more fields of the documents being filtered. Filter
@@ -573,6 +577,8 @@ export declare class SearchServiceClient {
573
577
  * is unset.
574
578
  *
575
579
  * If this field is negative, an `INVALID_ARGUMENT` is returned.
580
+ * @param {number[]} request.dataStoreSpecs
581
+ * A list of data store specs to apply on a search call.
576
582
  * @param {string} request.filter
577
583
  * The filter syntax consists of an expression language for constructing a
578
584
  * predicate from one or more fields of the documents being filtered. Filter
@@ -1027,6 +1033,48 @@ export declare class SearchServiceClient {
1027
1033
  * @returns {string} A string representing the conversation.
1028
1034
  */
1029
1035
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1036
+ /**
1037
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
1038
+ *
1039
+ * @param {string} project
1040
+ * @param {string} location
1041
+ * @param {string} collection
1042
+ * @param {string} data_store
1043
+ * @returns {string} Resource name string.
1044
+ */
1045
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
1046
+ /**
1047
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1048
+ *
1049
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1050
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1051
+ * @returns {string} A string representing the project.
1052
+ */
1053
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1054
+ /**
1055
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1056
+ *
1057
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1058
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1059
+ * @returns {string} A string representing the location.
1060
+ */
1061
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1062
+ /**
1063
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1064
+ *
1065
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1066
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1067
+ * @returns {string} A string representing the collection.
1068
+ */
1069
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1070
+ /**
1071
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1072
+ *
1073
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1074
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1075
+ * @returns {string} A string representing the data_store.
1076
+ */
1077
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1030
1078
  /**
1031
1079
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
1032
1080
  *
@@ -1492,6 +1540,39 @@ export declare class SearchServiceClient {
1492
1540
  * @returns {string} A string representing the conversation.
1493
1541
  */
1494
1542
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1543
+ /**
1544
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1545
+ *
1546
+ * @param {string} project
1547
+ * @param {string} location
1548
+ * @param {string} data_store
1549
+ * @returns {string} Resource name string.
1550
+ */
1551
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1552
+ /**
1553
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1554
+ *
1555
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1556
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1557
+ * @returns {string} A string representing the project.
1558
+ */
1559
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1560
+ /**
1561
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1562
+ *
1563
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1564
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1565
+ * @returns {string} A string representing the location.
1566
+ */
1567
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1568
+ /**
1569
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1570
+ *
1571
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1572
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1573
+ * @returns {string} A string representing the data_store.
1574
+ */
1575
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1495
1576
  /**
1496
1577
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1497
1578
  *