@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
@@ -163,6 +163,8 @@ export declare class SearchServiceClient {
163
163
  * is unset.
164
164
  *
165
165
  * If this field is negative, an `INVALID_ARGUMENT` is returned.
166
+ * @param {number[]} request.dataStoreSpecs
167
+ * A list of data store specs to apply on a search call.
166
168
  * @param {string} request.filter
167
169
  * The filter syntax consists of an expression language for constructing a
168
170
  * predicate from one or more fields of the documents being filtered. Filter
@@ -258,12 +260,13 @@ export declare class SearchServiceClient {
258
260
  * @param {google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec} request.embeddingSpec
259
261
  * Uses the provided embedding to do additional semantic document retrieval.
260
262
  * The retrieval is based on the dot product of
261
- * {@link protos.|SearchRequest.embedding_spec.embedding_vectors.vector} and the document
262
- * embedding that is provided in
263
- * {@link protos.|SearchRequest.embedding_spec.embedding_vectors.field_path}.
263
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.vector|SearchRequest.EmbeddingSpec.EmbeddingVector.vector}
264
+ * and the document embedding that is provided in
265
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}.
264
266
  *
265
- * If {@link protos.|SearchRequest.embedding_spec.embedding_vectors.field_path} is not
266
- * provided, it will use {@link protos.|ServingConfig.embedding_config.field_paths}.
267
+ * If
268
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}
269
+ * is not provided, it will use {@link protos.|ServingConfig.EmbeddingConfig.field_path}.
267
270
  * @param {string} request.rankingExpression
268
271
  * The ranking expression controls the customized ranking on retrieval
269
272
  * documents. This overrides
@@ -306,6 +309,8 @@ export declare class SearchServiceClient {
306
309
  * See [Google Cloud
307
310
  * Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
308
311
  * for more details.
312
+ * @param {google.cloud.discoveryengine.v1alpha.CustomFineTuningSpec} request.customFineTuningSpec
313
+ * Custom fine tuning configs.
309
314
  * @param {object} [options]
310
315
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
311
316
  * @returns {Promise} - The promise which resolves to an array.
@@ -371,6 +376,8 @@ export declare class SearchServiceClient {
371
376
  * is unset.
372
377
  *
373
378
  * If this field is negative, an `INVALID_ARGUMENT` is returned.
379
+ * @param {number[]} request.dataStoreSpecs
380
+ * A list of data store specs to apply on a search call.
374
381
  * @param {string} request.filter
375
382
  * The filter syntax consists of an expression language for constructing a
376
383
  * predicate from one or more fields of the documents being filtered. Filter
@@ -466,12 +473,13 @@ export declare class SearchServiceClient {
466
473
  * @param {google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec} request.embeddingSpec
467
474
  * Uses the provided embedding to do additional semantic document retrieval.
468
475
  * The retrieval is based on the dot product of
469
- * {@link protos.|SearchRequest.embedding_spec.embedding_vectors.vector} and the document
470
- * embedding that is provided in
471
- * {@link protos.|SearchRequest.embedding_spec.embedding_vectors.field_path}.
476
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.vector|SearchRequest.EmbeddingSpec.EmbeddingVector.vector}
477
+ * and the document embedding that is provided in
478
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}.
472
479
  *
473
- * If {@link protos.|SearchRequest.embedding_spec.embedding_vectors.field_path} is not
474
- * provided, it will use {@link protos.|ServingConfig.embedding_config.field_paths}.
480
+ * If
481
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}
482
+ * is not provided, it will use {@link protos.|ServingConfig.EmbeddingConfig.field_path}.
475
483
  * @param {string} request.rankingExpression
476
484
  * The ranking expression controls the customized ranking on retrieval
477
485
  * documents. This overrides
@@ -514,6 +522,8 @@ export declare class SearchServiceClient {
514
522
  * See [Google Cloud
515
523
  * Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
516
524
  * for more details.
525
+ * @param {google.cloud.discoveryengine.v1alpha.CustomFineTuningSpec} request.customFineTuningSpec
526
+ * Custom fine tuning configs.
517
527
  * @param {object} [options]
518
528
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
519
529
  * @returns {Stream}
@@ -574,6 +584,8 @@ export declare class SearchServiceClient {
574
584
  * is unset.
575
585
  *
576
586
  * If this field is negative, an `INVALID_ARGUMENT` is returned.
587
+ * @param {number[]} request.dataStoreSpecs
588
+ * A list of data store specs to apply on a search call.
577
589
  * @param {string} request.filter
578
590
  * The filter syntax consists of an expression language for constructing a
579
591
  * predicate from one or more fields of the documents being filtered. Filter
@@ -669,12 +681,13 @@ export declare class SearchServiceClient {
669
681
  * @param {google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec} request.embeddingSpec
670
682
  * Uses the provided embedding to do additional semantic document retrieval.
671
683
  * The retrieval is based on the dot product of
672
- * {@link protos.|SearchRequest.embedding_spec.embedding_vectors.vector} and the document
673
- * embedding that is provided in
674
- * {@link protos.|SearchRequest.embedding_spec.embedding_vectors.field_path}.
684
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.vector|SearchRequest.EmbeddingSpec.EmbeddingVector.vector}
685
+ * and the document embedding that is provided in
686
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}.
675
687
  *
676
- * If {@link protos.|SearchRequest.embedding_spec.embedding_vectors.field_path} is not
677
- * provided, it will use {@link protos.|ServingConfig.embedding_config.field_paths}.
688
+ * If
689
+ * {@link protos.google.cloud.discoveryengine.v1alpha.SearchRequest.EmbeddingSpec.EmbeddingVector.field_path|SearchRequest.EmbeddingSpec.EmbeddingVector.field_path}
690
+ * is not provided, it will use {@link protos.|ServingConfig.EmbeddingConfig.field_path}.
678
691
  * @param {string} request.rankingExpression
679
692
  * The ranking expression controls the customized ranking on retrieval
680
693
  * documents. This overrides
@@ -717,6 +730,8 @@ export declare class SearchServiceClient {
717
730
  * See [Google Cloud
718
731
  * Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
719
732
  * for more details.
733
+ * @param {google.cloud.discoveryengine.v1alpha.CustomFineTuningSpec} request.customFineTuningSpec
734
+ * Custom fine tuning configs.
720
735
  * @param {object} [options]
721
736
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
722
737
  * @returns {Object}
@@ -781,6 +796,30 @@ export declare class SearchServiceClient {
781
796
  * ```
782
797
  */
783
798
  listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
799
+ /**
800
+ * Return a fully-qualified aclConfig resource name string.
801
+ *
802
+ * @param {string} project
803
+ * @param {string} location
804
+ * @returns {string} Resource name string.
805
+ */
806
+ aclConfigPath(project: string, location: string): string;
807
+ /**
808
+ * Parse the project from AclConfig resource.
809
+ *
810
+ * @param {string} aclConfigName
811
+ * A fully-qualified path representing AclConfig resource.
812
+ * @returns {string} A string representing the project.
813
+ */
814
+ matchProjectFromAclConfigName(aclConfigName: string): string | number;
815
+ /**
816
+ * Parse the location from AclConfig resource.
817
+ *
818
+ * @param {string} aclConfigName
819
+ * A fully-qualified path representing AclConfig resource.
820
+ * @returns {string} A string representing the location.
821
+ */
822
+ matchLocationFromAclConfigName(aclConfigName: string): string | number;
784
823
  /**
785
824
  * Return a fully-qualified engine resource name string.
786
825
  *
@@ -976,6 +1015,75 @@ export declare class SearchServiceClient {
976
1015
  * @returns {string} A string representing the document.
977
1016
  */
978
1017
  matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
1018
+ /**
1019
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
1020
+ *
1021
+ * @param {string} project
1022
+ * @param {string} location
1023
+ * @param {string} collection
1024
+ * @param {string} data_store
1025
+ * @param {string} branch
1026
+ * @param {string} document
1027
+ * @param {string} chunk
1028
+ * @returns {string} Resource name string.
1029
+ */
1030
+ projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
1031
+ /**
1032
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1033
+ *
1034
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1035
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1036
+ * @returns {string} A string representing the project.
1037
+ */
1038
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1039
+ /**
1040
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1041
+ *
1042
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1043
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1044
+ * @returns {string} A string representing the location.
1045
+ */
1046
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1047
+ /**
1048
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1049
+ *
1050
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1051
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1052
+ * @returns {string} A string representing the collection.
1053
+ */
1054
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1055
+ /**
1056
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1057
+ *
1058
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1059
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1060
+ * @returns {string} A string representing the data_store.
1061
+ */
1062
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1063
+ /**
1064
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1065
+ *
1066
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1067
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1068
+ * @returns {string} A string representing the branch.
1069
+ */
1070
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1071
+ /**
1072
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1073
+ *
1074
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1075
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1076
+ * @returns {string} A string representing the document.
1077
+ */
1078
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1079
+ /**
1080
+ * Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1081
+ *
1082
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1083
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1084
+ * @returns {string} A string representing the chunk.
1085
+ */
1086
+ matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
979
1087
  /**
980
1088
  * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
981
1089
  *
@@ -1027,6 +1135,48 @@ export declare class SearchServiceClient {
1027
1135
  * @returns {string} A string representing the conversation.
1028
1136
  */
1029
1137
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1138
+ /**
1139
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
1140
+ *
1141
+ * @param {string} project
1142
+ * @param {string} location
1143
+ * @param {string} collection
1144
+ * @param {string} data_store
1145
+ * @returns {string} Resource name string.
1146
+ */
1147
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
1148
+ /**
1149
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1150
+ *
1151
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1152
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1153
+ * @returns {string} A string representing the project.
1154
+ */
1155
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1156
+ /**
1157
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1158
+ *
1159
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1160
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1161
+ * @returns {string} A string representing the location.
1162
+ */
1163
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1164
+ /**
1165
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1166
+ *
1167
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1168
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1169
+ * @returns {string} A string representing the collection.
1170
+ */
1171
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1172
+ /**
1173
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1174
+ *
1175
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1176
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1177
+ * @returns {string} A string representing the data_store.
1178
+ */
1179
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1030
1180
  /**
1031
1181
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
1032
1182
  *
@@ -1450,6 +1600,66 @@ export declare class SearchServiceClient {
1450
1600
  * @returns {string} A string representing the document.
1451
1601
  */
1452
1602
  matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1603
+ /**
1604
+ * Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
1605
+ *
1606
+ * @param {string} project
1607
+ * @param {string} location
1608
+ * @param {string} data_store
1609
+ * @param {string} branch
1610
+ * @param {string} document
1611
+ * @param {string} chunk
1612
+ * @returns {string} Resource name string.
1613
+ */
1614
+ projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
1615
+ /**
1616
+ * Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
1617
+ *
1618
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1619
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1620
+ * @returns {string} A string representing the project.
1621
+ */
1622
+ matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1623
+ /**
1624
+ * Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
1625
+ *
1626
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1627
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1628
+ * @returns {string} A string representing the location.
1629
+ */
1630
+ matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1631
+ /**
1632
+ * Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
1633
+ *
1634
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1635
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1636
+ * @returns {string} A string representing the data_store.
1637
+ */
1638
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1639
+ /**
1640
+ * Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
1641
+ *
1642
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1643
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1644
+ * @returns {string} A string representing the branch.
1645
+ */
1646
+ matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1647
+ /**
1648
+ * Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
1649
+ *
1650
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1651
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1652
+ * @returns {string} A string representing the document.
1653
+ */
1654
+ matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1655
+ /**
1656
+ * Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
1657
+ *
1658
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1659
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1660
+ * @returns {string} A string representing the chunk.
1661
+ */
1662
+ matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1453
1663
  /**
1454
1664
  * Return a fully-qualified projectLocationDataStoreConversation resource name string.
1455
1665
  *
@@ -1492,6 +1702,39 @@ export declare class SearchServiceClient {
1492
1702
  * @returns {string} A string representing the conversation.
1493
1703
  */
1494
1704
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1705
+ /**
1706
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1707
+ *
1708
+ * @param {string} project
1709
+ * @param {string} location
1710
+ * @param {string} data_store
1711
+ * @returns {string} Resource name string.
1712
+ */
1713
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1714
+ /**
1715
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1716
+ *
1717
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1718
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1719
+ * @returns {string} A string representing the project.
1720
+ */
1721
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1722
+ /**
1723
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1724
+ *
1725
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1726
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1727
+ * @returns {string} A string representing the location.
1728
+ */
1729
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1730
+ /**
1731
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1732
+ *
1733
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1734
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1735
+ * @returns {string} A string representing the data_store.
1736
+ */
1737
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1495
1738
  /**
1496
1739
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1497
1740
  *