@google-cloud/discoveryengine 1.3.1 → 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 (166) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +64 -0
  3. package/build/protos/google/cloud/discoveryengine/v1/common.proto +54 -3
  4. package/build/protos/google/cloud/discoveryengine/v1/completion.proto +52 -0
  5. package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +51 -4
  6. package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +3 -0
  7. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +40 -1
  8. package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +98 -0
  9. package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +304 -0
  10. package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
  11. package/build/protos/google/cloud/discoveryengine/v1/engine.proto +215 -0
  12. package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +242 -0
  13. package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +64 -0
  14. package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +38 -0
  15. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +137 -4
  16. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +170 -0
  17. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +691 -0
  18. package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +3 -3
  19. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +49 -0
  20. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +79 -0
  21. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +72 -0
  22. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +137 -0
  23. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +77 -4
  24. package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +52 -0
  25. package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +44 -2
  26. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +6 -1
  27. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +44 -0
  28. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +80 -1
  29. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +83 -0
  30. package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +127 -0
  31. package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +6 -0
  32. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +13 -8
  33. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +3 -2
  34. package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +130 -0
  35. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +64 -0
  36. package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +66 -0
  37. package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +3 -1
  38. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +3 -0
  39. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +74 -13
  40. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +24 -20
  41. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +271 -0
  42. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +147 -0
  43. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +9 -3
  44. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +7 -4
  45. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +4 -3
  46. package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +59 -8
  47. package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +52 -0
  48. package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +51 -4
  49. package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +3 -0
  50. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +45 -1
  51. package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +120 -0
  52. package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +306 -0
  53. package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +10 -1
  54. package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +94 -0
  55. package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +220 -0
  56. package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +244 -0
  57. package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +64 -0
  58. package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +41 -0
  59. package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +26 -3
  60. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +169 -15
  61. package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +151 -0
  62. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +265 -0
  63. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +148 -0
  64. package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +170 -0
  65. package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +695 -0
  66. package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +4 -3
  67. package/build/protos/protos.d.ts +48530 -23682
  68. package/build/protos/protos.js +122429 -63306
  69. package/build/protos/protos.json +13438 -7286
  70. package/build/src/index.d.ts +10 -1
  71. package/build/src/index.js +10 -1
  72. package/build/src/v1/completion_service_client.d.ts +489 -7
  73. package/build/src/v1/completion_service_client.js +715 -11
  74. package/build/src/v1/completion_service_client_config.json +10 -0
  75. package/build/src/v1/conversational_search_service_client.d.ts +341 -3
  76. package/build/src/v1/conversational_search_service_client.js +466 -9
  77. package/build/src/v1/data_store_service_client.d.ts +1286 -0
  78. package/build/src/v1/data_store_service_client.js +1768 -0
  79. package/build/src/v1/data_store_service_client_config.json +46 -0
  80. package/build/src/v1/document_service_client.d.ts +347 -2
  81. package/build/src/v1/document_service_client.js +506 -9
  82. package/build/src/v1/engine_service_client.d.ts +1211 -0
  83. package/build/src/v1/engine_service_client.js +1731 -0
  84. package/build/src/v1/engine_service_client_config.json +46 -0
  85. package/build/src/v1/index.d.ts +3 -0
  86. package/build/src/v1/index.js +7 -1
  87. package/build/src/v1/schema_service_client.d.ts +272 -2
  88. package/build/src/v1/schema_service_client.js +402 -9
  89. package/build/src/v1/search_service_client.d.ts +515 -11
  90. package/build/src/v1/search_service_client.js +648 -15
  91. package/build/src/v1/site_search_engine_service_client.d.ts +1564 -0
  92. package/build/src/v1/site_search_engine_service_client.js +2075 -0
  93. package/build/src/v1/site_search_engine_service_client_config.json +74 -0
  94. package/build/src/v1/user_event_service_client.d.ts +272 -2
  95. package/build/src/v1/user_event_service_client.js +402 -9
  96. package/build/src/v1alpha/acl_config_service_client.d.ts +1233 -0
  97. package/build/src/v1alpha/acl_config_service_client.js +1765 -0
  98. package/build/src/v1alpha/acl_config_service_client_config.json +34 -0
  99. package/build/src/v1alpha/chunk_service_client.d.ts +1350 -0
  100. package/build/src/v1alpha/chunk_service_client.js +1886 -0
  101. package/build/src/v1alpha/chunk_service_client_config.json +34 -0
  102. package/build/src/v1alpha/completion_service_client.d.ts +599 -5
  103. package/build/src/v1alpha/completion_service_client.js +868 -12
  104. package/build/src/v1alpha/completion_service_client_config.json +10 -0
  105. package/build/src/v1alpha/conversational_search_service_client.d.ts +244 -3
  106. package/build/src/v1alpha/conversational_search_service_client.js +353 -10
  107. package/build/src/v1alpha/data_store_service_client.d.ts +462 -5
  108. package/build/src/v1alpha/data_store_service_client.js +599 -12
  109. package/build/src/v1alpha/data_store_service_client_config.json +8 -0
  110. package/build/src/v1alpha/document_service_client.d.ts +393 -2
  111. package/build/src/v1alpha/document_service_client.js +551 -10
  112. package/build/src/v1alpha/engine_service_client.d.ts +386 -4
  113. package/build/src/v1alpha/engine_service_client.js +551 -10
  114. package/build/src/v1alpha/estimate_billing_service_client.d.ts +1367 -0
  115. package/build/src/v1alpha/estimate_billing_service_client.js +2028 -0
  116. package/build/src/v1alpha/estimate_billing_service_client_config.json +30 -0
  117. package/build/src/v1alpha/index.d.ts +4 -0
  118. package/build/src/v1alpha/index.js +10 -2
  119. package/build/src/v1alpha/recommendation_service_client.d.ts +242 -3
  120. package/build/src/v1alpha/recommendation_service_client.js +353 -10
  121. package/build/src/v1alpha/schema_service_client.d.ts +383 -2
  122. package/build/src/v1alpha/schema_service_client.js +551 -10
  123. package/build/src/v1alpha/search_service_client.d.ts +269 -17
  124. package/build/src/v1alpha/search_service_client.js +373 -20
  125. package/build/src/v1alpha/search_tuning_service_client.d.ts +384 -3
  126. package/build/src/v1alpha/search_tuning_service_client.js +551 -10
  127. package/build/src/v1alpha/serving_config_service_client.d.ts +1369 -0
  128. package/build/src/v1alpha/serving_config_service_client.js +1935 -0
  129. package/build/src/v1alpha/serving_config_service_client_config.json +38 -0
  130. package/build/src/v1alpha/site_search_engine_service_client.d.ts +383 -2
  131. package/build/src/v1alpha/site_search_engine_service_client.js +551 -10
  132. package/build/src/v1alpha/user_event_service_client.d.ts +383 -2
  133. package/build/src/v1alpha/user_event_service_client.js +551 -10
  134. package/build/src/v1beta/completion_service_client.d.ts +708 -7
  135. package/build/src/v1beta/completion_service_client.js +1015 -11
  136. package/build/src/v1beta/completion_service_client_config.json +10 -0
  137. package/build/src/v1beta/conversational_search_service_client.d.ts +420 -3
  138. package/build/src/v1beta/conversational_search_service_client.js +570 -9
  139. package/build/src/v1beta/data_store_service_client.d.ts +1508 -0
  140. package/build/src/v1beta/data_store_service_client.js +2070 -0
  141. package/build/src/v1beta/data_store_service_client_config.json +46 -0
  142. package/build/src/v1beta/document_service_client.d.ts +566 -2
  143. package/build/src/v1beta/document_service_client.js +810 -11
  144. package/build/src/v1beta/engine_service_client.d.ts +1432 -0
  145. package/build/src/v1beta/engine_service_client.js +2032 -0
  146. package/build/src/v1beta/engine_service_client_config.json +46 -0
  147. package/build/src/v1beta/index.d.ts +5 -0
  148. package/build/src/v1beta/index.js +11 -1
  149. package/build/src/v1beta/recommendation_service_client.d.ts +495 -5
  150. package/build/src/v1beta/recommendation_service_client.js +674 -9
  151. package/build/src/v1beta/schema_service_client.d.ts +491 -2
  152. package/build/src/v1beta/schema_service_client.js +706 -11
  153. package/build/src/v1beta/search_service_client.d.ts +620 -29
  154. package/build/src/v1beta/search_service_client.js +772 -27
  155. package/build/src/v1beta/search_tuning_service_client.d.ts +1196 -0
  156. package/build/src/v1beta/search_tuning_service_client.js +1781 -0
  157. package/build/src/v1beta/search_tuning_service_client_config.json +30 -0
  158. package/build/src/v1beta/serving_config_service_client.d.ts +1217 -0
  159. package/build/src/v1beta/serving_config_service_client.js +1724 -0
  160. package/build/src/v1beta/serving_config_service_client_config.json +38 -0
  161. package/build/src/v1beta/site_search_engine_service_client.d.ts +1787 -0
  162. package/build/src/v1beta/site_search_engine_service_client.js +2375 -0
  163. package/build/src/v1beta/site_search_engine_service_client_config.json +74 -0
  164. package/build/src/v1beta/user_event_service_client.d.ts +491 -2
  165. package/build/src/v1beta/user_event_service_client.js +706 -11
  166. package/package.json +3 -3
@@ -36,6 +36,16 @@
36
36
  "timeout_millis": 5000,
37
37
  "retry_codes_name": "unavailable",
38
38
  "retry_params_name": "319f27672a8be83550d842a373549dd84649a57e"
39
+ },
40
+ "ImportSuggestionDenyListEntries": {
41
+ "timeout_millis": 5000,
42
+ "retry_codes_name": "unavailable",
43
+ "retry_params_name": "319f27672a8be83550d842a373549dd84649a57e"
44
+ },
45
+ "PurgeSuggestionDenyListEntries": {
46
+ "timeout_millis": 5000,
47
+ "retry_codes_name": "unavailable",
48
+ "retry_params_name": "319f27672a8be83550d842a373549dd84649a57e"
39
49
  }
40
50
  }
41
51
  }
@@ -16,6 +16,8 @@ export declare class ConversationalSearchServiceClient {
16
16
  private _gaxGrpc;
17
17
  private _protos;
18
18
  private _defaults;
19
+ private _universeDomain;
20
+ private _servicePath;
19
21
  auth: gax.GoogleAuth;
20
22
  descriptors: Descriptors;
21
23
  warn: (code: string, message: string, warnType?: string) => void;
@@ -85,15 +87,22 @@ export declare class ConversationalSearchServiceClient {
85
87
  }>;
86
88
  /**
87
89
  * The DNS address for this API service.
90
+ * @deprecated Use the apiEndpoint method of the client instance.
88
91
  * @returns {string} The DNS address for this service.
89
92
  */
90
93
  static get servicePath(): string;
91
94
  /**
92
- * The DNS address for this API service - same as servicePath(),
93
- * exists for compatibility reasons.
95
+ * The DNS address for this API service - same as servicePath.
96
+ * @deprecated Use the apiEndpoint method of the client instance.
94
97
  * @returns {string} The DNS address for this service.
95
98
  */
96
99
  static get apiEndpoint(): string;
100
+ /**
101
+ * The DNS address for this API service.
102
+ * @returns {string} The DNS address for this service.
103
+ */
104
+ get apiEndpoint(): string;
105
+ get universeDomain(): string;
97
106
  /**
98
107
  * The port for this API service.
99
108
  * @returns {number} The default port for this service.
@@ -168,6 +177,10 @@ export declare class ConversationalSearchServiceClient {
168
177
  * For more information about filtering including syntax and filter
169
178
  * operators, see
170
179
  * [Filter](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
180
+ * @param {google.cloud.discoveryengine.v1alpha.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)
171
184
  * @param {object} [options]
172
185
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
173
186
  * @returns {Promise} - The promise which resolves to an array.
@@ -257,7 +270,7 @@ export declare class ConversationalSearchServiceClient {
257
270
  * {@link protos.google.cloud.discoveryengine.v1alpha.Conversation|Conversation} to
258
271
  * update. The following are NOT supported:
259
272
  *
260
- * * {@link protos.|conversation.name}
273
+ * * {@link protos.google.cloud.discoveryengine.v1alpha.Conversation.name|Conversation.name}
261
274
  *
262
275
  * If not set or empty, all supported fields are updated.
263
276
  * @param {object} [options]
@@ -489,6 +502,30 @@ export declare class ConversationalSearchServiceClient {
489
502
  * ```
490
503
  */
491
504
  listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
505
+ /**
506
+ * Return a fully-qualified aclConfig resource name string.
507
+ *
508
+ * @param {string} project
509
+ * @param {string} location
510
+ * @returns {string} Resource name string.
511
+ */
512
+ aclConfigPath(project: string, location: string): string;
513
+ /**
514
+ * Parse the project from AclConfig resource.
515
+ *
516
+ * @param {string} aclConfigName
517
+ * A fully-qualified path representing AclConfig resource.
518
+ * @returns {string} A string representing the project.
519
+ */
520
+ matchProjectFromAclConfigName(aclConfigName: string): string | number;
521
+ /**
522
+ * Parse the location from AclConfig resource.
523
+ *
524
+ * @param {string} aclConfigName
525
+ * A fully-qualified path representing AclConfig resource.
526
+ * @returns {string} A string representing the location.
527
+ */
528
+ matchLocationFromAclConfigName(aclConfigName: string): string | number;
492
529
  /**
493
530
  * Return a fully-qualified engine resource name string.
494
531
  *
@@ -633,6 +670,75 @@ export declare class ConversationalSearchServiceClient {
633
670
  * @returns {string} A string representing the document.
634
671
  */
635
672
  matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
673
+ /**
674
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
675
+ *
676
+ * @param {string} project
677
+ * @param {string} location
678
+ * @param {string} collection
679
+ * @param {string} data_store
680
+ * @param {string} branch
681
+ * @param {string} document
682
+ * @param {string} chunk
683
+ * @returns {string} Resource name string.
684
+ */
685
+ projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
686
+ /**
687
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
688
+ *
689
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
690
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
691
+ * @returns {string} A string representing the project.
692
+ */
693
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
694
+ /**
695
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
696
+ *
697
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
698
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
699
+ * @returns {string} A string representing the location.
700
+ */
701
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
702
+ /**
703
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
704
+ *
705
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
706
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
707
+ * @returns {string} A string representing the collection.
708
+ */
709
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
710
+ /**
711
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
712
+ *
713
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
714
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
715
+ * @returns {string} A string representing the data_store.
716
+ */
717
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
718
+ /**
719
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
720
+ *
721
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
722
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
723
+ * @returns {string} A string representing the branch.
724
+ */
725
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
726
+ /**
727
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
728
+ *
729
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
730
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
731
+ * @returns {string} A string representing the document.
732
+ */
733
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
734
+ /**
735
+ * Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
736
+ *
737
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
738
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
739
+ * @returns {string} A string representing the chunk.
740
+ */
741
+ matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
636
742
  /**
637
743
  * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
638
744
  *
@@ -684,6 +790,48 @@ export declare class ConversationalSearchServiceClient {
684
790
  * @returns {string} A string representing the conversation.
685
791
  */
686
792
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
793
+ /**
794
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
795
+ *
796
+ * @param {string} project
797
+ * @param {string} location
798
+ * @param {string} collection
799
+ * @param {string} data_store
800
+ * @returns {string} Resource name string.
801
+ */
802
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
803
+ /**
804
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
805
+ *
806
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
807
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
808
+ * @returns {string} A string representing the project.
809
+ */
810
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
811
+ /**
812
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
813
+ *
814
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
815
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
816
+ * @returns {string} A string representing the location.
817
+ */
818
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
819
+ /**
820
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
821
+ *
822
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
823
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
824
+ * @returns {string} A string representing the collection.
825
+ */
826
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
827
+ /**
828
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
829
+ *
830
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
831
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
832
+ * @returns {string} A string representing the data_store.
833
+ */
834
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
687
835
  /**
688
836
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
689
837
  *
@@ -1065,6 +1213,66 @@ export declare class ConversationalSearchServiceClient {
1065
1213
  * @returns {string} A string representing the document.
1066
1214
  */
1067
1215
  matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1216
+ /**
1217
+ * Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
1218
+ *
1219
+ * @param {string} project
1220
+ * @param {string} location
1221
+ * @param {string} data_store
1222
+ * @param {string} branch
1223
+ * @param {string} document
1224
+ * @param {string} chunk
1225
+ * @returns {string} Resource name string.
1226
+ */
1227
+ projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
1228
+ /**
1229
+ * Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
1230
+ *
1231
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1232
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1233
+ * @returns {string} A string representing the project.
1234
+ */
1235
+ matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1236
+ /**
1237
+ * Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
1238
+ *
1239
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1240
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1241
+ * @returns {string} A string representing the location.
1242
+ */
1243
+ matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1244
+ /**
1245
+ * Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
1246
+ *
1247
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1248
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1249
+ * @returns {string} A string representing the data_store.
1250
+ */
1251
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1252
+ /**
1253
+ * Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
1254
+ *
1255
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1256
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1257
+ * @returns {string} A string representing the branch.
1258
+ */
1259
+ matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1260
+ /**
1261
+ * Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
1262
+ *
1263
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1264
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1265
+ * @returns {string} A string representing the document.
1266
+ */
1267
+ matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1268
+ /**
1269
+ * Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
1270
+ *
1271
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1272
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1273
+ * @returns {string} A string representing the chunk.
1274
+ */
1275
+ matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1068
1276
  /**
1069
1277
  * Return a fully-qualified projectLocationDataStoreConversation resource name string.
1070
1278
  *
@@ -1107,6 +1315,39 @@ export declare class ConversationalSearchServiceClient {
1107
1315
  * @returns {string} A string representing the conversation.
1108
1316
  */
1109
1317
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1318
+ /**
1319
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1320
+ *
1321
+ * @param {string} project
1322
+ * @param {string} location
1323
+ * @param {string} data_store
1324
+ * @returns {string} Resource name string.
1325
+ */
1326
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1327
+ /**
1328
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1329
+ *
1330
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1331
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1332
+ * @returns {string} A string representing the project.
1333
+ */
1334
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1335
+ /**
1336
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1337
+ *
1338
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1339
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1340
+ * @returns {string} A string representing the location.
1341
+ */
1342
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1343
+ /**
1344
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1345
+ *
1346
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1347
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1348
+ * @returns {string} A string representing the data_store.
1349
+ */
1350
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1110
1351
  /**
1111
1352
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1112
1353
  *