@google-cloud/discoveryengine 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -39,6 +39,14 @@
39
39
  "UpdateDataStore": {
40
40
  "retry_codes_name": "non_idempotent",
41
41
  "retry_params_name": "default"
42
+ },
43
+ "GetDocumentProcessingConfig": {
44
+ "retry_codes_name": "non_idempotent",
45
+ "retry_params_name": "default"
46
+ },
47
+ "UpdateDocumentProcessingConfig": {
48
+ "retry_codes_name": "non_idempotent",
49
+ "retry_params_name": "default"
42
50
  }
43
51
  }
44
52
  }
@@ -217,6 +217,9 @@ export declare class DocumentServiceClient {
217
217
  * {@link protos.google.cloud.discoveryengine.v1alpha.Document|Document} is not found, a
218
218
  * new {@link protos.google.cloud.discoveryengine.v1alpha.Document|Document} will be
219
219
  * created.
220
+ * @param {google.protobuf.FieldMask} request.updateMask
221
+ * Indicates which fields in the provided imported 'document' to update. If
222
+ * not set, will by default update all fields.
220
223
  * @param {object} [options]
221
224
  * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
222
225
  * @returns {Promise} - The promise which resolves to an array.
@@ -395,6 +398,11 @@ export declare class DocumentServiceClient {
395
398
  *
396
399
  * @param {Object} request
397
400
  * The request object that will be sent.
401
+ * @param {google.cloud.discoveryengine.v1alpha.GcsSource} request.gcsSource
402
+ * Cloud Storage location for the input content.
403
+ * Supported `data_schema`:
404
+ * * `document_id`: One valid
405
+ * {@link protos.google.cloud.discoveryengine.v1alpha.Document.id|Document.id} per line.
398
406
  * @param {string} request.parent
399
407
  * Required. The parent resource name, such as
400
408
  * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
@@ -402,6 +410,8 @@ export declare class DocumentServiceClient {
402
410
  * Required. Filter matching documents to purge. Only currently supported
403
411
  * value is
404
412
  * `*` (all items).
413
+ * @param {google.cloud.discoveryengine.v1alpha.PurgeErrorConfig} request.errorConfig
414
+ * The desired location of errors incurred during the purge.
405
415
  * @param {boolean} request.force
406
416
  * Actually performs the purge. If `force` is set to false, return the
407
417
  * expected purge count without deleting any documents.
@@ -749,6 +759,30 @@ export declare class DocumentServiceClient {
749
759
  * ```
750
760
  */
751
761
  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>;
762
+ /**
763
+ * Return a fully-qualified aclConfig resource name string.
764
+ *
765
+ * @param {string} project
766
+ * @param {string} location
767
+ * @returns {string} Resource name string.
768
+ */
769
+ aclConfigPath(project: string, location: string): string;
770
+ /**
771
+ * Parse the project from AclConfig resource.
772
+ *
773
+ * @param {string} aclConfigName
774
+ * A fully-qualified path representing AclConfig resource.
775
+ * @returns {string} A string representing the project.
776
+ */
777
+ matchProjectFromAclConfigName(aclConfigName: string): string | number;
778
+ /**
779
+ * Parse the location from AclConfig resource.
780
+ *
781
+ * @param {string} aclConfigName
782
+ * A fully-qualified path representing AclConfig resource.
783
+ * @returns {string} A string representing the location.
784
+ */
785
+ matchLocationFromAclConfigName(aclConfigName: string): string | number;
752
786
  /**
753
787
  * Return a fully-qualified engine resource name string.
754
788
  *
@@ -944,6 +978,75 @@ export declare class DocumentServiceClient {
944
978
  * @returns {string} A string representing the document.
945
979
  */
946
980
  matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
981
+ /**
982
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
983
+ *
984
+ * @param {string} project
985
+ * @param {string} location
986
+ * @param {string} collection
987
+ * @param {string} data_store
988
+ * @param {string} branch
989
+ * @param {string} document
990
+ * @param {string} chunk
991
+ * @returns {string} Resource name string.
992
+ */
993
+ projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
994
+ /**
995
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
996
+ *
997
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
998
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
999
+ * @returns {string} A string representing the project.
1000
+ */
1001
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1002
+ /**
1003
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1004
+ *
1005
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1006
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1007
+ * @returns {string} A string representing the location.
1008
+ */
1009
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1010
+ /**
1011
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1012
+ *
1013
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1014
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1015
+ * @returns {string} A string representing the collection.
1016
+ */
1017
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1018
+ /**
1019
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1020
+ *
1021
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1022
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1023
+ * @returns {string} A string representing the data_store.
1024
+ */
1025
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1026
+ /**
1027
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1028
+ *
1029
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1030
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1031
+ * @returns {string} A string representing the branch.
1032
+ */
1033
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1034
+ /**
1035
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1036
+ *
1037
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1038
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1039
+ * @returns {string} A string representing the document.
1040
+ */
1041
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
1042
+ /**
1043
+ * Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
1044
+ *
1045
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
1046
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
1047
+ * @returns {string} A string representing the chunk.
1048
+ */
1049
+ matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
947
1050
  /**
948
1051
  * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
949
1052
  *
@@ -995,6 +1098,48 @@ export declare class DocumentServiceClient {
995
1098
  * @returns {string} A string representing the conversation.
996
1099
  */
997
1100
  matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1101
+ /**
1102
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
1103
+ *
1104
+ * @param {string} project
1105
+ * @param {string} location
1106
+ * @param {string} collection
1107
+ * @param {string} data_store
1108
+ * @returns {string} Resource name string.
1109
+ */
1110
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
1111
+ /**
1112
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1113
+ *
1114
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1115
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1116
+ * @returns {string} A string representing the project.
1117
+ */
1118
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1119
+ /**
1120
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1121
+ *
1122
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1123
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1124
+ * @returns {string} A string representing the location.
1125
+ */
1126
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1127
+ /**
1128
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1129
+ *
1130
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1131
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1132
+ * @returns {string} A string representing the collection.
1133
+ */
1134
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1135
+ /**
1136
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1137
+ *
1138
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1139
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1140
+ * @returns {string} A string representing the data_store.
1141
+ */
1142
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
998
1143
  /**
999
1144
  * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
1000
1145
  *
@@ -1046,6 +1191,57 @@ export declare class DocumentServiceClient {
1046
1191
  * @returns {string} A string representing the schema.
1047
1192
  */
1048
1193
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1194
+ /**
1195
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
1196
+ *
1197
+ * @param {string} project
1198
+ * @param {string} location
1199
+ * @param {string} collection
1200
+ * @param {string} data_store
1201
+ * @param {string} serving_config
1202
+ * @returns {string} Resource name string.
1203
+ */
1204
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
1205
+ /**
1206
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
1207
+ *
1208
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1209
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1210
+ * @returns {string} A string representing the project.
1211
+ */
1212
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1213
+ /**
1214
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
1215
+ *
1216
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1217
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1218
+ * @returns {string} A string representing the location.
1219
+ */
1220
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1221
+ /**
1222
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
1223
+ *
1224
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1225
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1226
+ * @returns {string} A string representing the collection.
1227
+ */
1228
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1229
+ /**
1230
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
1231
+ *
1232
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1233
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1234
+ * @returns {string} A string representing the data_store.
1235
+ */
1236
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1237
+ /**
1238
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
1239
+ *
1240
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1241
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1242
+ * @returns {string} A string representing the serving_config.
1243
+ */
1244
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1049
1245
  /**
1050
1246
  * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
1051
1247
  *
@@ -1190,6 +1386,57 @@ export declare class DocumentServiceClient {
1190
1386
  * @returns {string} A string representing the conversation.
1191
1387
  */
1192
1388
  matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1389
+ /**
1390
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
1391
+ *
1392
+ * @param {string} project
1393
+ * @param {string} location
1394
+ * @param {string} collection
1395
+ * @param {string} engine
1396
+ * @param {string} serving_config
1397
+ * @returns {string} Resource name string.
1398
+ */
1399
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
1400
+ /**
1401
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1402
+ *
1403
+ * @param {string} projectLocationCollectionEngineServingConfigName
1404
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1405
+ * @returns {string} A string representing the project.
1406
+ */
1407
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1408
+ /**
1409
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1410
+ *
1411
+ * @param {string} projectLocationCollectionEngineServingConfigName
1412
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1413
+ * @returns {string} A string representing the location.
1414
+ */
1415
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1416
+ /**
1417
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1418
+ *
1419
+ * @param {string} projectLocationCollectionEngineServingConfigName
1420
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1421
+ * @returns {string} A string representing the collection.
1422
+ */
1423
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1424
+ /**
1425
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
1426
+ *
1427
+ * @param {string} projectLocationCollectionEngineServingConfigName
1428
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1429
+ * @returns {string} A string representing the engine.
1430
+ */
1431
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1432
+ /**
1433
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
1434
+ *
1435
+ * @param {string} projectLocationCollectionEngineServingConfigName
1436
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1437
+ * @returns {string} A string representing the serving_config.
1438
+ */
1439
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1193
1440
  /**
1194
1441
  * Return a fully-qualified projectLocationDataStore resource name string.
1195
1442
  *
@@ -1316,6 +1563,66 @@ export declare class DocumentServiceClient {
1316
1563
  * @returns {string} A string representing the document.
1317
1564
  */
1318
1565
  matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1566
+ /**
1567
+ * Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
1568
+ *
1569
+ * @param {string} project
1570
+ * @param {string} location
1571
+ * @param {string} data_store
1572
+ * @param {string} branch
1573
+ * @param {string} document
1574
+ * @param {string} chunk
1575
+ * @returns {string} Resource name string.
1576
+ */
1577
+ projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
1578
+ /**
1579
+ * Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
1580
+ *
1581
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1582
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1583
+ * @returns {string} A string representing the project.
1584
+ */
1585
+ matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1586
+ /**
1587
+ * Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
1588
+ *
1589
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1590
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1591
+ * @returns {string} A string representing the location.
1592
+ */
1593
+ matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1594
+ /**
1595
+ * Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
1596
+ *
1597
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1598
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1599
+ * @returns {string} A string representing the data_store.
1600
+ */
1601
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1602
+ /**
1603
+ * Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
1604
+ *
1605
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1606
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1607
+ * @returns {string} A string representing the branch.
1608
+ */
1609
+ matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1610
+ /**
1611
+ * Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
1612
+ *
1613
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1614
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1615
+ * @returns {string} A string representing the document.
1616
+ */
1617
+ matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1618
+ /**
1619
+ * Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
1620
+ *
1621
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1622
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1623
+ * @returns {string} A string representing the chunk.
1624
+ */
1625
+ matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1319
1626
  /**
1320
1627
  * Return a fully-qualified projectLocationDataStoreConversation resource name string.
1321
1628
  *
@@ -1358,6 +1665,39 @@ export declare class DocumentServiceClient {
1358
1665
  * @returns {string} A string representing the conversation.
1359
1666
  */
1360
1667
  matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1668
+ /**
1669
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1670
+ *
1671
+ * @param {string} project
1672
+ * @param {string} location
1673
+ * @param {string} data_store
1674
+ * @returns {string} Resource name string.
1675
+ */
1676
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1677
+ /**
1678
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1679
+ *
1680
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1681
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1682
+ * @returns {string} A string representing the project.
1683
+ */
1684
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1685
+ /**
1686
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1687
+ *
1688
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1689
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1690
+ * @returns {string} A string representing the location.
1691
+ */
1692
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1693
+ /**
1694
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1695
+ *
1696
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1697
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1698
+ * @returns {string} A string representing the data_store.
1699
+ */
1700
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1361
1701
  /**
1362
1702
  * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1363
1703
  *
@@ -1400,6 +1740,48 @@ export declare class DocumentServiceClient {
1400
1740
  * @returns {string} A string representing the schema.
1401
1741
  */
1402
1742
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1743
+ /**
1744
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1745
+ *
1746
+ * @param {string} project
1747
+ * @param {string} location
1748
+ * @param {string} data_store
1749
+ * @param {string} serving_config
1750
+ * @returns {string} Resource name string.
1751
+ */
1752
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1753
+ /**
1754
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1755
+ *
1756
+ * @param {string} projectLocationDataStoreServingConfigName
1757
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1758
+ * @returns {string} A string representing the project.
1759
+ */
1760
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1761
+ /**
1762
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1763
+ *
1764
+ * @param {string} projectLocationDataStoreServingConfigName
1765
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1766
+ * @returns {string} A string representing the location.
1767
+ */
1768
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1769
+ /**
1770
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1771
+ *
1772
+ * @param {string} projectLocationDataStoreServingConfigName
1773
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1774
+ * @returns {string} A string representing the data_store.
1775
+ */
1776
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1777
+ /**
1778
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1779
+ *
1780
+ * @param {string} projectLocationDataStoreServingConfigName
1781
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1782
+ * @returns {string} A string representing the serving_config.
1783
+ */
1784
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1403
1785
  /**
1404
1786
  * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1405
1787
  *