@google-cloud/discoveryengine 1.3.1 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +64 -0
  3. package/build/protos/google/cloud/discoveryengine/v1/common.proto +54 -3
  4. package/build/protos/google/cloud/discoveryengine/v1/completion.proto +52 -0
  5. package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +51 -4
  6. package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +3 -0
  7. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +40 -1
  8. package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +98 -0
  9. package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +304 -0
  10. package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
  11. package/build/protos/google/cloud/discoveryengine/v1/engine.proto +215 -0
  12. package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +242 -0
  13. package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +64 -0
  14. package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +38 -0
  15. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +137 -4
  16. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +170 -0
  17. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +691 -0
  18. package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +3 -3
  19. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +49 -0
  20. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +79 -0
  21. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +72 -0
  22. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +137 -0
  23. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +77 -4
  24. package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +52 -0
  25. package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +44 -2
  26. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +6 -1
  27. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +44 -0
  28. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +80 -1
  29. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +83 -0
  30. package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +127 -0
  31. package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +6 -0
  32. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +13 -8
  33. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +3 -2
  34. package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +130 -0
  35. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +64 -0
  36. package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +66 -0
  37. package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +3 -1
  38. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +3 -0
  39. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +74 -13
  40. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +24 -20
  41. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +271 -0
  42. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +147 -0
  43. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +9 -3
  44. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +7 -4
  45. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +4 -3
  46. package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +59 -8
  47. package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +52 -0
  48. package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +51 -4
  49. package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +3 -0
  50. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +45 -1
  51. package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +120 -0
  52. package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +306 -0
  53. package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +10 -1
  54. package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +94 -0
  55. package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +220 -0
  56. package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +244 -0
  57. package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +64 -0
  58. package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +41 -0
  59. package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +26 -3
  60. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +169 -15
  61. package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +151 -0
  62. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +265 -0
  63. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +148 -0
  64. package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +170 -0
  65. package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +695 -0
  66. package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +4 -3
  67. package/build/protos/protos.d.ts +48530 -23682
  68. package/build/protos/protos.js +122429 -63306
  69. package/build/protos/protos.json +13438 -7286
  70. package/build/src/index.d.ts +10 -1
  71. package/build/src/index.js +10 -1
  72. package/build/src/v1/completion_service_client.d.ts +489 -7
  73. package/build/src/v1/completion_service_client.js +715 -11
  74. package/build/src/v1/completion_service_client_config.json +10 -0
  75. package/build/src/v1/conversational_search_service_client.d.ts +341 -3
  76. package/build/src/v1/conversational_search_service_client.js +466 -9
  77. package/build/src/v1/data_store_service_client.d.ts +1286 -0
  78. package/build/src/v1/data_store_service_client.js +1768 -0
  79. package/build/src/v1/data_store_service_client_config.json +46 -0
  80. package/build/src/v1/document_service_client.d.ts +347 -2
  81. package/build/src/v1/document_service_client.js +506 -9
  82. package/build/src/v1/engine_service_client.d.ts +1211 -0
  83. package/build/src/v1/engine_service_client.js +1731 -0
  84. package/build/src/v1/engine_service_client_config.json +46 -0
  85. package/build/src/v1/index.d.ts +3 -0
  86. package/build/src/v1/index.js +7 -1
  87. package/build/src/v1/schema_service_client.d.ts +272 -2
  88. package/build/src/v1/schema_service_client.js +402 -9
  89. package/build/src/v1/search_service_client.d.ts +515 -11
  90. package/build/src/v1/search_service_client.js +648 -15
  91. package/build/src/v1/site_search_engine_service_client.d.ts +1564 -0
  92. package/build/src/v1/site_search_engine_service_client.js +2075 -0
  93. package/build/src/v1/site_search_engine_service_client_config.json +74 -0
  94. package/build/src/v1/user_event_service_client.d.ts +272 -2
  95. package/build/src/v1/user_event_service_client.js +402 -9
  96. package/build/src/v1alpha/acl_config_service_client.d.ts +1233 -0
  97. package/build/src/v1alpha/acl_config_service_client.js +1765 -0
  98. package/build/src/v1alpha/acl_config_service_client_config.json +34 -0
  99. package/build/src/v1alpha/chunk_service_client.d.ts +1350 -0
  100. package/build/src/v1alpha/chunk_service_client.js +1886 -0
  101. package/build/src/v1alpha/chunk_service_client_config.json +34 -0
  102. package/build/src/v1alpha/completion_service_client.d.ts +599 -5
  103. package/build/src/v1alpha/completion_service_client.js +868 -12
  104. package/build/src/v1alpha/completion_service_client_config.json +10 -0
  105. package/build/src/v1alpha/conversational_search_service_client.d.ts +244 -3
  106. package/build/src/v1alpha/conversational_search_service_client.js +353 -10
  107. package/build/src/v1alpha/data_store_service_client.d.ts +462 -5
  108. package/build/src/v1alpha/data_store_service_client.js +599 -12
  109. package/build/src/v1alpha/data_store_service_client_config.json +8 -0
  110. package/build/src/v1alpha/document_service_client.d.ts +393 -2
  111. package/build/src/v1alpha/document_service_client.js +551 -10
  112. package/build/src/v1alpha/engine_service_client.d.ts +386 -4
  113. package/build/src/v1alpha/engine_service_client.js +551 -10
  114. package/build/src/v1alpha/estimate_billing_service_client.d.ts +1367 -0
  115. package/build/src/v1alpha/estimate_billing_service_client.js +2028 -0
  116. package/build/src/v1alpha/estimate_billing_service_client_config.json +30 -0
  117. package/build/src/v1alpha/index.d.ts +4 -0
  118. package/build/src/v1alpha/index.js +10 -2
  119. package/build/src/v1alpha/recommendation_service_client.d.ts +242 -3
  120. package/build/src/v1alpha/recommendation_service_client.js +353 -10
  121. package/build/src/v1alpha/schema_service_client.d.ts +383 -2
  122. package/build/src/v1alpha/schema_service_client.js +551 -10
  123. package/build/src/v1alpha/search_service_client.d.ts +269 -17
  124. package/build/src/v1alpha/search_service_client.js +373 -20
  125. package/build/src/v1alpha/search_tuning_service_client.d.ts +384 -3
  126. package/build/src/v1alpha/search_tuning_service_client.js +551 -10
  127. package/build/src/v1alpha/serving_config_service_client.d.ts +1369 -0
  128. package/build/src/v1alpha/serving_config_service_client.js +1935 -0
  129. package/build/src/v1alpha/serving_config_service_client_config.json +38 -0
  130. package/build/src/v1alpha/site_search_engine_service_client.d.ts +383 -2
  131. package/build/src/v1alpha/site_search_engine_service_client.js +551 -10
  132. package/build/src/v1alpha/user_event_service_client.d.ts +383 -2
  133. package/build/src/v1alpha/user_event_service_client.js +551 -10
  134. package/build/src/v1beta/completion_service_client.d.ts +708 -7
  135. package/build/src/v1beta/completion_service_client.js +1015 -11
  136. package/build/src/v1beta/completion_service_client_config.json +10 -0
  137. package/build/src/v1beta/conversational_search_service_client.d.ts +420 -3
  138. package/build/src/v1beta/conversational_search_service_client.js +570 -9
  139. package/build/src/v1beta/data_store_service_client.d.ts +1508 -0
  140. package/build/src/v1beta/data_store_service_client.js +2070 -0
  141. package/build/src/v1beta/data_store_service_client_config.json +46 -0
  142. package/build/src/v1beta/document_service_client.d.ts +566 -2
  143. package/build/src/v1beta/document_service_client.js +810 -11
  144. package/build/src/v1beta/engine_service_client.d.ts +1432 -0
  145. package/build/src/v1beta/engine_service_client.js +2032 -0
  146. package/build/src/v1beta/engine_service_client_config.json +46 -0
  147. package/build/src/v1beta/index.d.ts +5 -0
  148. package/build/src/v1beta/index.js +11 -1
  149. package/build/src/v1beta/recommendation_service_client.d.ts +495 -5
  150. package/build/src/v1beta/recommendation_service_client.js +674 -9
  151. package/build/src/v1beta/schema_service_client.d.ts +491 -2
  152. package/build/src/v1beta/schema_service_client.js +706 -11
  153. package/build/src/v1beta/search_service_client.d.ts +620 -29
  154. package/build/src/v1beta/search_service_client.js +772 -27
  155. package/build/src/v1beta/search_tuning_service_client.d.ts +1196 -0
  156. package/build/src/v1beta/search_tuning_service_client.js +1781 -0
  157. package/build/src/v1beta/search_tuning_service_client_config.json +30 -0
  158. package/build/src/v1beta/serving_config_service_client.d.ts +1217 -0
  159. package/build/src/v1beta/serving_config_service_client.js +1724 -0
  160. package/build/src/v1beta/serving_config_service_client_config.json +38 -0
  161. package/build/src/v1beta/site_search_engine_service_client.d.ts +1787 -0
  162. package/build/src/v1beta/site_search_engine_service_client.js +2375 -0
  163. package/build/src/v1beta/site_search_engine_service_client_config.json +74 -0
  164. package/build/src/v1beta/user_event_service_client.d.ts +491 -2
  165. package/build/src/v1beta/user_event_service_client.js +706 -11
  166. package/package.json +3 -3
@@ -0,0 +1,30 @@
1
+ {
2
+ "interfaces": {
3
+ "google.cloud.discoveryengine.v1alpha.EstimateBillingService": {
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
+ "EstimateDataSize": {
24
+ "retry_codes_name": "non_idempotent",
25
+ "retry_params_name": "default"
26
+ }
27
+ }
28
+ }
29
+ }
30
+ }
@@ -1,11 +1,15 @@
1
+ export { AclConfigServiceClient } from './acl_config_service_client';
2
+ export { ChunkServiceClient } from './chunk_service_client';
1
3
  export { CompletionServiceClient } from './completion_service_client';
2
4
  export { ConversationalSearchServiceClient } from './conversational_search_service_client';
3
5
  export { DataStoreServiceClient } from './data_store_service_client';
4
6
  export { DocumentServiceClient } from './document_service_client';
5
7
  export { EngineServiceClient } from './engine_service_client';
8
+ export { EstimateBillingServiceClient } from './estimate_billing_service_client';
6
9
  export { RecommendationServiceClient } from './recommendation_service_client';
7
10
  export { SchemaServiceClient } from './schema_service_client';
8
11
  export { SearchServiceClient } from './search_service_client';
9
12
  export { SearchTuningServiceClient } from './search_tuning_service_client';
13
+ export { ServingConfigServiceClient } from './serving_config_service_client';
10
14
  export { SiteSearchEngineServiceClient } from './site_search_engine_service_client';
11
15
  export { UserEventServiceClient } from './user_event_service_client';
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2023 Google LLC
2
+ // Copyright 2024 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -17,7 +17,11 @@
17
17
  // ** https://github.com/googleapis/gapic-generator-typescript **
18
18
  // ** All changes to this file may be overwritten. **
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
- exports.UserEventServiceClient = exports.SiteSearchEngineServiceClient = exports.SearchTuningServiceClient = exports.SearchServiceClient = exports.SchemaServiceClient = exports.RecommendationServiceClient = exports.EngineServiceClient = exports.DocumentServiceClient = exports.DataStoreServiceClient = exports.ConversationalSearchServiceClient = exports.CompletionServiceClient = void 0;
20
+ exports.UserEventServiceClient = exports.SiteSearchEngineServiceClient = exports.ServingConfigServiceClient = exports.SearchTuningServiceClient = exports.SearchServiceClient = exports.SchemaServiceClient = exports.RecommendationServiceClient = exports.EstimateBillingServiceClient = exports.EngineServiceClient = exports.DocumentServiceClient = exports.DataStoreServiceClient = exports.ConversationalSearchServiceClient = exports.CompletionServiceClient = exports.ChunkServiceClient = exports.AclConfigServiceClient = void 0;
21
+ var acl_config_service_client_1 = require("./acl_config_service_client");
22
+ Object.defineProperty(exports, "AclConfigServiceClient", { enumerable: true, get: function () { return acl_config_service_client_1.AclConfigServiceClient; } });
23
+ var chunk_service_client_1 = require("./chunk_service_client");
24
+ Object.defineProperty(exports, "ChunkServiceClient", { enumerable: true, get: function () { return chunk_service_client_1.ChunkServiceClient; } });
21
25
  var completion_service_client_1 = require("./completion_service_client");
22
26
  Object.defineProperty(exports, "CompletionServiceClient", { enumerable: true, get: function () { return completion_service_client_1.CompletionServiceClient; } });
23
27
  var conversational_search_service_client_1 = require("./conversational_search_service_client");
@@ -28,6 +32,8 @@ var document_service_client_1 = require("./document_service_client");
28
32
  Object.defineProperty(exports, "DocumentServiceClient", { enumerable: true, get: function () { return document_service_client_1.DocumentServiceClient; } });
29
33
  var engine_service_client_1 = require("./engine_service_client");
30
34
  Object.defineProperty(exports, "EngineServiceClient", { enumerable: true, get: function () { return engine_service_client_1.EngineServiceClient; } });
35
+ var estimate_billing_service_client_1 = require("./estimate_billing_service_client");
36
+ Object.defineProperty(exports, "EstimateBillingServiceClient", { enumerable: true, get: function () { return estimate_billing_service_client_1.EstimateBillingServiceClient; } });
31
37
  var recommendation_service_client_1 = require("./recommendation_service_client");
32
38
  Object.defineProperty(exports, "RecommendationServiceClient", { enumerable: true, get: function () { return recommendation_service_client_1.RecommendationServiceClient; } });
33
39
  var schema_service_client_1 = require("./schema_service_client");
@@ -36,6 +42,8 @@ var search_service_client_1 = require("./search_service_client");
36
42
  Object.defineProperty(exports, "SearchServiceClient", { enumerable: true, get: function () { return search_service_client_1.SearchServiceClient; } });
37
43
  var search_tuning_service_client_1 = require("./search_tuning_service_client");
38
44
  Object.defineProperty(exports, "SearchTuningServiceClient", { enumerable: true, get: function () { return search_tuning_service_client_1.SearchTuningServiceClient; } });
45
+ var serving_config_service_client_1 = require("./serving_config_service_client");
46
+ Object.defineProperty(exports, "ServingConfigServiceClient", { enumerable: true, get: function () { return serving_config_service_client_1.ServingConfigServiceClient; } });
39
47
  var site_search_engine_service_client_1 = require("./site_search_engine_service_client");
40
48
  Object.defineProperty(exports, "SiteSearchEngineServiceClient", { enumerable: true, get: function () { return site_search_engine_service_client_1.SiteSearchEngineServiceClient; } });
41
49
  var user_event_service_client_1 = require("./user_event_service_client");
@@ -14,6 +14,8 @@ export declare class RecommendationServiceClient {
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;
@@ -83,15 +85,22 @@ export declare class RecommendationServiceClient {
83
85
  }>;
84
86
  /**
85
87
  * The DNS address for this API service.
88
+ * @deprecated Use the apiEndpoint method of the client instance.
86
89
  * @returns {string} The DNS address for this service.
87
90
  */
88
91
  static get servicePath(): string;
89
92
  /**
90
- * The DNS address for this API service - same as servicePath(),
91
- * exists for compatibility reasons.
93
+ * The DNS address for this API service - same as servicePath.
94
+ * @deprecated Use the apiEndpoint method of the client instance.
92
95
  * @returns {string} The DNS address for this service.
93
96
  */
94
97
  static get apiEndpoint(): string;
98
+ /**
99
+ * The DNS address for this API service.
100
+ * @returns {string} The DNS address for this service.
101
+ */
102
+ get apiEndpoint(): string;
103
+ get universeDomain(): string;
95
104
  /**
96
105
  * The port for this API service.
97
106
  * @returns {number} The default port for this service.
@@ -121,7 +130,9 @@ export declare class RecommendationServiceClient {
121
130
  * config. For example, for Engine
122
131
  * `projects/* /locations/global/collections/* /engines/my-engine`, you can use
123
132
  * `projects/* /locations/global/collections/* /engines/my-engine/servingConfigs/my-engine`
124
- * for your {@link protos.|Recommend} requests.
133
+ * for your
134
+ * {@link protos.google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend|RecommendationService.Recommend}
135
+ * requests.
125
136
  * @param {google.cloud.discoveryengine.v1alpha.UserEvent} request.userEvent
126
137
  * Required. Context about the user, what they are looking at and what action
127
138
  * they took to trigger the Recommend request. Note that this user event
@@ -290,6 +301,30 @@ export declare class RecommendationServiceClient {
290
301
  * ```
291
302
  */
292
303
  listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
304
+ /**
305
+ * Return a fully-qualified aclConfig resource name string.
306
+ *
307
+ * @param {string} project
308
+ * @param {string} location
309
+ * @returns {string} Resource name string.
310
+ */
311
+ aclConfigPath(project: string, location: string): string;
312
+ /**
313
+ * Parse the project from AclConfig resource.
314
+ *
315
+ * @param {string} aclConfigName
316
+ * A fully-qualified path representing AclConfig resource.
317
+ * @returns {string} A string representing the project.
318
+ */
319
+ matchProjectFromAclConfigName(aclConfigName: string): string | number;
320
+ /**
321
+ * Parse the location from AclConfig resource.
322
+ *
323
+ * @param {string} aclConfigName
324
+ * A fully-qualified path representing AclConfig resource.
325
+ * @returns {string} A string representing the location.
326
+ */
327
+ matchLocationFromAclConfigName(aclConfigName: string): string | number;
293
328
  /**
294
329
  * Return a fully-qualified engine resource name string.
295
330
  *
@@ -434,6 +469,75 @@ export declare class RecommendationServiceClient {
434
469
  * @returns {string} A string representing the document.
435
470
  */
436
471
  matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
472
+ /**
473
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
474
+ *
475
+ * @param {string} project
476
+ * @param {string} location
477
+ * @param {string} collection
478
+ * @param {string} data_store
479
+ * @param {string} branch
480
+ * @param {string} document
481
+ * @param {string} chunk
482
+ * @returns {string} Resource name string.
483
+ */
484
+ projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
485
+ /**
486
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
487
+ *
488
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
489
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
490
+ * @returns {string} A string representing the project.
491
+ */
492
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
493
+ /**
494
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
495
+ *
496
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
497
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
498
+ * @returns {string} A string representing the location.
499
+ */
500
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
501
+ /**
502
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
503
+ *
504
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
505
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
506
+ * @returns {string} A string representing the collection.
507
+ */
508
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
509
+ /**
510
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
511
+ *
512
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
513
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
514
+ * @returns {string} A string representing the data_store.
515
+ */
516
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
517
+ /**
518
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
519
+ *
520
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
521
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
522
+ * @returns {string} A string representing the branch.
523
+ */
524
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
525
+ /**
526
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
527
+ *
528
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
529
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
530
+ * @returns {string} A string representing the document.
531
+ */
532
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
533
+ /**
534
+ * Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
535
+ *
536
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
537
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
538
+ * @returns {string} A string representing the chunk.
539
+ */
540
+ matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
437
541
  /**
438
542
  * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
439
543
  *
@@ -485,6 +589,48 @@ export declare class RecommendationServiceClient {
485
589
  * @returns {string} A string representing the conversation.
486
590
  */
487
591
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
592
+ /**
593
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
594
+ *
595
+ * @param {string} project
596
+ * @param {string} location
597
+ * @param {string} collection
598
+ * @param {string} data_store
599
+ * @returns {string} Resource name string.
600
+ */
601
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
602
+ /**
603
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
604
+ *
605
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
606
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
607
+ * @returns {string} A string representing the project.
608
+ */
609
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
610
+ /**
611
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
612
+ *
613
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
614
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
615
+ * @returns {string} A string representing the location.
616
+ */
617
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
618
+ /**
619
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
620
+ *
621
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
622
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
623
+ * @returns {string} A string representing the collection.
624
+ */
625
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
626
+ /**
627
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
628
+ *
629
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
630
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
631
+ * @returns {string} A string representing the data_store.
632
+ */
633
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
488
634
  /**
489
635
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
490
636
  *
@@ -866,6 +1012,66 @@ export declare class RecommendationServiceClient {
866
1012
  * @returns {string} A string representing the document.
867
1013
  */
868
1014
  matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1015
+ /**
1016
+ * Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
1017
+ *
1018
+ * @param {string} project
1019
+ * @param {string} location
1020
+ * @param {string} data_store
1021
+ * @param {string} branch
1022
+ * @param {string} document
1023
+ * @param {string} chunk
1024
+ * @returns {string} Resource name string.
1025
+ */
1026
+ projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
1027
+ /**
1028
+ * Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
1029
+ *
1030
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1031
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1032
+ * @returns {string} A string representing the project.
1033
+ */
1034
+ matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1035
+ /**
1036
+ * Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
1037
+ *
1038
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1039
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1040
+ * @returns {string} A string representing the location.
1041
+ */
1042
+ matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1043
+ /**
1044
+ * Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
1045
+ *
1046
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1047
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1048
+ * @returns {string} A string representing the data_store.
1049
+ */
1050
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1051
+ /**
1052
+ * Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
1053
+ *
1054
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1055
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1056
+ * @returns {string} A string representing the branch.
1057
+ */
1058
+ matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1059
+ /**
1060
+ * Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
1061
+ *
1062
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1063
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1064
+ * @returns {string} A string representing the document.
1065
+ */
1066
+ matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1067
+ /**
1068
+ * Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
1069
+ *
1070
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1071
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1072
+ * @returns {string} A string representing the chunk.
1073
+ */
1074
+ matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
869
1075
  /**
870
1076
  * Return a fully-qualified projectLocationDataStoreConversation resource name string.
871
1077
  *
@@ -908,6 +1114,39 @@ export declare class RecommendationServiceClient {
908
1114
  * @returns {string} A string representing the conversation.
909
1115
  */
910
1116
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1117
+ /**
1118
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1119
+ *
1120
+ * @param {string} project
1121
+ * @param {string} location
1122
+ * @param {string} data_store
1123
+ * @returns {string} Resource name string.
1124
+ */
1125
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1126
+ /**
1127
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1128
+ *
1129
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1130
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1131
+ * @returns {string} A string representing the project.
1132
+ */
1133
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1134
+ /**
1135
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1136
+ *
1137
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1138
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1139
+ * @returns {string} A string representing the location.
1140
+ */
1141
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1142
+ /**
1143
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1144
+ *
1145
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1146
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1147
+ * @returns {string} A string representing the data_store.
1148
+ */
1149
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
911
1150
  /**
912
1151
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
913
1152
  *