@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
@@ -14,6 +14,8 @@ export declare class SearchTuningServiceClient {
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 SearchTuningServiceClient {
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.
@@ -112,7 +121,7 @@ export declare class SearchTuningServiceClient {
112
121
  * @param {Object} request
113
122
  * The request object that will be sent.
114
123
  * @param {google.cloud.discoveryengine.v1alpha.TrainCustomModelRequest.GcsTrainingInput} request.gcsTrainingInput
115
- * Gcs training input.
124
+ * Cloud Storage training input.
116
125
  * @param {string} request.dataStore
117
126
  * Required. The resource name of the Data Store, such as
118
127
  * `projects/* /locations/global/collections/default_collection/dataStores/default_data_store`.
@@ -325,6 +334,30 @@ export declare class SearchTuningServiceClient {
325
334
  * ```
326
335
  */
327
336
  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>;
337
+ /**
338
+ * Return a fully-qualified aclConfig resource name string.
339
+ *
340
+ * @param {string} project
341
+ * @param {string} location
342
+ * @returns {string} Resource name string.
343
+ */
344
+ aclConfigPath(project: string, location: string): string;
345
+ /**
346
+ * Parse the project from AclConfig resource.
347
+ *
348
+ * @param {string} aclConfigName
349
+ * A fully-qualified path representing AclConfig resource.
350
+ * @returns {string} A string representing the project.
351
+ */
352
+ matchProjectFromAclConfigName(aclConfigName: string): string | number;
353
+ /**
354
+ * Parse the location from AclConfig resource.
355
+ *
356
+ * @param {string} aclConfigName
357
+ * A fully-qualified path representing AclConfig resource.
358
+ * @returns {string} A string representing the location.
359
+ */
360
+ matchLocationFromAclConfigName(aclConfigName: string): string | number;
328
361
  /**
329
362
  * Return a fully-qualified engine resource name string.
330
363
  *
@@ -469,6 +502,75 @@ export declare class SearchTuningServiceClient {
469
502
  * @returns {string} A string representing the document.
470
503
  */
471
504
  matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
505
+ /**
506
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
507
+ *
508
+ * @param {string} project
509
+ * @param {string} location
510
+ * @param {string} collection
511
+ * @param {string} data_store
512
+ * @param {string} branch
513
+ * @param {string} document
514
+ * @param {string} chunk
515
+ * @returns {string} Resource name string.
516
+ */
517
+ projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
518
+ /**
519
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
520
+ *
521
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
522
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
523
+ * @returns {string} A string representing the project.
524
+ */
525
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
526
+ /**
527
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
528
+ *
529
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
530
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
531
+ * @returns {string} A string representing the location.
532
+ */
533
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
534
+ /**
535
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
536
+ *
537
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
538
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
539
+ * @returns {string} A string representing the collection.
540
+ */
541
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
542
+ /**
543
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
544
+ *
545
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
546
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
547
+ * @returns {string} A string representing the data_store.
548
+ */
549
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
550
+ /**
551
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
552
+ *
553
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
554
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
555
+ * @returns {string} A string representing the branch.
556
+ */
557
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
558
+ /**
559
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
560
+ *
561
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
562
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
563
+ * @returns {string} A string representing the document.
564
+ */
565
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
566
+ /**
567
+ * Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
568
+ *
569
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
570
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
571
+ * @returns {string} A string representing the chunk.
572
+ */
573
+ matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
472
574
  /**
473
575
  * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
474
576
  *
@@ -520,6 +622,48 @@ export declare class SearchTuningServiceClient {
520
622
  * @returns {string} A string representing the conversation.
521
623
  */
522
624
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
625
+ /**
626
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
627
+ *
628
+ * @param {string} project
629
+ * @param {string} location
630
+ * @param {string} collection
631
+ * @param {string} data_store
632
+ * @returns {string} Resource name string.
633
+ */
634
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
635
+ /**
636
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
637
+ *
638
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
639
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
640
+ * @returns {string} A string representing the project.
641
+ */
642
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
643
+ /**
644
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
645
+ *
646
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
647
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
648
+ * @returns {string} A string representing the location.
649
+ */
650
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
651
+ /**
652
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
653
+ *
654
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
655
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
656
+ * @returns {string} A string representing the collection.
657
+ */
658
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
659
+ /**
660
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
661
+ *
662
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
663
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
664
+ * @returns {string} A string representing the data_store.
665
+ */
666
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
523
667
  /**
524
668
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
525
669
  *
@@ -571,6 +715,57 @@ export declare class SearchTuningServiceClient {
571
715
  * @returns {string} A string representing the schema.
572
716
  */
573
717
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
718
+ /**
719
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
720
+ *
721
+ * @param {string} project
722
+ * @param {string} location
723
+ * @param {string} collection
724
+ * @param {string} data_store
725
+ * @param {string} serving_config
726
+ * @returns {string} Resource name string.
727
+ */
728
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
729
+ /**
730
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
731
+ *
732
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
733
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
734
+ * @returns {string} A string representing the project.
735
+ */
736
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
737
+ /**
738
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
739
+ *
740
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
741
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
742
+ * @returns {string} A string representing the location.
743
+ */
744
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
745
+ /**
746
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
747
+ *
748
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
749
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
750
+ * @returns {string} A string representing the collection.
751
+ */
752
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
753
+ /**
754
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
755
+ *
756
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
757
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
758
+ * @returns {string} A string representing the data_store.
759
+ */
760
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
761
+ /**
762
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
763
+ *
764
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
765
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
766
+ * @returns {string} A string representing the serving_config.
767
+ */
768
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
574
769
  /**
575
770
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
576
771
  *
@@ -715,6 +910,57 @@ export declare class SearchTuningServiceClient {
715
910
  * @returns {string} A string representing the conversation.
716
911
  */
717
912
  matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
913
+ /**
914
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
915
+ *
916
+ * @param {string} project
917
+ * @param {string} location
918
+ * @param {string} collection
919
+ * @param {string} engine
920
+ * @param {string} serving_config
921
+ * @returns {string} Resource name string.
922
+ */
923
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
924
+ /**
925
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
926
+ *
927
+ * @param {string} projectLocationCollectionEngineServingConfigName
928
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
929
+ * @returns {string} A string representing the project.
930
+ */
931
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
932
+ /**
933
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
934
+ *
935
+ * @param {string} projectLocationCollectionEngineServingConfigName
936
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
937
+ * @returns {string} A string representing the location.
938
+ */
939
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
940
+ /**
941
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
942
+ *
943
+ * @param {string} projectLocationCollectionEngineServingConfigName
944
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
945
+ * @returns {string} A string representing the collection.
946
+ */
947
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
948
+ /**
949
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
950
+ *
951
+ * @param {string} projectLocationCollectionEngineServingConfigName
952
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
953
+ * @returns {string} A string representing the engine.
954
+ */
955
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
956
+ /**
957
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
958
+ *
959
+ * @param {string} projectLocationCollectionEngineServingConfigName
960
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
961
+ * @returns {string} A string representing the serving_config.
962
+ */
963
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
718
964
  /**
719
965
  * Return a fully-qualified projectLocationDataStore resource name string.
720
966
  *
@@ -799,6 +1045,66 @@ export declare class SearchTuningServiceClient {
799
1045
  * @returns {string} A string representing the document.
800
1046
  */
801
1047
  matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1048
+ /**
1049
+ * Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
1050
+ *
1051
+ * @param {string} project
1052
+ * @param {string} location
1053
+ * @param {string} data_store
1054
+ * @param {string} branch
1055
+ * @param {string} document
1056
+ * @param {string} chunk
1057
+ * @returns {string} Resource name string.
1058
+ */
1059
+ projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
1060
+ /**
1061
+ * Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
1062
+ *
1063
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1064
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1065
+ * @returns {string} A string representing the project.
1066
+ */
1067
+ matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1068
+ /**
1069
+ * Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
1070
+ *
1071
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1072
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1073
+ * @returns {string} A string representing the location.
1074
+ */
1075
+ matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1076
+ /**
1077
+ * Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
1078
+ *
1079
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1080
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1081
+ * @returns {string} A string representing the data_store.
1082
+ */
1083
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1084
+ /**
1085
+ * Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
1086
+ *
1087
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1088
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1089
+ * @returns {string} A string representing the branch.
1090
+ */
1091
+ matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1092
+ /**
1093
+ * Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
1094
+ *
1095
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1096
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1097
+ * @returns {string} A string representing the document.
1098
+ */
1099
+ matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1100
+ /**
1101
+ * Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
1102
+ *
1103
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1104
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1105
+ * @returns {string} A string representing the chunk.
1106
+ */
1107
+ matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
802
1108
  /**
803
1109
  * Return a fully-qualified projectLocationDataStoreConversation resource name string.
804
1110
  *
@@ -841,6 +1147,39 @@ export declare class SearchTuningServiceClient {
841
1147
  * @returns {string} A string representing the conversation.
842
1148
  */
843
1149
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1150
+ /**
1151
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1152
+ *
1153
+ * @param {string} project
1154
+ * @param {string} location
1155
+ * @param {string} data_store
1156
+ * @returns {string} Resource name string.
1157
+ */
1158
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1159
+ /**
1160
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1161
+ *
1162
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1163
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1164
+ * @returns {string} A string representing the project.
1165
+ */
1166
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1167
+ /**
1168
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1169
+ *
1170
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1171
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1172
+ * @returns {string} A string representing the location.
1173
+ */
1174
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1175
+ /**
1176
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1177
+ *
1178
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1179
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1180
+ * @returns {string} A string representing the data_store.
1181
+ */
1182
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
844
1183
  /**
845
1184
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
846
1185
  *
@@ -883,6 +1222,48 @@ export declare class SearchTuningServiceClient {
883
1222
  * @returns {string} A string representing the schema.
884
1223
  */
885
1224
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1225
+ /**
1226
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1227
+ *
1228
+ * @param {string} project
1229
+ * @param {string} location
1230
+ * @param {string} data_store
1231
+ * @param {string} serving_config
1232
+ * @returns {string} Resource name string.
1233
+ */
1234
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1235
+ /**
1236
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1237
+ *
1238
+ * @param {string} projectLocationDataStoreServingConfigName
1239
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1240
+ * @returns {string} A string representing the project.
1241
+ */
1242
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1243
+ /**
1244
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1245
+ *
1246
+ * @param {string} projectLocationDataStoreServingConfigName
1247
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1248
+ * @returns {string} A string representing the location.
1249
+ */
1250
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1251
+ /**
1252
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1253
+ *
1254
+ * @param {string} projectLocationDataStoreServingConfigName
1255
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1256
+ * @returns {string} A string representing the data_store.
1257
+ */
1258
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1259
+ /**
1260
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1261
+ *
1262
+ * @param {string} projectLocationDataStoreServingConfigName
1263
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1264
+ * @returns {string} A string representing the serving_config.
1265
+ */
1266
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
886
1267
  /**
887
1268
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
888
1269
  *