@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
@@ -0,0 +1,46 @@
1
+ {
2
+ "interfaces": {
3
+ "google.cloud.discoveryengine.v1beta.DataStoreService": {
4
+ "retry_codes": {
5
+ "non_idempotent": [],
6
+ "idempotent": [
7
+ "DEADLINE_EXCEEDED",
8
+ "UNAVAILABLE"
9
+ ]
10
+ },
11
+ "retry_params": {
12
+ "default": {
13
+ "initial_retry_delay_millis": 100,
14
+ "retry_delay_multiplier": 1.3,
15
+ "max_retry_delay_millis": 60000,
16
+ "initial_rpc_timeout_millis": 60000,
17
+ "rpc_timeout_multiplier": 1,
18
+ "max_rpc_timeout_millis": 60000,
19
+ "total_timeout_millis": 600000
20
+ }
21
+ },
22
+ "methods": {
23
+ "CreateDataStore": {
24
+ "retry_codes_name": "non_idempotent",
25
+ "retry_params_name": "default"
26
+ },
27
+ "GetDataStore": {
28
+ "retry_codes_name": "non_idempotent",
29
+ "retry_params_name": "default"
30
+ },
31
+ "ListDataStores": {
32
+ "retry_codes_name": "non_idempotent",
33
+ "retry_params_name": "default"
34
+ },
35
+ "DeleteDataStore": {
36
+ "retry_codes_name": "non_idempotent",
37
+ "retry_params_name": "default"
38
+ },
39
+ "UpdateDataStore": {
40
+ "retry_codes_name": "non_idempotent",
41
+ "retry_params_name": "default"
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }
@@ -18,6 +18,8 @@ export declare class DocumentServiceClient {
18
18
  private _gaxGrpc;
19
19
  private _protos;
20
20
  private _defaults;
21
+ private _universeDomain;
22
+ private _servicePath;
21
23
  auth: gax.GoogleAuth;
22
24
  descriptors: Descriptors;
23
25
  warn: (code: string, message: string, warnType?: string) => void;
@@ -88,15 +90,22 @@ export declare class DocumentServiceClient {
88
90
  }>;
89
91
  /**
90
92
  * The DNS address for this API service.
93
+ * @deprecated Use the apiEndpoint method of the client instance.
91
94
  * @returns {string} The DNS address for this service.
92
95
  */
93
96
  static get servicePath(): string;
94
97
  /**
95
- * The DNS address for this API service - same as servicePath(),
96
- * exists for compatibility reasons.
98
+ * The DNS address for this API service - same as servicePath.
99
+ * @deprecated Use the apiEndpoint method of the client instance.
97
100
  * @returns {string} The DNS address for this service.
98
101
  */
99
102
  static get apiEndpoint(): string;
103
+ /**
104
+ * The DNS address for this API service.
105
+ * @returns {string} The DNS address for this service.
106
+ */
107
+ get apiEndpoint(): string;
108
+ get universeDomain(): string;
100
109
  /**
101
110
  * The port for this API service.
102
111
  * @returns {number} The default port for this service.
@@ -737,6 +746,90 @@ export declare class DocumentServiceClient {
737
746
  * ```
738
747
  */
739
748
  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>;
749
+ /**
750
+ * Return a fully-qualified engine resource name string.
751
+ *
752
+ * @param {string} project
753
+ * @param {string} location
754
+ * @param {string} collection
755
+ * @param {string} engine
756
+ * @returns {string} Resource name string.
757
+ */
758
+ enginePath(project: string, location: string, collection: string, engine: string): string;
759
+ /**
760
+ * Parse the project from Engine resource.
761
+ *
762
+ * @param {string} engineName
763
+ * A fully-qualified path representing Engine resource.
764
+ * @returns {string} A string representing the project.
765
+ */
766
+ matchProjectFromEngineName(engineName: string): string | number;
767
+ /**
768
+ * Parse the location from Engine resource.
769
+ *
770
+ * @param {string} engineName
771
+ * A fully-qualified path representing Engine resource.
772
+ * @returns {string} A string representing the location.
773
+ */
774
+ matchLocationFromEngineName(engineName: string): string | number;
775
+ /**
776
+ * Parse the collection from Engine resource.
777
+ *
778
+ * @param {string} engineName
779
+ * A fully-qualified path representing Engine resource.
780
+ * @returns {string} A string representing the collection.
781
+ */
782
+ matchCollectionFromEngineName(engineName: string): string | number;
783
+ /**
784
+ * Parse the engine from Engine resource.
785
+ *
786
+ * @param {string} engineName
787
+ * A fully-qualified path representing Engine resource.
788
+ * @returns {string} A string representing the engine.
789
+ */
790
+ matchEngineFromEngineName(engineName: string): string | number;
791
+ /**
792
+ * Return a fully-qualified projectLocationCollectionDataStore resource name string.
793
+ *
794
+ * @param {string} project
795
+ * @param {string} location
796
+ * @param {string} collection
797
+ * @param {string} data_store
798
+ * @returns {string} Resource name string.
799
+ */
800
+ projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
801
+ /**
802
+ * Parse the project from ProjectLocationCollectionDataStore resource.
803
+ *
804
+ * @param {string} projectLocationCollectionDataStoreName
805
+ * A fully-qualified path representing project_location_collection_data_store resource.
806
+ * @returns {string} A string representing the project.
807
+ */
808
+ matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
809
+ /**
810
+ * Parse the location from ProjectLocationCollectionDataStore resource.
811
+ *
812
+ * @param {string} projectLocationCollectionDataStoreName
813
+ * A fully-qualified path representing project_location_collection_data_store resource.
814
+ * @returns {string} A string representing the location.
815
+ */
816
+ matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
817
+ /**
818
+ * Parse the collection from ProjectLocationCollectionDataStore resource.
819
+ *
820
+ * @param {string} projectLocationCollectionDataStoreName
821
+ * A fully-qualified path representing project_location_collection_data_store resource.
822
+ * @returns {string} A string representing the collection.
823
+ */
824
+ matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
825
+ /**
826
+ * Parse the data_store from ProjectLocationCollectionDataStore resource.
827
+ *
828
+ * @param {string} projectLocationCollectionDataStoreName
829
+ * A fully-qualified path representing project_location_collection_data_store resource.
830
+ * @returns {string} A string representing the data_store.
831
+ */
832
+ matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
740
833
  /**
741
834
  * Return a fully-qualified projectLocationCollectionDataStoreBranch resource name string.
742
835
  *
@@ -899,6 +992,48 @@ export declare class DocumentServiceClient {
899
992
  * @returns {string} A string representing the conversation.
900
993
  */
901
994
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
995
+ /**
996
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
997
+ *
998
+ * @param {string} project
999
+ * @param {string} location
1000
+ * @param {string} collection
1001
+ * @param {string} data_store
1002
+ * @returns {string} Resource name string.
1003
+ */
1004
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
1005
+ /**
1006
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1007
+ *
1008
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1009
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1010
+ * @returns {string} A string representing the project.
1011
+ */
1012
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1013
+ /**
1014
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1015
+ *
1016
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1017
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1018
+ * @returns {string} A string representing the location.
1019
+ */
1020
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1021
+ /**
1022
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1023
+ *
1024
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1025
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1026
+ * @returns {string} A string representing the collection.
1027
+ */
1028
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1029
+ /**
1030
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1031
+ *
1032
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1033
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1034
+ * @returns {string} A string representing the data_store.
1035
+ */
1036
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
902
1037
  /**
903
1038
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
904
1039
  *
@@ -950,6 +1085,285 @@ export declare class DocumentServiceClient {
950
1085
  * @returns {string} A string representing the schema.
951
1086
  */
952
1087
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1088
+ /**
1089
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
1090
+ *
1091
+ * @param {string} project
1092
+ * @param {string} location
1093
+ * @param {string} collection
1094
+ * @param {string} data_store
1095
+ * @param {string} serving_config
1096
+ * @returns {string} Resource name string.
1097
+ */
1098
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
1099
+ /**
1100
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
1101
+ *
1102
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1103
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1104
+ * @returns {string} A string representing the project.
1105
+ */
1106
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1107
+ /**
1108
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
1109
+ *
1110
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1111
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1112
+ * @returns {string} A string representing the location.
1113
+ */
1114
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1115
+ /**
1116
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
1117
+ *
1118
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1119
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1120
+ * @returns {string} A string representing the collection.
1121
+ */
1122
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1123
+ /**
1124
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
1125
+ *
1126
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1127
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1128
+ * @returns {string} A string representing the data_store.
1129
+ */
1130
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1131
+ /**
1132
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
1133
+ *
1134
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1135
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1136
+ * @returns {string} A string representing the serving_config.
1137
+ */
1138
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1139
+ /**
1140
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
1141
+ *
1142
+ * @param {string} project
1143
+ * @param {string} location
1144
+ * @param {string} collection
1145
+ * @param {string} data_store
1146
+ * @returns {string} Resource name string.
1147
+ */
1148
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
1149
+ /**
1150
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1151
+ *
1152
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1153
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1154
+ * @returns {string} A string representing the project.
1155
+ */
1156
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1157
+ /**
1158
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1159
+ *
1160
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1161
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1162
+ * @returns {string} A string representing the location.
1163
+ */
1164
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1165
+ /**
1166
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1167
+ *
1168
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1169
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1170
+ * @returns {string} A string representing the collection.
1171
+ */
1172
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1173
+ /**
1174
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1175
+ *
1176
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1177
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1178
+ * @returns {string} A string representing the data_store.
1179
+ */
1180
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1181
+ /**
1182
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
1183
+ *
1184
+ * @param {string} project
1185
+ * @param {string} location
1186
+ * @param {string} collection
1187
+ * @param {string} data_store
1188
+ * @param {string} target_site
1189
+ * @returns {string} Resource name string.
1190
+ */
1191
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
1192
+ /**
1193
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1194
+ *
1195
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1196
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1197
+ * @returns {string} A string representing the project.
1198
+ */
1199
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1200
+ /**
1201
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1202
+ *
1203
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1204
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1205
+ * @returns {string} A string representing the location.
1206
+ */
1207
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1208
+ /**
1209
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1210
+ *
1211
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1212
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1213
+ * @returns {string} A string representing the collection.
1214
+ */
1215
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1216
+ /**
1217
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1218
+ *
1219
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1220
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1221
+ * @returns {string} A string representing the data_store.
1222
+ */
1223
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1224
+ /**
1225
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1226
+ *
1227
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1228
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1229
+ * @returns {string} A string representing the target_site.
1230
+ */
1231
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1232
+ /**
1233
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
1234
+ *
1235
+ * @param {string} project
1236
+ * @param {string} location
1237
+ * @param {string} collection
1238
+ * @param {string} engine
1239
+ * @param {string} conversation
1240
+ * @returns {string} Resource name string.
1241
+ */
1242
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
1243
+ /**
1244
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
1245
+ *
1246
+ * @param {string} projectLocationCollectionEngineConversationName
1247
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1248
+ * @returns {string} A string representing the project.
1249
+ */
1250
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1251
+ /**
1252
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
1253
+ *
1254
+ * @param {string} projectLocationCollectionEngineConversationName
1255
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1256
+ * @returns {string} A string representing the location.
1257
+ */
1258
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1259
+ /**
1260
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
1261
+ *
1262
+ * @param {string} projectLocationCollectionEngineConversationName
1263
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1264
+ * @returns {string} A string representing the collection.
1265
+ */
1266
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1267
+ /**
1268
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
1269
+ *
1270
+ * @param {string} projectLocationCollectionEngineConversationName
1271
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1272
+ * @returns {string} A string representing the engine.
1273
+ */
1274
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1275
+ /**
1276
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
1277
+ *
1278
+ * @param {string} projectLocationCollectionEngineConversationName
1279
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1280
+ * @returns {string} A string representing the conversation.
1281
+ */
1282
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1283
+ /**
1284
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
1285
+ *
1286
+ * @param {string} project
1287
+ * @param {string} location
1288
+ * @param {string} collection
1289
+ * @param {string} engine
1290
+ * @param {string} serving_config
1291
+ * @returns {string} Resource name string.
1292
+ */
1293
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
1294
+ /**
1295
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1296
+ *
1297
+ * @param {string} projectLocationCollectionEngineServingConfigName
1298
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1299
+ * @returns {string} A string representing the project.
1300
+ */
1301
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1302
+ /**
1303
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1304
+ *
1305
+ * @param {string} projectLocationCollectionEngineServingConfigName
1306
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1307
+ * @returns {string} A string representing the location.
1308
+ */
1309
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1310
+ /**
1311
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1312
+ *
1313
+ * @param {string} projectLocationCollectionEngineServingConfigName
1314
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1315
+ * @returns {string} A string representing the collection.
1316
+ */
1317
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1318
+ /**
1319
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
1320
+ *
1321
+ * @param {string} projectLocationCollectionEngineServingConfigName
1322
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1323
+ * @returns {string} A string representing the engine.
1324
+ */
1325
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1326
+ /**
1327
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
1328
+ *
1329
+ * @param {string} projectLocationCollectionEngineServingConfigName
1330
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1331
+ * @returns {string} A string representing the serving_config.
1332
+ */
1333
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1334
+ /**
1335
+ * Return a fully-qualified projectLocationDataStore resource name string.
1336
+ *
1337
+ * @param {string} project
1338
+ * @param {string} location
1339
+ * @param {string} data_store
1340
+ * @returns {string} Resource name string.
1341
+ */
1342
+ projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
1343
+ /**
1344
+ * Parse the project from ProjectLocationDataStore resource.
1345
+ *
1346
+ * @param {string} projectLocationDataStoreName
1347
+ * A fully-qualified path representing project_location_data_store resource.
1348
+ * @returns {string} A string representing the project.
1349
+ */
1350
+ matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1351
+ /**
1352
+ * Parse the location from ProjectLocationDataStore resource.
1353
+ *
1354
+ * @param {string} projectLocationDataStoreName
1355
+ * A fully-qualified path representing project_location_data_store resource.
1356
+ * @returns {string} A string representing the location.
1357
+ */
1358
+ matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1359
+ /**
1360
+ * Parse the data_store from ProjectLocationDataStore resource.
1361
+ *
1362
+ * @param {string} projectLocationDataStoreName
1363
+ * A fully-qualified path representing project_location_data_store resource.
1364
+ * @returns {string} A string representing the data_store.
1365
+ */
1366
+ matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
953
1367
  /**
954
1368
  * Return a fully-qualified projectLocationDataStoreBranch resource name string.
955
1369
  *
@@ -1085,6 +1499,39 @@ export declare class DocumentServiceClient {
1085
1499
  * @returns {string} A string representing the conversation.
1086
1500
  */
1087
1501
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1502
+ /**
1503
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1504
+ *
1505
+ * @param {string} project
1506
+ * @param {string} location
1507
+ * @param {string} data_store
1508
+ * @returns {string} Resource name string.
1509
+ */
1510
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1511
+ /**
1512
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1513
+ *
1514
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1515
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1516
+ * @returns {string} A string representing the project.
1517
+ */
1518
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1519
+ /**
1520
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1521
+ *
1522
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1523
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1524
+ * @returns {string} A string representing the location.
1525
+ */
1526
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1527
+ /**
1528
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1529
+ *
1530
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1531
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1532
+ * @returns {string} A string representing the data_store.
1533
+ */
1534
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1088
1535
  /**
1089
1536
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1090
1537
  *
@@ -1127,6 +1574,123 @@ export declare class DocumentServiceClient {
1127
1574
  * @returns {string} A string representing the schema.
1128
1575
  */
1129
1576
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1577
+ /**
1578
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1579
+ *
1580
+ * @param {string} project
1581
+ * @param {string} location
1582
+ * @param {string} data_store
1583
+ * @param {string} serving_config
1584
+ * @returns {string} Resource name string.
1585
+ */
1586
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1587
+ /**
1588
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1589
+ *
1590
+ * @param {string} projectLocationDataStoreServingConfigName
1591
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1592
+ * @returns {string} A string representing the project.
1593
+ */
1594
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1595
+ /**
1596
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1597
+ *
1598
+ * @param {string} projectLocationDataStoreServingConfigName
1599
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1600
+ * @returns {string} A string representing the location.
1601
+ */
1602
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1603
+ /**
1604
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1605
+ *
1606
+ * @param {string} projectLocationDataStoreServingConfigName
1607
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1608
+ * @returns {string} A string representing the data_store.
1609
+ */
1610
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1611
+ /**
1612
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1613
+ *
1614
+ * @param {string} projectLocationDataStoreServingConfigName
1615
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1616
+ * @returns {string} A string representing the serving_config.
1617
+ */
1618
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1619
+ /**
1620
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1621
+ *
1622
+ * @param {string} project
1623
+ * @param {string} location
1624
+ * @param {string} data_store
1625
+ * @returns {string} Resource name string.
1626
+ */
1627
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
1628
+ /**
1629
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
1630
+ *
1631
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1632
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1633
+ * @returns {string} A string representing the project.
1634
+ */
1635
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1636
+ /**
1637
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
1638
+ *
1639
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1640
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1641
+ * @returns {string} A string representing the location.
1642
+ */
1643
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1644
+ /**
1645
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
1646
+ *
1647
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1648
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1649
+ * @returns {string} A string representing the data_store.
1650
+ */
1651
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1652
+ /**
1653
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1654
+ *
1655
+ * @param {string} project
1656
+ * @param {string} location
1657
+ * @param {string} data_store
1658
+ * @param {string} target_site
1659
+ * @returns {string} Resource name string.
1660
+ */
1661
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
1662
+ /**
1663
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1664
+ *
1665
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1666
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1667
+ * @returns {string} A string representing the project.
1668
+ */
1669
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1670
+ /**
1671
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1672
+ *
1673
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1674
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1675
+ * @returns {string} A string representing the location.
1676
+ */
1677
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1678
+ /**
1679
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1680
+ *
1681
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1682
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1683
+ * @returns {string} A string representing the data_store.
1684
+ */
1685
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1686
+ /**
1687
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1688
+ *
1689
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1690
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1691
+ * @returns {string} A string representing the target_site.
1692
+ */
1693
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1130
1694
  /**
1131
1695
  * Terminate the gRPC channel and close the client.
1132
1696
  *