@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
@@ -16,6 +16,8 @@ export declare class SchemaServiceClient {
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;
@@ -86,15 +88,22 @@ export declare class SchemaServiceClient {
86
88
  }>;
87
89
  /**
88
90
  * The DNS address for this API service.
91
+ * @deprecated Use the apiEndpoint method of the client instance.
89
92
  * @returns {string} The DNS address for this service.
90
93
  */
91
94
  static get servicePath(): string;
92
95
  /**
93
- * The DNS address for this API service - same as servicePath(),
94
- * exists for compatibility reasons.
96
+ * The DNS address for this API service - same as servicePath.
97
+ * @deprecated Use the apiEndpoint method of the client instance.
95
98
  * @returns {string} The DNS address for this service.
96
99
  */
97
100
  static get apiEndpoint(): string;
101
+ /**
102
+ * The DNS address for this API service.
103
+ * @returns {string} The DNS address for this service.
104
+ */
105
+ get apiEndpoint(): string;
106
+ get universeDomain(): string;
98
107
  /**
99
108
  * The port for this API service.
100
109
  * @returns {number} The default port for this service.
@@ -553,6 +562,30 @@ export declare class SchemaServiceClient {
553
562
  * ```
554
563
  */
555
564
  deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>): Promise<protos.google.protobuf.Empty>;
565
+ /**
566
+ * Return a fully-qualified aclConfig resource name string.
567
+ *
568
+ * @param {string} project
569
+ * @param {string} location
570
+ * @returns {string} Resource name string.
571
+ */
572
+ aclConfigPath(project: string, location: string): string;
573
+ /**
574
+ * Parse the project from AclConfig resource.
575
+ *
576
+ * @param {string} aclConfigName
577
+ * A fully-qualified path representing AclConfig resource.
578
+ * @returns {string} A string representing the project.
579
+ */
580
+ matchProjectFromAclConfigName(aclConfigName: string): string | number;
581
+ /**
582
+ * Parse the location from AclConfig resource.
583
+ *
584
+ * @param {string} aclConfigName
585
+ * A fully-qualified path representing AclConfig resource.
586
+ * @returns {string} A string representing the location.
587
+ */
588
+ matchLocationFromAclConfigName(aclConfigName: string): string | number;
556
589
  /**
557
590
  * Return a fully-qualified engine resource name string.
558
591
  *
@@ -697,6 +730,75 @@ export declare class SchemaServiceClient {
697
730
  * @returns {string} A string representing the document.
698
731
  */
699
732
  matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
733
+ /**
734
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
735
+ *
736
+ * @param {string} project
737
+ * @param {string} location
738
+ * @param {string} collection
739
+ * @param {string} data_store
740
+ * @param {string} branch
741
+ * @param {string} document
742
+ * @param {string} chunk
743
+ * @returns {string} Resource name string.
744
+ */
745
+ projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
746
+ /**
747
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
748
+ *
749
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
750
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
751
+ * @returns {string} A string representing the project.
752
+ */
753
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
754
+ /**
755
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
756
+ *
757
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
758
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
759
+ * @returns {string} A string representing the location.
760
+ */
761
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
762
+ /**
763
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
764
+ *
765
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
766
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
767
+ * @returns {string} A string representing the collection.
768
+ */
769
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
770
+ /**
771
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
772
+ *
773
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
774
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
775
+ * @returns {string} A string representing the data_store.
776
+ */
777
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
778
+ /**
779
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
780
+ *
781
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
782
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
783
+ * @returns {string} A string representing the branch.
784
+ */
785
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
786
+ /**
787
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
788
+ *
789
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
790
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
791
+ * @returns {string} A string representing the document.
792
+ */
793
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
794
+ /**
795
+ * Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
796
+ *
797
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
798
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
799
+ * @returns {string} A string representing the chunk.
800
+ */
801
+ matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
700
802
  /**
701
803
  * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
702
804
  *
@@ -748,6 +850,48 @@ export declare class SchemaServiceClient {
748
850
  * @returns {string} A string representing the conversation.
749
851
  */
750
852
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
853
+ /**
854
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
855
+ *
856
+ * @param {string} project
857
+ * @param {string} location
858
+ * @param {string} collection
859
+ * @param {string} data_store
860
+ * @returns {string} Resource name string.
861
+ */
862
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
863
+ /**
864
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
865
+ *
866
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
867
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
868
+ * @returns {string} A string representing the project.
869
+ */
870
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
871
+ /**
872
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
873
+ *
874
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
875
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
876
+ * @returns {string} A string representing the location.
877
+ */
878
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
879
+ /**
880
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
881
+ *
882
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
883
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
884
+ * @returns {string} A string representing the collection.
885
+ */
886
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
887
+ /**
888
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
889
+ *
890
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
891
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
892
+ * @returns {string} A string representing the data_store.
893
+ */
894
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
751
895
  /**
752
896
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
753
897
  *
@@ -799,6 +943,57 @@ export declare class SchemaServiceClient {
799
943
  * @returns {string} A string representing the schema.
800
944
  */
801
945
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
946
+ /**
947
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
948
+ *
949
+ * @param {string} project
950
+ * @param {string} location
951
+ * @param {string} collection
952
+ * @param {string} data_store
953
+ * @param {string} serving_config
954
+ * @returns {string} Resource name string.
955
+ */
956
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
957
+ /**
958
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
959
+ *
960
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
961
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
962
+ * @returns {string} A string representing the project.
963
+ */
964
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
965
+ /**
966
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
967
+ *
968
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
969
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
970
+ * @returns {string} A string representing the location.
971
+ */
972
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
973
+ /**
974
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
975
+ *
976
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
977
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
978
+ * @returns {string} A string representing the collection.
979
+ */
980
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
981
+ /**
982
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
983
+ *
984
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
985
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
986
+ * @returns {string} A string representing the data_store.
987
+ */
988
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
989
+ /**
990
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
991
+ *
992
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
993
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
994
+ * @returns {string} A string representing the serving_config.
995
+ */
996
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
802
997
  /**
803
998
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
804
999
  *
@@ -943,6 +1138,57 @@ export declare class SchemaServiceClient {
943
1138
  * @returns {string} A string representing the conversation.
944
1139
  */
945
1140
  matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1141
+ /**
1142
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
1143
+ *
1144
+ * @param {string} project
1145
+ * @param {string} location
1146
+ * @param {string} collection
1147
+ * @param {string} engine
1148
+ * @param {string} serving_config
1149
+ * @returns {string} Resource name string.
1150
+ */
1151
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
1152
+ /**
1153
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1154
+ *
1155
+ * @param {string} projectLocationCollectionEngineServingConfigName
1156
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1157
+ * @returns {string} A string representing the project.
1158
+ */
1159
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1160
+ /**
1161
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1162
+ *
1163
+ * @param {string} projectLocationCollectionEngineServingConfigName
1164
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1165
+ * @returns {string} A string representing the location.
1166
+ */
1167
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1168
+ /**
1169
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1170
+ *
1171
+ * @param {string} projectLocationCollectionEngineServingConfigName
1172
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1173
+ * @returns {string} A string representing the collection.
1174
+ */
1175
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1176
+ /**
1177
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
1178
+ *
1179
+ * @param {string} projectLocationCollectionEngineServingConfigName
1180
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1181
+ * @returns {string} A string representing the engine.
1182
+ */
1183
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1184
+ /**
1185
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
1186
+ *
1187
+ * @param {string} projectLocationCollectionEngineServingConfigName
1188
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1189
+ * @returns {string} A string representing the serving_config.
1190
+ */
1191
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
946
1192
  /**
947
1193
  * Return a fully-qualified projectLocationDataStore resource name string.
948
1194
  *
@@ -1027,6 +1273,66 @@ export declare class SchemaServiceClient {
1027
1273
  * @returns {string} A string representing the document.
1028
1274
  */
1029
1275
  matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1276
+ /**
1277
+ * Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
1278
+ *
1279
+ * @param {string} project
1280
+ * @param {string} location
1281
+ * @param {string} data_store
1282
+ * @param {string} branch
1283
+ * @param {string} document
1284
+ * @param {string} chunk
1285
+ * @returns {string} Resource name string.
1286
+ */
1287
+ projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
1288
+ /**
1289
+ * Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
1290
+ *
1291
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1292
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1293
+ * @returns {string} A string representing the project.
1294
+ */
1295
+ matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1296
+ /**
1297
+ * Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
1298
+ *
1299
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1300
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1301
+ * @returns {string} A string representing the location.
1302
+ */
1303
+ matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1304
+ /**
1305
+ * Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
1306
+ *
1307
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1308
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1309
+ * @returns {string} A string representing the data_store.
1310
+ */
1311
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1312
+ /**
1313
+ * Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
1314
+ *
1315
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1316
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1317
+ * @returns {string} A string representing the branch.
1318
+ */
1319
+ matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1320
+ /**
1321
+ * Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
1322
+ *
1323
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1324
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1325
+ * @returns {string} A string representing the document.
1326
+ */
1327
+ matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1328
+ /**
1329
+ * Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
1330
+ *
1331
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1332
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1333
+ * @returns {string} A string representing the chunk.
1334
+ */
1335
+ matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1030
1336
  /**
1031
1337
  * Return a fully-qualified projectLocationDataStoreConversation resource name string.
1032
1338
  *
@@ -1069,6 +1375,39 @@ export declare class SchemaServiceClient {
1069
1375
  * @returns {string} A string representing the conversation.
1070
1376
  */
1071
1377
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1378
+ /**
1379
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1380
+ *
1381
+ * @param {string} project
1382
+ * @param {string} location
1383
+ * @param {string} data_store
1384
+ * @returns {string} Resource name string.
1385
+ */
1386
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1387
+ /**
1388
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1389
+ *
1390
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1391
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1392
+ * @returns {string} A string representing the project.
1393
+ */
1394
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1395
+ /**
1396
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1397
+ *
1398
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1399
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1400
+ * @returns {string} A string representing the location.
1401
+ */
1402
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1403
+ /**
1404
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1405
+ *
1406
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1407
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1408
+ * @returns {string} A string representing the data_store.
1409
+ */
1410
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1072
1411
  /**
1073
1412
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1074
1413
  *
@@ -1111,6 +1450,48 @@ export declare class SchemaServiceClient {
1111
1450
  * @returns {string} A string representing the schema.
1112
1451
  */
1113
1452
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1453
+ /**
1454
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1455
+ *
1456
+ * @param {string} project
1457
+ * @param {string} location
1458
+ * @param {string} data_store
1459
+ * @param {string} serving_config
1460
+ * @returns {string} Resource name string.
1461
+ */
1462
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1463
+ /**
1464
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1465
+ *
1466
+ * @param {string} projectLocationDataStoreServingConfigName
1467
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1468
+ * @returns {string} A string representing the project.
1469
+ */
1470
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1471
+ /**
1472
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1473
+ *
1474
+ * @param {string} projectLocationDataStoreServingConfigName
1475
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1476
+ * @returns {string} A string representing the location.
1477
+ */
1478
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1479
+ /**
1480
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1481
+ *
1482
+ * @param {string} projectLocationDataStoreServingConfigName
1483
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1484
+ * @returns {string} A string representing the data_store.
1485
+ */
1486
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1487
+ /**
1488
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1489
+ *
1490
+ * @param {string} projectLocationDataStoreServingConfigName
1491
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1492
+ * @returns {string} A string representing the serving_config.
1493
+ */
1494
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1114
1495
  /**
1115
1496
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1116
1497
  *