@google-cloud/discoveryengine 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +13 -0
  3. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +49 -0
  4. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +79 -0
  5. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +72 -0
  6. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +137 -0
  7. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +77 -4
  8. package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +52 -0
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +44 -2
  10. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +6 -1
  11. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +44 -0
  12. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +80 -1
  13. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +83 -0
  14. package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +127 -0
  15. package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +6 -0
  16. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +13 -8
  17. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +3 -2
  18. package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +130 -0
  19. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +64 -0
  20. package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +66 -0
  21. package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +3 -1
  22. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +3 -0
  23. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +74 -13
  24. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +24 -20
  25. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +271 -0
  26. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +147 -0
  27. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +9 -3
  28. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +7 -4
  29. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +4 -3
  30. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +5 -0
  31. package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +22 -0
  32. package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +9 -0
  33. package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +94 -0
  34. package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +3 -0
  35. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +19 -4
  36. package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +151 -0
  37. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +4 -3
  38. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +6 -5
  39. package/build/protos/protos.d.ts +15133 -7787
  40. package/build/protos/protos.js +50444 -32043
  41. package/build/protos/protos.json +4132 -2305
  42. package/build/src/v1alpha/acl_config_service_client.d.ts +1233 -0
  43. package/build/src/v1alpha/acl_config_service_client.js +1765 -0
  44. package/build/src/v1alpha/acl_config_service_client_config.json +34 -0
  45. package/build/src/v1alpha/chunk_service_client.d.ts +1350 -0
  46. package/build/src/v1alpha/chunk_service_client.js +1886 -0
  47. package/build/src/v1alpha/chunk_service_client_config.json +34 -0
  48. package/build/src/v1alpha/completion_service_client.d.ts +588 -3
  49. package/build/src/v1alpha/completion_service_client.js +831 -2
  50. package/build/src/v1alpha/completion_service_client_config.json +10 -0
  51. package/build/src/v1alpha/conversational_search_service_client.d.ts +233 -1
  52. package/build/src/v1alpha/conversational_search_service_client.js +316 -0
  53. package/build/src/v1alpha/data_store_service_client.d.ts +451 -3
  54. package/build/src/v1alpha/data_store_service_client.js +562 -2
  55. package/build/src/v1alpha/data_store_service_client_config.json +8 -0
  56. package/build/src/v1alpha/document_service_client.d.ts +382 -0
  57. package/build/src/v1alpha/document_service_client.js +514 -0
  58. package/build/src/v1alpha/engine_service_client.d.ts +375 -2
  59. package/build/src/v1alpha/engine_service_client.js +514 -0
  60. package/build/src/v1alpha/estimate_billing_service_client.d.ts +1367 -0
  61. package/build/src/v1alpha/estimate_billing_service_client.js +2028 -0
  62. package/build/src/v1alpha/estimate_billing_service_client_config.json +30 -0
  63. package/build/src/v1alpha/index.d.ts +4 -0
  64. package/build/src/v1alpha/index.js +9 -1
  65. package/build/src/v1alpha/recommendation_service_client.d.ts +231 -1
  66. package/build/src/v1alpha/recommendation_service_client.js +316 -0
  67. package/build/src/v1alpha/schema_service_client.d.ts +372 -0
  68. package/build/src/v1alpha/schema_service_client.js +514 -0
  69. package/build/src/v1alpha/search_service_client.d.ts +258 -15
  70. package/build/src/v1alpha/search_service_client.js +336 -10
  71. package/build/src/v1alpha/search_tuning_service_client.d.ts +373 -1
  72. package/build/src/v1alpha/search_tuning_service_client.js +514 -0
  73. package/build/src/v1alpha/serving_config_service_client.d.ts +1369 -0
  74. package/build/src/v1alpha/serving_config_service_client.js +1935 -0
  75. package/build/src/v1alpha/serving_config_service_client_config.json +38 -0
  76. package/build/src/v1alpha/site_search_engine_service_client.d.ts +372 -0
  77. package/build/src/v1alpha/site_search_engine_service_client.js +514 -0
  78. package/build/src/v1alpha/user_event_service_client.d.ts +372 -0
  79. package/build/src/v1alpha/user_event_service_client.js +514 -0
  80. package/build/src/v1beta/completion_service_client.d.ts +75 -0
  81. package/build/src/v1beta/completion_service_client.js +104 -0
  82. package/build/src/v1beta/conversational_search_service_client.d.ts +79 -0
  83. package/build/src/v1beta/conversational_search_service_client.js +104 -0
  84. package/build/src/v1beta/data_store_service_client.d.ts +75 -0
  85. package/build/src/v1beta/data_store_service_client.js +104 -0
  86. package/build/src/v1beta/document_service_client.d.ts +75 -0
  87. package/build/src/v1beta/document_service_client.js +104 -0
  88. package/build/src/v1beta/engine_service_client.d.ts +75 -0
  89. package/build/src/v1beta/engine_service_client.js +104 -0
  90. package/build/src/v1beta/index.d.ts +1 -0
  91. package/build/src/v1beta/index.js +3 -1
  92. package/build/src/v1beta/recommendation_service_client.d.ts +75 -0
  93. package/build/src/v1beta/recommendation_service_client.js +104 -0
  94. package/build/src/v1beta/schema_service_client.d.ts +75 -0
  95. package/build/src/v1beta/schema_service_client.js +104 -0
  96. package/build/src/v1beta/search_service_client.d.ts +81 -0
  97. package/build/src/v1beta/search_service_client.js +108 -0
  98. package/build/src/v1beta/search_tuning_service_client.d.ts +1196 -0
  99. package/build/src/v1beta/search_tuning_service_client.js +1781 -0
  100. package/build/src/v1beta/search_tuning_service_client_config.json +30 -0
  101. package/build/src/v1beta/serving_config_service_client.d.ts +123 -8
  102. package/build/src/v1beta/serving_config_service_client.js +166 -5
  103. package/build/src/v1beta/site_search_engine_service_client.d.ts +75 -0
  104. package/build/src/v1beta/site_search_engine_service_client.js +104 -0
  105. package/build/src/v1beta/user_event_service_client.d.ts +75 -0
  106. package/build/src/v1beta/user_event_service_client.js +104 -0
  107. 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';
@@ -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");
@@ -130,7 +130,9 @@ export declare class RecommendationServiceClient {
130
130
  * config. For example, for Engine
131
131
  * `projects/* /locations/global/collections/* /engines/my-engine`, you can use
132
132
  * `projects/* /locations/global/collections/* /engines/my-engine/servingConfigs/my-engine`
133
- * for your {@link protos.|Recommend} requests.
133
+ * for your
134
+ * {@link protos.google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend|RecommendationService.Recommend}
135
+ * requests.
134
136
  * @param {google.cloud.discoveryengine.v1alpha.UserEvent} request.userEvent
135
137
  * Required. Context about the user, what they are looking at and what action
136
138
  * they took to trigger the Recommend request. Note that this user event
@@ -299,6 +301,30 @@ export declare class RecommendationServiceClient {
299
301
  * ```
300
302
  */
301
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;
302
328
  /**
303
329
  * Return a fully-qualified engine resource name string.
304
330
  *
@@ -443,6 +469,75 @@ export declare class RecommendationServiceClient {
443
469
  * @returns {string} A string representing the document.
444
470
  */
445
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;
446
541
  /**
447
542
  * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
448
543
  *
@@ -494,6 +589,48 @@ export declare class RecommendationServiceClient {
494
589
  * @returns {string} A string representing the conversation.
495
590
  */
496
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;
497
634
  /**
498
635
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
499
636
  *
@@ -875,6 +1012,66 @@ export declare class RecommendationServiceClient {
875
1012
  * @returns {string} A string representing the document.
876
1013
  */
877
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;
878
1075
  /**
879
1076
  * Return a fully-qualified projectLocationDataStoreConversation resource name string.
880
1077
  *
@@ -917,6 +1114,39 @@ export declare class RecommendationServiceClient {
917
1114
  * @returns {string} A string representing the conversation.
918
1115
  */
919
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;
920
1150
  /**
921
1151
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
922
1152
  *