@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,74 @@
1
+ {
2
+ "interfaces": {
3
+ "google.cloud.discoveryengine.v1beta.SiteSearchEngineService": {
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
+ "GetSiteSearchEngine": {
24
+ "retry_codes_name": "non_idempotent",
25
+ "retry_params_name": "default"
26
+ },
27
+ "CreateTargetSite": {
28
+ "retry_codes_name": "non_idempotent",
29
+ "retry_params_name": "default"
30
+ },
31
+ "BatchCreateTargetSites": {
32
+ "retry_codes_name": "non_idempotent",
33
+ "retry_params_name": "default"
34
+ },
35
+ "GetTargetSite": {
36
+ "retry_codes_name": "non_idempotent",
37
+ "retry_params_name": "default"
38
+ },
39
+ "UpdateTargetSite": {
40
+ "retry_codes_name": "non_idempotent",
41
+ "retry_params_name": "default"
42
+ },
43
+ "DeleteTargetSite": {
44
+ "retry_codes_name": "non_idempotent",
45
+ "retry_params_name": "default"
46
+ },
47
+ "ListTargetSites": {
48
+ "retry_codes_name": "non_idempotent",
49
+ "retry_params_name": "default"
50
+ },
51
+ "EnableAdvancedSiteSearch": {
52
+ "retry_codes_name": "non_idempotent",
53
+ "retry_params_name": "default"
54
+ },
55
+ "DisableAdvancedSiteSearch": {
56
+ "retry_codes_name": "non_idempotent",
57
+ "retry_params_name": "default"
58
+ },
59
+ "RecrawlUris": {
60
+ "retry_codes_name": "non_idempotent",
61
+ "retry_params_name": "default"
62
+ },
63
+ "BatchVerifyTargetSites": {
64
+ "retry_codes_name": "non_idempotent",
65
+ "retry_params_name": "default"
66
+ },
67
+ "FetchDomainVerificationStatus": {
68
+ "retry_codes_name": "non_idempotent",
69
+ "retry_params_name": "default"
70
+ }
71
+ }
72
+ }
73
+ }
74
+ }
@@ -14,6 +14,8 @@ export declare class UserEventServiceClient {
14
14
  private _gaxGrpc;
15
15
  private _protos;
16
16
  private _defaults;
17
+ private _universeDomain;
18
+ private _servicePath;
17
19
  auth: gax.GoogleAuth;
18
20
  descriptors: Descriptors;
19
21
  warn: (code: string, message: string, warnType?: string) => void;
@@ -84,15 +86,22 @@ export declare class UserEventServiceClient {
84
86
  }>;
85
87
  /**
86
88
  * The DNS address for this API service.
89
+ * @deprecated Use the apiEndpoint method of the client instance.
87
90
  * @returns {string} The DNS address for this service.
88
91
  */
89
92
  static get servicePath(): string;
90
93
  /**
91
- * The DNS address for this API service - same as servicePath(),
92
- * exists for compatibility reasons.
94
+ * The DNS address for this API service - same as servicePath.
95
+ * @deprecated Use the apiEndpoint method of the client instance.
93
96
  * @returns {string} The DNS address for this service.
94
97
  */
95
98
  static get apiEndpoint(): string;
99
+ /**
100
+ * The DNS address for this API service.
101
+ * @returns {string} The DNS address for this service.
102
+ */
103
+ get apiEndpoint(): string;
104
+ get universeDomain(): string;
96
105
  /**
97
106
  * The port for this API service.
98
107
  * @returns {number} The default port for this service.
@@ -396,6 +405,48 @@ export declare class UserEventServiceClient {
396
405
  * ```
397
406
  */
398
407
  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>;
408
+ /**
409
+ * Return a fully-qualified engine resource name string.
410
+ *
411
+ * @param {string} project
412
+ * @param {string} location
413
+ * @param {string} collection
414
+ * @param {string} engine
415
+ * @returns {string} Resource name string.
416
+ */
417
+ enginePath(project: string, location: string, collection: string, engine: string): string;
418
+ /**
419
+ * Parse the project from Engine resource.
420
+ *
421
+ * @param {string} engineName
422
+ * A fully-qualified path representing Engine resource.
423
+ * @returns {string} A string representing the project.
424
+ */
425
+ matchProjectFromEngineName(engineName: string): string | number;
426
+ /**
427
+ * Parse the location from Engine resource.
428
+ *
429
+ * @param {string} engineName
430
+ * A fully-qualified path representing Engine resource.
431
+ * @returns {string} A string representing the location.
432
+ */
433
+ matchLocationFromEngineName(engineName: string): string | number;
434
+ /**
435
+ * Parse the collection from Engine resource.
436
+ *
437
+ * @param {string} engineName
438
+ * A fully-qualified path representing Engine resource.
439
+ * @returns {string} A string representing the collection.
440
+ */
441
+ matchCollectionFromEngineName(engineName: string): string | number;
442
+ /**
443
+ * Parse the engine from Engine resource.
444
+ *
445
+ * @param {string} engineName
446
+ * A fully-qualified path representing Engine resource.
447
+ * @returns {string} A string representing the engine.
448
+ */
449
+ matchEngineFromEngineName(engineName: string): string | number;
399
450
  /**
400
451
  * Return a fully-qualified projectLocationCollectionDataStore resource name string.
401
452
  *
@@ -549,6 +600,48 @@ export declare class UserEventServiceClient {
549
600
  * @returns {string} A string representing the conversation.
550
601
  */
551
602
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
603
+ /**
604
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
605
+ *
606
+ * @param {string} project
607
+ * @param {string} location
608
+ * @param {string} collection
609
+ * @param {string} data_store
610
+ * @returns {string} Resource name string.
611
+ */
612
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
613
+ /**
614
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
615
+ *
616
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
617
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
618
+ * @returns {string} A string representing the project.
619
+ */
620
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
621
+ /**
622
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
623
+ *
624
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
625
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
626
+ * @returns {string} A string representing the location.
627
+ */
628
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
629
+ /**
630
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
631
+ *
632
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
633
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
634
+ * @returns {string} A string representing the collection.
635
+ */
636
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
637
+ /**
638
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
639
+ *
640
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
641
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
642
+ * @returns {string} A string representing the data_store.
643
+ */
644
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
552
645
  /**
553
646
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
554
647
  *
@@ -600,6 +693,252 @@ export declare class UserEventServiceClient {
600
693
  * @returns {string} A string representing the schema.
601
694
  */
602
695
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
696
+ /**
697
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
698
+ *
699
+ * @param {string} project
700
+ * @param {string} location
701
+ * @param {string} collection
702
+ * @param {string} data_store
703
+ * @param {string} serving_config
704
+ * @returns {string} Resource name string.
705
+ */
706
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
707
+ /**
708
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
709
+ *
710
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
711
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
712
+ * @returns {string} A string representing the project.
713
+ */
714
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
715
+ /**
716
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
717
+ *
718
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
719
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
720
+ * @returns {string} A string representing the location.
721
+ */
722
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
723
+ /**
724
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
725
+ *
726
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
727
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
728
+ * @returns {string} A string representing the collection.
729
+ */
730
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
731
+ /**
732
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
733
+ *
734
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
735
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
736
+ * @returns {string} A string representing the data_store.
737
+ */
738
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
739
+ /**
740
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
741
+ *
742
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
743
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
744
+ * @returns {string} A string representing the serving_config.
745
+ */
746
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
747
+ /**
748
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
749
+ *
750
+ * @param {string} project
751
+ * @param {string} location
752
+ * @param {string} collection
753
+ * @param {string} data_store
754
+ * @returns {string} Resource name string.
755
+ */
756
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
757
+ /**
758
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
759
+ *
760
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
761
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
762
+ * @returns {string} A string representing the project.
763
+ */
764
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
765
+ /**
766
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
767
+ *
768
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
769
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
770
+ * @returns {string} A string representing the location.
771
+ */
772
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
773
+ /**
774
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
775
+ *
776
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
777
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
778
+ * @returns {string} A string representing the collection.
779
+ */
780
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
781
+ /**
782
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
783
+ *
784
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
785
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
786
+ * @returns {string} A string representing the data_store.
787
+ */
788
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
789
+ /**
790
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
791
+ *
792
+ * @param {string} project
793
+ * @param {string} location
794
+ * @param {string} collection
795
+ * @param {string} data_store
796
+ * @param {string} target_site
797
+ * @returns {string} Resource name string.
798
+ */
799
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
800
+ /**
801
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
802
+ *
803
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
804
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
805
+ * @returns {string} A string representing the project.
806
+ */
807
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
808
+ /**
809
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
810
+ *
811
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
812
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
813
+ * @returns {string} A string representing the location.
814
+ */
815
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
816
+ /**
817
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
818
+ *
819
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
820
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
821
+ * @returns {string} A string representing the collection.
822
+ */
823
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
824
+ /**
825
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
826
+ *
827
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
828
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
829
+ * @returns {string} A string representing the data_store.
830
+ */
831
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
832
+ /**
833
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
834
+ *
835
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
836
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
837
+ * @returns {string} A string representing the target_site.
838
+ */
839
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
840
+ /**
841
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
842
+ *
843
+ * @param {string} project
844
+ * @param {string} location
845
+ * @param {string} collection
846
+ * @param {string} engine
847
+ * @param {string} conversation
848
+ * @returns {string} Resource name string.
849
+ */
850
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
851
+ /**
852
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
853
+ *
854
+ * @param {string} projectLocationCollectionEngineConversationName
855
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
856
+ * @returns {string} A string representing the project.
857
+ */
858
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
859
+ /**
860
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
861
+ *
862
+ * @param {string} projectLocationCollectionEngineConversationName
863
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
864
+ * @returns {string} A string representing the location.
865
+ */
866
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
867
+ /**
868
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
869
+ *
870
+ * @param {string} projectLocationCollectionEngineConversationName
871
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
872
+ * @returns {string} A string representing the collection.
873
+ */
874
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
875
+ /**
876
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
877
+ *
878
+ * @param {string} projectLocationCollectionEngineConversationName
879
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
880
+ * @returns {string} A string representing the engine.
881
+ */
882
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
883
+ /**
884
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
885
+ *
886
+ * @param {string} projectLocationCollectionEngineConversationName
887
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
888
+ * @returns {string} A string representing the conversation.
889
+ */
890
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
891
+ /**
892
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
893
+ *
894
+ * @param {string} project
895
+ * @param {string} location
896
+ * @param {string} collection
897
+ * @param {string} engine
898
+ * @param {string} serving_config
899
+ * @returns {string} Resource name string.
900
+ */
901
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
902
+ /**
903
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
904
+ *
905
+ * @param {string} projectLocationCollectionEngineServingConfigName
906
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
907
+ * @returns {string} A string representing the project.
908
+ */
909
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
910
+ /**
911
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
912
+ *
913
+ * @param {string} projectLocationCollectionEngineServingConfigName
914
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
915
+ * @returns {string} A string representing the location.
916
+ */
917
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
918
+ /**
919
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
920
+ *
921
+ * @param {string} projectLocationCollectionEngineServingConfigName
922
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
923
+ * @returns {string} A string representing the collection.
924
+ */
925
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
926
+ /**
927
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
928
+ *
929
+ * @param {string} projectLocationCollectionEngineServingConfigName
930
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
931
+ * @returns {string} A string representing the engine.
932
+ */
933
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
934
+ /**
935
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
936
+ *
937
+ * @param {string} projectLocationCollectionEngineServingConfigName
938
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
939
+ * @returns {string} A string representing the serving_config.
940
+ */
941
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
603
942
  /**
604
943
  * Return a fully-qualified projectLocationDataStore resource name string.
605
944
  *
@@ -726,6 +1065,39 @@ export declare class UserEventServiceClient {
726
1065
  * @returns {string} A string representing the conversation.
727
1066
  */
728
1067
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1068
+ /**
1069
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1070
+ *
1071
+ * @param {string} project
1072
+ * @param {string} location
1073
+ * @param {string} data_store
1074
+ * @returns {string} Resource name string.
1075
+ */
1076
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1077
+ /**
1078
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1079
+ *
1080
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1081
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1082
+ * @returns {string} A string representing the project.
1083
+ */
1084
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1085
+ /**
1086
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1087
+ *
1088
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1089
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1090
+ * @returns {string} A string representing the location.
1091
+ */
1092
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1093
+ /**
1094
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1095
+ *
1096
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1097
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1098
+ * @returns {string} A string representing the data_store.
1099
+ */
1100
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
729
1101
  /**
730
1102
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
731
1103
  *
@@ -768,6 +1140,123 @@ export declare class UserEventServiceClient {
768
1140
  * @returns {string} A string representing the schema.
769
1141
  */
770
1142
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1143
+ /**
1144
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1145
+ *
1146
+ * @param {string} project
1147
+ * @param {string} location
1148
+ * @param {string} data_store
1149
+ * @param {string} serving_config
1150
+ * @returns {string} Resource name string.
1151
+ */
1152
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1153
+ /**
1154
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1155
+ *
1156
+ * @param {string} projectLocationDataStoreServingConfigName
1157
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1158
+ * @returns {string} A string representing the project.
1159
+ */
1160
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1161
+ /**
1162
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1163
+ *
1164
+ * @param {string} projectLocationDataStoreServingConfigName
1165
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1166
+ * @returns {string} A string representing the location.
1167
+ */
1168
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1169
+ /**
1170
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1171
+ *
1172
+ * @param {string} projectLocationDataStoreServingConfigName
1173
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1174
+ * @returns {string} A string representing the data_store.
1175
+ */
1176
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1177
+ /**
1178
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1179
+ *
1180
+ * @param {string} projectLocationDataStoreServingConfigName
1181
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1182
+ * @returns {string} A string representing the serving_config.
1183
+ */
1184
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1185
+ /**
1186
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1187
+ *
1188
+ * @param {string} project
1189
+ * @param {string} location
1190
+ * @param {string} data_store
1191
+ * @returns {string} Resource name string.
1192
+ */
1193
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
1194
+ /**
1195
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
1196
+ *
1197
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1198
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1199
+ * @returns {string} A string representing the project.
1200
+ */
1201
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1202
+ /**
1203
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
1204
+ *
1205
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1206
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1207
+ * @returns {string} A string representing the location.
1208
+ */
1209
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1210
+ /**
1211
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
1212
+ *
1213
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1214
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1215
+ * @returns {string} A string representing the data_store.
1216
+ */
1217
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1218
+ /**
1219
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1220
+ *
1221
+ * @param {string} project
1222
+ * @param {string} location
1223
+ * @param {string} data_store
1224
+ * @param {string} target_site
1225
+ * @returns {string} Resource name string.
1226
+ */
1227
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
1228
+ /**
1229
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1230
+ *
1231
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1232
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1233
+ * @returns {string} A string representing the project.
1234
+ */
1235
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1236
+ /**
1237
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1238
+ *
1239
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1240
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1241
+ * @returns {string} A string representing the location.
1242
+ */
1243
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1244
+ /**
1245
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1246
+ *
1247
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1248
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1249
+ * @returns {string} A string representing the data_store.
1250
+ */
1251
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1252
+ /**
1253
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1254
+ *
1255
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1256
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1257
+ * @returns {string} A string representing the target_site.
1258
+ */
1259
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
771
1260
  /**
772
1261
  * Terminate the gRPC channel and close the client.
773
1262
  *