@google-cloud/discoveryengine 1.3.1 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -14,6 +14,8 @@ export declare class UserEventServiceClient {
14
14
  private _gaxGrpc;
15
15
  private _protos;
16
16
  private _defaults;
17
+ private _universeDomain;
18
+ private _servicePath;
17
19
  auth: gax.GoogleAuth;
18
20
  descriptors: Descriptors;
19
21
  warn: (code: string, message: string, warnType?: string) => void;
@@ -84,15 +86,22 @@ export declare class UserEventServiceClient {
84
86
  }>;
85
87
  /**
86
88
  * The DNS address for this API service.
89
+ * @deprecated Use the apiEndpoint method of the client instance.
87
90
  * @returns {string} The DNS address for this service.
88
91
  */
89
92
  static get servicePath(): string;
90
93
  /**
91
- * The DNS address for this API service - same as servicePath(),
92
- * exists for compatibility reasons.
94
+ * The DNS address for this API service - same as servicePath.
95
+ * @deprecated Use the apiEndpoint method of the client instance.
93
96
  * @returns {string} The DNS address for this service.
94
97
  */
95
98
  static get apiEndpoint(): string;
99
+ /**
100
+ * The DNS address for this API service.
101
+ * @returns {string} The DNS address for this service.
102
+ */
103
+ get apiEndpoint(): string;
104
+ get universeDomain(): string;
96
105
  /**
97
106
  * The port for this API service.
98
107
  * @returns {number} The default port for this service.
@@ -471,6 +480,30 @@ export declare class UserEventServiceClient {
471
480
  * ```
472
481
  */
473
482
  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>;
483
+ /**
484
+ * Return a fully-qualified aclConfig resource name string.
485
+ *
486
+ * @param {string} project
487
+ * @param {string} location
488
+ * @returns {string} Resource name string.
489
+ */
490
+ aclConfigPath(project: string, location: string): string;
491
+ /**
492
+ * Parse the project from AclConfig resource.
493
+ *
494
+ * @param {string} aclConfigName
495
+ * A fully-qualified path representing AclConfig resource.
496
+ * @returns {string} A string representing the project.
497
+ */
498
+ matchProjectFromAclConfigName(aclConfigName: string): string | number;
499
+ /**
500
+ * Parse the location from AclConfig resource.
501
+ *
502
+ * @param {string} aclConfigName
503
+ * A fully-qualified path representing AclConfig resource.
504
+ * @returns {string} A string representing the location.
505
+ */
506
+ matchLocationFromAclConfigName(aclConfigName: string): string | number;
474
507
  /**
475
508
  * Return a fully-qualified engine resource name string.
476
509
  *
@@ -615,6 +648,75 @@ export declare class UserEventServiceClient {
615
648
  * @returns {string} A string representing the document.
616
649
  */
617
650
  matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
651
+ /**
652
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
653
+ *
654
+ * @param {string} project
655
+ * @param {string} location
656
+ * @param {string} collection
657
+ * @param {string} data_store
658
+ * @param {string} branch
659
+ * @param {string} document
660
+ * @param {string} chunk
661
+ * @returns {string} Resource name string.
662
+ */
663
+ projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
664
+ /**
665
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
666
+ *
667
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
668
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
669
+ * @returns {string} A string representing the project.
670
+ */
671
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
672
+ /**
673
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
674
+ *
675
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
676
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
677
+ * @returns {string} A string representing the location.
678
+ */
679
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
680
+ /**
681
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
682
+ *
683
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
684
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
685
+ * @returns {string} A string representing the collection.
686
+ */
687
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
688
+ /**
689
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
690
+ *
691
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
692
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
693
+ * @returns {string} A string representing the data_store.
694
+ */
695
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
696
+ /**
697
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
698
+ *
699
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
700
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
701
+ * @returns {string} A string representing the branch.
702
+ */
703
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
704
+ /**
705
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
706
+ *
707
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
708
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
709
+ * @returns {string} A string representing the document.
710
+ */
711
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
712
+ /**
713
+ * Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
714
+ *
715
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
716
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
717
+ * @returns {string} A string representing the chunk.
718
+ */
719
+ matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
618
720
  /**
619
721
  * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
620
722
  *
@@ -666,6 +768,48 @@ export declare class UserEventServiceClient {
666
768
  * @returns {string} A string representing the conversation.
667
769
  */
668
770
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
771
+ /**
772
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
773
+ *
774
+ * @param {string} project
775
+ * @param {string} location
776
+ * @param {string} collection
777
+ * @param {string} data_store
778
+ * @returns {string} Resource name string.
779
+ */
780
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
781
+ /**
782
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
783
+ *
784
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
785
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
786
+ * @returns {string} A string representing the project.
787
+ */
788
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
789
+ /**
790
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
791
+ *
792
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
793
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
794
+ * @returns {string} A string representing the location.
795
+ */
796
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
797
+ /**
798
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
799
+ *
800
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
801
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
802
+ * @returns {string} A string representing the collection.
803
+ */
804
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
805
+ /**
806
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
807
+ *
808
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
809
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
810
+ * @returns {string} A string representing the data_store.
811
+ */
812
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
669
813
  /**
670
814
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
671
815
  *
@@ -717,6 +861,57 @@ export declare class UserEventServiceClient {
717
861
  * @returns {string} A string representing the schema.
718
862
  */
719
863
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
864
+ /**
865
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
866
+ *
867
+ * @param {string} project
868
+ * @param {string} location
869
+ * @param {string} collection
870
+ * @param {string} data_store
871
+ * @param {string} serving_config
872
+ * @returns {string} Resource name string.
873
+ */
874
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
875
+ /**
876
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
877
+ *
878
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
879
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
880
+ * @returns {string} A string representing the project.
881
+ */
882
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
883
+ /**
884
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
885
+ *
886
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
887
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
888
+ * @returns {string} A string representing the location.
889
+ */
890
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
891
+ /**
892
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
893
+ *
894
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
895
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
896
+ * @returns {string} A string representing the collection.
897
+ */
898
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
899
+ /**
900
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
901
+ *
902
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
903
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
904
+ * @returns {string} A string representing the data_store.
905
+ */
906
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
907
+ /**
908
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
909
+ *
910
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
911
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
912
+ * @returns {string} A string representing the serving_config.
913
+ */
914
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
720
915
  /**
721
916
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
722
917
  *
@@ -861,6 +1056,57 @@ export declare class UserEventServiceClient {
861
1056
  * @returns {string} A string representing the conversation.
862
1057
  */
863
1058
  matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1059
+ /**
1060
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
1061
+ *
1062
+ * @param {string} project
1063
+ * @param {string} location
1064
+ * @param {string} collection
1065
+ * @param {string} engine
1066
+ * @param {string} serving_config
1067
+ * @returns {string} Resource name string.
1068
+ */
1069
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
1070
+ /**
1071
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1072
+ *
1073
+ * @param {string} projectLocationCollectionEngineServingConfigName
1074
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1075
+ * @returns {string} A string representing the project.
1076
+ */
1077
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1078
+ /**
1079
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1080
+ *
1081
+ * @param {string} projectLocationCollectionEngineServingConfigName
1082
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1083
+ * @returns {string} A string representing the location.
1084
+ */
1085
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1086
+ /**
1087
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1088
+ *
1089
+ * @param {string} projectLocationCollectionEngineServingConfigName
1090
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1091
+ * @returns {string} A string representing the collection.
1092
+ */
1093
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1094
+ /**
1095
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
1096
+ *
1097
+ * @param {string} projectLocationCollectionEngineServingConfigName
1098
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1099
+ * @returns {string} A string representing the engine.
1100
+ */
1101
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1102
+ /**
1103
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
1104
+ *
1105
+ * @param {string} projectLocationCollectionEngineServingConfigName
1106
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1107
+ * @returns {string} A string representing the serving_config.
1108
+ */
1109
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
864
1110
  /**
865
1111
  * Return a fully-qualified projectLocationDataStore resource name string.
866
1112
  *
@@ -945,6 +1191,66 @@ export declare class UserEventServiceClient {
945
1191
  * @returns {string} A string representing the document.
946
1192
  */
947
1193
  matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1194
+ /**
1195
+ * Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
1196
+ *
1197
+ * @param {string} project
1198
+ * @param {string} location
1199
+ * @param {string} data_store
1200
+ * @param {string} branch
1201
+ * @param {string} document
1202
+ * @param {string} chunk
1203
+ * @returns {string} Resource name string.
1204
+ */
1205
+ projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
1206
+ /**
1207
+ * Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
1208
+ *
1209
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1210
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1211
+ * @returns {string} A string representing the project.
1212
+ */
1213
+ matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1214
+ /**
1215
+ * Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
1216
+ *
1217
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1218
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1219
+ * @returns {string} A string representing the location.
1220
+ */
1221
+ matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1222
+ /**
1223
+ * Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
1224
+ *
1225
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1226
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1227
+ * @returns {string} A string representing the data_store.
1228
+ */
1229
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1230
+ /**
1231
+ * Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
1232
+ *
1233
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1234
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1235
+ * @returns {string} A string representing the branch.
1236
+ */
1237
+ matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1238
+ /**
1239
+ * Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
1240
+ *
1241
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1242
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1243
+ * @returns {string} A string representing the document.
1244
+ */
1245
+ matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1246
+ /**
1247
+ * Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
1248
+ *
1249
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1250
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1251
+ * @returns {string} A string representing the chunk.
1252
+ */
1253
+ matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
948
1254
  /**
949
1255
  * Return a fully-qualified projectLocationDataStoreConversation resource name string.
950
1256
  *
@@ -987,6 +1293,39 @@ export declare class UserEventServiceClient {
987
1293
  * @returns {string} A string representing the conversation.
988
1294
  */
989
1295
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1296
+ /**
1297
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1298
+ *
1299
+ * @param {string} project
1300
+ * @param {string} location
1301
+ * @param {string} data_store
1302
+ * @returns {string} Resource name string.
1303
+ */
1304
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1305
+ /**
1306
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1307
+ *
1308
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1309
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1310
+ * @returns {string} A string representing the project.
1311
+ */
1312
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1313
+ /**
1314
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1315
+ *
1316
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1317
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1318
+ * @returns {string} A string representing the location.
1319
+ */
1320
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1321
+ /**
1322
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1323
+ *
1324
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1325
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1326
+ * @returns {string} A string representing the data_store.
1327
+ */
1328
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
990
1329
  /**
991
1330
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
992
1331
  *
@@ -1029,6 +1368,48 @@ export declare class UserEventServiceClient {
1029
1368
  * @returns {string} A string representing the schema.
1030
1369
  */
1031
1370
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1371
+ /**
1372
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1373
+ *
1374
+ * @param {string} project
1375
+ * @param {string} location
1376
+ * @param {string} data_store
1377
+ * @param {string} serving_config
1378
+ * @returns {string} Resource name string.
1379
+ */
1380
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1381
+ /**
1382
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1383
+ *
1384
+ * @param {string} projectLocationDataStoreServingConfigName
1385
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1386
+ * @returns {string} A string representing the project.
1387
+ */
1388
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1389
+ /**
1390
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1391
+ *
1392
+ * @param {string} projectLocationDataStoreServingConfigName
1393
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1394
+ * @returns {string} A string representing the location.
1395
+ */
1396
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1397
+ /**
1398
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1399
+ *
1400
+ * @param {string} projectLocationDataStoreServingConfigName
1401
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1402
+ * @returns {string} A string representing the data_store.
1403
+ */
1404
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1405
+ /**
1406
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1407
+ *
1408
+ * @param {string} projectLocationDataStoreServingConfigName
1409
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1410
+ * @returns {string} A string representing the serving_config.
1411
+ */
1412
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1032
1413
  /**
1033
1414
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1034
1415
  *