@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.
@@ -550,6 +559,48 @@ export declare class SchemaServiceClient {
550
559
  * ```
551
560
  */
552
561
  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>;
562
+ /**
563
+ * Return a fully-qualified engine resource name string.
564
+ *
565
+ * @param {string} project
566
+ * @param {string} location
567
+ * @param {string} collection
568
+ * @param {string} engine
569
+ * @returns {string} Resource name string.
570
+ */
571
+ enginePath(project: string, location: string, collection: string, engine: string): string;
572
+ /**
573
+ * Parse the project from Engine resource.
574
+ *
575
+ * @param {string} engineName
576
+ * A fully-qualified path representing Engine resource.
577
+ * @returns {string} A string representing the project.
578
+ */
579
+ matchProjectFromEngineName(engineName: string): string | number;
580
+ /**
581
+ * Parse the location from Engine resource.
582
+ *
583
+ * @param {string} engineName
584
+ * A fully-qualified path representing Engine resource.
585
+ * @returns {string} A string representing the location.
586
+ */
587
+ matchLocationFromEngineName(engineName: string): string | number;
588
+ /**
589
+ * Parse the collection from Engine resource.
590
+ *
591
+ * @param {string} engineName
592
+ * A fully-qualified path representing Engine resource.
593
+ * @returns {string} A string representing the collection.
594
+ */
595
+ matchCollectionFromEngineName(engineName: string): string | number;
596
+ /**
597
+ * Parse the engine from Engine resource.
598
+ *
599
+ * @param {string} engineName
600
+ * A fully-qualified path representing Engine resource.
601
+ * @returns {string} A string representing the engine.
602
+ */
603
+ matchEngineFromEngineName(engineName: string): string | number;
553
604
  /**
554
605
  * Return a fully-qualified projectLocationCollectionDataStore resource name string.
555
606
  *
@@ -703,6 +754,48 @@ export declare class SchemaServiceClient {
703
754
  * @returns {string} A string representing the conversation.
704
755
  */
705
756
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
757
+ /**
758
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
759
+ *
760
+ * @param {string} project
761
+ * @param {string} location
762
+ * @param {string} collection
763
+ * @param {string} data_store
764
+ * @returns {string} Resource name string.
765
+ */
766
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
767
+ /**
768
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
769
+ *
770
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
771
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
772
+ * @returns {string} A string representing the project.
773
+ */
774
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
775
+ /**
776
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
777
+ *
778
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
779
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
780
+ * @returns {string} A string representing the location.
781
+ */
782
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
783
+ /**
784
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
785
+ *
786
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
787
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
788
+ * @returns {string} A string representing the collection.
789
+ */
790
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
791
+ /**
792
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
793
+ *
794
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
795
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
796
+ * @returns {string} A string representing the data_store.
797
+ */
798
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
706
799
  /**
707
800
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
708
801
  *
@@ -754,6 +847,252 @@ export declare class SchemaServiceClient {
754
847
  * @returns {string} A string representing the schema.
755
848
  */
756
849
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
850
+ /**
851
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
852
+ *
853
+ * @param {string} project
854
+ * @param {string} location
855
+ * @param {string} collection
856
+ * @param {string} data_store
857
+ * @param {string} serving_config
858
+ * @returns {string} Resource name string.
859
+ */
860
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
861
+ /**
862
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
863
+ *
864
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
865
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
866
+ * @returns {string} A string representing the project.
867
+ */
868
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
869
+ /**
870
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
871
+ *
872
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
873
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
874
+ * @returns {string} A string representing the location.
875
+ */
876
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
877
+ /**
878
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
879
+ *
880
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
881
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
882
+ * @returns {string} A string representing the collection.
883
+ */
884
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
885
+ /**
886
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
887
+ *
888
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
889
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
890
+ * @returns {string} A string representing the data_store.
891
+ */
892
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
893
+ /**
894
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
895
+ *
896
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
897
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
898
+ * @returns {string} A string representing the serving_config.
899
+ */
900
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
901
+ /**
902
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
903
+ *
904
+ * @param {string} project
905
+ * @param {string} location
906
+ * @param {string} collection
907
+ * @param {string} data_store
908
+ * @returns {string} Resource name string.
909
+ */
910
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
911
+ /**
912
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
913
+ *
914
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
915
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
916
+ * @returns {string} A string representing the project.
917
+ */
918
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
919
+ /**
920
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
921
+ *
922
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
923
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
924
+ * @returns {string} A string representing the location.
925
+ */
926
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
927
+ /**
928
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
929
+ *
930
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
931
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
932
+ * @returns {string} A string representing the collection.
933
+ */
934
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
935
+ /**
936
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
937
+ *
938
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
939
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
940
+ * @returns {string} A string representing the data_store.
941
+ */
942
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
943
+ /**
944
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
945
+ *
946
+ * @param {string} project
947
+ * @param {string} location
948
+ * @param {string} collection
949
+ * @param {string} data_store
950
+ * @param {string} target_site
951
+ * @returns {string} Resource name string.
952
+ */
953
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
954
+ /**
955
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
956
+ *
957
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
958
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
959
+ * @returns {string} A string representing the project.
960
+ */
961
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
962
+ /**
963
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
964
+ *
965
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
966
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
967
+ * @returns {string} A string representing the location.
968
+ */
969
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
970
+ /**
971
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
972
+ *
973
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
974
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
975
+ * @returns {string} A string representing the collection.
976
+ */
977
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
978
+ /**
979
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
980
+ *
981
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
982
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
983
+ * @returns {string} A string representing the data_store.
984
+ */
985
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
986
+ /**
987
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
988
+ *
989
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
990
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
991
+ * @returns {string} A string representing the target_site.
992
+ */
993
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
994
+ /**
995
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
996
+ *
997
+ * @param {string} project
998
+ * @param {string} location
999
+ * @param {string} collection
1000
+ * @param {string} engine
1001
+ * @param {string} conversation
1002
+ * @returns {string} Resource name string.
1003
+ */
1004
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
1005
+ /**
1006
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
1007
+ *
1008
+ * @param {string} projectLocationCollectionEngineConversationName
1009
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1010
+ * @returns {string} A string representing the project.
1011
+ */
1012
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1013
+ /**
1014
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
1015
+ *
1016
+ * @param {string} projectLocationCollectionEngineConversationName
1017
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1018
+ * @returns {string} A string representing the location.
1019
+ */
1020
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1021
+ /**
1022
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
1023
+ *
1024
+ * @param {string} projectLocationCollectionEngineConversationName
1025
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1026
+ * @returns {string} A string representing the collection.
1027
+ */
1028
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1029
+ /**
1030
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
1031
+ *
1032
+ * @param {string} projectLocationCollectionEngineConversationName
1033
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1034
+ * @returns {string} A string representing the engine.
1035
+ */
1036
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1037
+ /**
1038
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
1039
+ *
1040
+ * @param {string} projectLocationCollectionEngineConversationName
1041
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1042
+ * @returns {string} A string representing the conversation.
1043
+ */
1044
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1045
+ /**
1046
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
1047
+ *
1048
+ * @param {string} project
1049
+ * @param {string} location
1050
+ * @param {string} collection
1051
+ * @param {string} engine
1052
+ * @param {string} serving_config
1053
+ * @returns {string} Resource name string.
1054
+ */
1055
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
1056
+ /**
1057
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1058
+ *
1059
+ * @param {string} projectLocationCollectionEngineServingConfigName
1060
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1061
+ * @returns {string} A string representing the project.
1062
+ */
1063
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1064
+ /**
1065
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1066
+ *
1067
+ * @param {string} projectLocationCollectionEngineServingConfigName
1068
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1069
+ * @returns {string} A string representing the location.
1070
+ */
1071
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1072
+ /**
1073
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1074
+ *
1075
+ * @param {string} projectLocationCollectionEngineServingConfigName
1076
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1077
+ * @returns {string} A string representing the collection.
1078
+ */
1079
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1080
+ /**
1081
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
1082
+ *
1083
+ * @param {string} projectLocationCollectionEngineServingConfigName
1084
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1085
+ * @returns {string} A string representing the engine.
1086
+ */
1087
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1088
+ /**
1089
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
1090
+ *
1091
+ * @param {string} projectLocationCollectionEngineServingConfigName
1092
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1093
+ * @returns {string} A string representing the serving_config.
1094
+ */
1095
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
757
1096
  /**
758
1097
  * Return a fully-qualified projectLocationDataStore resource name string.
759
1098
  *
@@ -880,6 +1219,39 @@ export declare class SchemaServiceClient {
880
1219
  * @returns {string} A string representing the conversation.
881
1220
  */
882
1221
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1222
+ /**
1223
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1224
+ *
1225
+ * @param {string} project
1226
+ * @param {string} location
1227
+ * @param {string} data_store
1228
+ * @returns {string} Resource name string.
1229
+ */
1230
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1231
+ /**
1232
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1233
+ *
1234
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1235
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1236
+ * @returns {string} A string representing the project.
1237
+ */
1238
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1239
+ /**
1240
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1241
+ *
1242
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1243
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1244
+ * @returns {string} A string representing the location.
1245
+ */
1246
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1247
+ /**
1248
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1249
+ *
1250
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1251
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1252
+ * @returns {string} A string representing the data_store.
1253
+ */
1254
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
883
1255
  /**
884
1256
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
885
1257
  *
@@ -922,6 +1294,123 @@ export declare class SchemaServiceClient {
922
1294
  * @returns {string} A string representing the schema.
923
1295
  */
924
1296
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1297
+ /**
1298
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1299
+ *
1300
+ * @param {string} project
1301
+ * @param {string} location
1302
+ * @param {string} data_store
1303
+ * @param {string} serving_config
1304
+ * @returns {string} Resource name string.
1305
+ */
1306
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1307
+ /**
1308
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1309
+ *
1310
+ * @param {string} projectLocationDataStoreServingConfigName
1311
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1312
+ * @returns {string} A string representing the project.
1313
+ */
1314
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1315
+ /**
1316
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1317
+ *
1318
+ * @param {string} projectLocationDataStoreServingConfigName
1319
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1320
+ * @returns {string} A string representing the location.
1321
+ */
1322
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1323
+ /**
1324
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1325
+ *
1326
+ * @param {string} projectLocationDataStoreServingConfigName
1327
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1328
+ * @returns {string} A string representing the data_store.
1329
+ */
1330
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1331
+ /**
1332
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1333
+ *
1334
+ * @param {string} projectLocationDataStoreServingConfigName
1335
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1336
+ * @returns {string} A string representing the serving_config.
1337
+ */
1338
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1339
+ /**
1340
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1341
+ *
1342
+ * @param {string} project
1343
+ * @param {string} location
1344
+ * @param {string} data_store
1345
+ * @returns {string} Resource name string.
1346
+ */
1347
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
1348
+ /**
1349
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
1350
+ *
1351
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1352
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1353
+ * @returns {string} A string representing the project.
1354
+ */
1355
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1356
+ /**
1357
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
1358
+ *
1359
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1360
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1361
+ * @returns {string} A string representing the location.
1362
+ */
1363
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1364
+ /**
1365
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
1366
+ *
1367
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1368
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1369
+ * @returns {string} A string representing the data_store.
1370
+ */
1371
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1372
+ /**
1373
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1374
+ *
1375
+ * @param {string} project
1376
+ * @param {string} location
1377
+ * @param {string} data_store
1378
+ * @param {string} target_site
1379
+ * @returns {string} Resource name string.
1380
+ */
1381
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
1382
+ /**
1383
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1384
+ *
1385
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1386
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1387
+ * @returns {string} A string representing the project.
1388
+ */
1389
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1390
+ /**
1391
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1392
+ *
1393
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1394
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1395
+ * @returns {string} A string representing the location.
1396
+ */
1397
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1398
+ /**
1399
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1400
+ *
1401
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1402
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1403
+ * @returns {string} A string representing the data_store.
1404
+ */
1405
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1406
+ /**
1407
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1408
+ *
1409
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1410
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1411
+ * @returns {string} A string representing the target_site.
1412
+ */
1413
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
925
1414
  /**
926
1415
  * Terminate the gRPC channel and close the client.
927
1416
  *