@google-cloud/discoveryengine 1.10.0 → 1.12.0
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.
- package/CHANGELOG.md +20 -0
- package/README.md +33 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/evaluation.proto +232 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/evaluation_service.proto +252 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +83 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query.proto +86 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query_service.proto +264 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query_set.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query_set_service.proto +258 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +14 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/chunk.proto +119 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +0 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +31 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +38 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +29 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +7 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +23 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +10 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +37 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/evaluation.proto +231 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/evaluation_service.proto +252 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +191 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +111 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/sample_query.proto +86 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_service.proto +264 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_set.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_set_service.proto +256 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +370 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +11 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +24 -0
- package/build/protos/protos.d.ts +32735 -21073
- package/build/protos/protos.js +80768 -53241
- package/build/protos/protos.json +5309 -2481
- package/build/src/v1alpha/acl_config_service_client.d.ts +108 -0
- package/build/src/v1alpha/acl_config_service_client.js +157 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +108 -0
- package/build/src/v1alpha/chunk_service_client.js +157 -0
- package/build/src/v1alpha/completion_service_client.d.ts +108 -0
- package/build/src/v1alpha/completion_service_client.js +157 -0
- package/build/src/v1alpha/control_service_client.d.ts +108 -0
- package/build/src/v1alpha/control_service_client.js +157 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +108 -0
- package/build/src/v1alpha/conversational_search_service_client.js +157 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +108 -0
- package/build/src/v1alpha/data_store_service_client.js +157 -0
- package/build/src/v1alpha/document_service_client.d.ts +108 -0
- package/build/src/v1alpha/document_service_client.js +157 -0
- package/build/src/v1alpha/engine_service_client.d.ts +108 -0
- package/build/src/v1alpha/engine_service_client.js +157 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +108 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +157 -0
- package/build/src/v1alpha/evaluation_service_client.d.ts +2349 -0
- package/build/src/v1alpha/evaluation_service_client.js +3288 -0
- package/build/src/v1alpha/evaluation_service_client_config.json +58 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +108 -0
- package/build/src/v1alpha/grounded_generation_service_client.js +157 -0
- package/build/src/v1alpha/index.d.ts +3 -0
- package/build/src/v1alpha/index.js +7 -1
- package/build/src/v1alpha/project_service_client.d.ts +108 -0
- package/build/src/v1alpha/project_service_client.js +157 -0
- package/build/src/v1alpha/rank_service_client.d.ts +108 -0
- package/build/src/v1alpha/rank_service_client.js +157 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +108 -0
- package/build/src/v1alpha/recommendation_service_client.js +157 -0
- package/build/src/v1alpha/sample_query_service_client.d.ts +2317 -0
- package/build/src/v1alpha/sample_query_service_client.js +3186 -0
- package/build/src/v1alpha/sample_query_service_client_config.json +68 -0
- package/build/src/v1alpha/sample_query_set_service_client.d.ts +2176 -0
- package/build/src/v1alpha/sample_query_set_service_client.js +2931 -0
- package/build/src/v1alpha/sample_query_set_service_client_config.json +63 -0
- package/build/src/v1alpha/schema_service_client.d.ts +108 -0
- package/build/src/v1alpha/schema_service_client.js +157 -0
- package/build/src/v1alpha/search_service_client.d.ts +108 -0
- package/build/src/v1alpha/search_service_client.js +157 -0
- package/build/src/v1alpha/search_tuning_service_client.d.ts +108 -0
- package/build/src/v1alpha/search_tuning_service_client.js +157 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +108 -0
- package/build/src/v1alpha/serving_config_service_client.js +157 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +108 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +157 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +108 -0
- package/build/src/v1alpha/user_event_service_client.js +157 -0
- package/build/src/v1beta/completion_service_client.d.ts +328 -0
- package/build/src/v1beta/completion_service_client.js +423 -0
- package/build/src/v1beta/completion_service_client_config.json +10 -0
- package/build/src/v1beta/control_service_client.d.ts +237 -0
- package/build/src/v1beta/control_service_client.js +333 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +255 -0
- package/build/src/v1beta/conversational_search_service_client.js +333 -0
- package/build/src/v1beta/data_store_service_client.d.ts +246 -0
- package/build/src/v1beta/data_store_service_client.js +339 -0
- package/build/src/v1beta/document_service_client.d.ts +239 -0
- package/build/src/v1beta/document_service_client.js +339 -0
- package/build/src/v1beta/engine_service_client.d.ts +237 -0
- package/build/src/v1beta/engine_service_client.js +339 -0
- package/build/src/v1beta/evaluation_service_client.d.ts +2325 -0
- package/build/src/v1beta/evaluation_service_client.js +3252 -0
- package/build/src/v1beta/evaluation_service_client_config.json +58 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +237 -0
- package/build/src/v1beta/grounded_generation_service_client.js +333 -0
- package/build/src/v1beta/index.d.ts +3 -0
- package/build/src/v1beta/index.js +7 -1
- package/build/src/v1beta/project_service_client.d.ts +237 -0
- package/build/src/v1beta/project_service_client.js +339 -0
- package/build/src/v1beta/rank_service_client.d.ts +237 -0
- package/build/src/v1beta/rank_service_client.js +333 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +237 -0
- package/build/src/v1beta/recommendation_service_client.js +333 -0
- package/build/src/v1beta/sample_query_service_client.d.ts +2293 -0
- package/build/src/v1beta/sample_query_service_client.js +3150 -0
- package/build/src/v1beta/sample_query_service_client_config.json +68 -0
- package/build/src/v1beta/sample_query_set_service_client.d.ts +2150 -0
- package/build/src/v1beta/sample_query_set_service_client.js +2895 -0
- package/build/src/v1beta/sample_query_set_service_client_config.json +63 -0
- package/build/src/v1beta/schema_service_client.d.ts +237 -0
- package/build/src/v1beta/schema_service_client.js +339 -0
- package/build/src/v1beta/search_service_client.d.ts +414 -12
- package/build/src/v1beta/search_service_client.js +451 -8
- package/build/src/v1beta/search_tuning_service_client.d.ts +237 -0
- package/build/src/v1beta/search_tuning_service_client.js +339 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
- package/build/src/v1beta/serving_config_service_client.js +333 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +237 -0
- package/build/src/v1beta/site_search_engine_service_client.js +339 -0
- package/build/src/v1beta/user_event_service_client.d.ts +312 -0
- package/build/src/v1beta/user_event_service_client.js +381 -0
- package/build/src/v1beta/user_event_service_client_config.json +5 -0
- package/package.json +1 -1
@@ -152,9 +152,11 @@ class DataStoreServiceClient {
|
|
152
152
|
this.pathTemplates = {
|
153
153
|
collectionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}'),
|
154
154
|
enginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}'),
|
155
|
+
evaluationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/evaluations/{evaluation}'),
|
155
156
|
projectPathTemplate: new this._gaxModule.PathTemplate('projects/{project}'),
|
156
157
|
projectLocationCollectionDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}'),
|
157
158
|
projectLocationCollectionDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
|
159
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
|
158
160
|
projectLocationCollectionDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}'),
|
159
161
|
projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
|
160
162
|
projectLocationCollectionDataStoreCustomTuningModelPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}'),
|
@@ -172,6 +174,7 @@ class DataStoreServiceClient {
|
|
172
174
|
projectLocationCollectionEngineSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/answers/{answer}'),
|
173
175
|
projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
|
174
176
|
projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
|
177
|
+
projectLocationDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
|
175
178
|
projectLocationDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}'),
|
176
179
|
projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
|
177
180
|
projectLocationDataStoreCustomTuningModelPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}'),
|
@@ -182,6 +185,8 @@ class DataStoreServiceClient {
|
|
182
185
|
projectLocationDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
|
183
186
|
projectLocationDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine'),
|
184
187
|
projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
|
188
|
+
sampleQueryPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}'),
|
189
|
+
sampleQuerySetPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}'),
|
185
190
|
};
|
186
191
|
// Some of the methods on this service return "paged" results,
|
187
192
|
// (e.g. 50 results at a time, with tokens to get subsequent
|
@@ -248,7 +253,13 @@ class DataStoreServiceClient {
|
|
248
253
|
{
|
249
254
|
get: '/v1beta/{name=projects/*/locations/*/dataStores/*/operations/*}',
|
250
255
|
},
|
256
|
+
{
|
257
|
+
get: '/v1beta/{name=projects/*/locations/*/evaluations/*/operations/*}',
|
258
|
+
},
|
251
259
|
{ get: '/v1beta/{name=projects/*/locations/*/operations/*}' },
|
260
|
+
{
|
261
|
+
get: '/v1beta/{name=projects/*/locations/*/sampleQuerySets/*/operations/*}',
|
262
|
+
},
|
252
263
|
{ get: '/v1beta/{name=projects/*/operations/*}' },
|
253
264
|
],
|
254
265
|
},
|
@@ -976,6 +987,54 @@ class DataStoreServiceClient {
|
|
976
987
|
matchEngineFromEngineName(engineName) {
|
977
988
|
return this.pathTemplates.enginePathTemplate.match(engineName).engine;
|
978
989
|
}
|
990
|
+
/**
|
991
|
+
* Return a fully-qualified evaluation resource name string.
|
992
|
+
*
|
993
|
+
* @param {string} project
|
994
|
+
* @param {string} location
|
995
|
+
* @param {string} evaluation
|
996
|
+
* @returns {string} Resource name string.
|
997
|
+
*/
|
998
|
+
evaluationPath(project, location, evaluation) {
|
999
|
+
return this.pathTemplates.evaluationPathTemplate.render({
|
1000
|
+
project: project,
|
1001
|
+
location: location,
|
1002
|
+
evaluation: evaluation,
|
1003
|
+
});
|
1004
|
+
}
|
1005
|
+
/**
|
1006
|
+
* Parse the project from Evaluation resource.
|
1007
|
+
*
|
1008
|
+
* @param {string} evaluationName
|
1009
|
+
* A fully-qualified path representing Evaluation resource.
|
1010
|
+
* @returns {string} A string representing the project.
|
1011
|
+
*/
|
1012
|
+
matchProjectFromEvaluationName(evaluationName) {
|
1013
|
+
return this.pathTemplates.evaluationPathTemplate.match(evaluationName)
|
1014
|
+
.project;
|
1015
|
+
}
|
1016
|
+
/**
|
1017
|
+
* Parse the location from Evaluation resource.
|
1018
|
+
*
|
1019
|
+
* @param {string} evaluationName
|
1020
|
+
* A fully-qualified path representing Evaluation resource.
|
1021
|
+
* @returns {string} A string representing the location.
|
1022
|
+
*/
|
1023
|
+
matchLocationFromEvaluationName(evaluationName) {
|
1024
|
+
return this.pathTemplates.evaluationPathTemplate.match(evaluationName)
|
1025
|
+
.location;
|
1026
|
+
}
|
1027
|
+
/**
|
1028
|
+
* Parse the evaluation from Evaluation resource.
|
1029
|
+
*
|
1030
|
+
* @param {string} evaluationName
|
1031
|
+
* A fully-qualified path representing Evaluation resource.
|
1032
|
+
* @returns {string} A string representing the evaluation.
|
1033
|
+
*/
|
1034
|
+
matchEvaluationFromEvaluationName(evaluationName) {
|
1035
|
+
return this.pathTemplates.evaluationPathTemplate.match(evaluationName)
|
1036
|
+
.evaluation;
|
1037
|
+
}
|
979
1038
|
/**
|
980
1039
|
* Return a fully-qualified project resource name string.
|
981
1040
|
*
|
@@ -1135,6 +1194,99 @@ class DataStoreServiceClient {
|
|
1135
1194
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName) {
|
1136
1195
|
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentName).document;
|
1137
1196
|
}
|
1197
|
+
/**
|
1198
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
1199
|
+
*
|
1200
|
+
* @param {string} project
|
1201
|
+
* @param {string} location
|
1202
|
+
* @param {string} collection
|
1203
|
+
* @param {string} data_store
|
1204
|
+
* @param {string} branch
|
1205
|
+
* @param {string} document
|
1206
|
+
* @param {string} chunk
|
1207
|
+
* @returns {string} Resource name string.
|
1208
|
+
*/
|
1209
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project, location, collection, dataStore, branch, document, chunk) {
|
1210
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.render({
|
1211
|
+
project: project,
|
1212
|
+
location: location,
|
1213
|
+
collection: collection,
|
1214
|
+
data_store: dataStore,
|
1215
|
+
branch: branch,
|
1216
|
+
document: document,
|
1217
|
+
chunk: chunk,
|
1218
|
+
});
|
1219
|
+
}
|
1220
|
+
/**
|
1221
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1222
|
+
*
|
1223
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1224
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1225
|
+
* @returns {string} A string representing the project.
|
1226
|
+
*/
|
1227
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1228
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).project;
|
1229
|
+
}
|
1230
|
+
/**
|
1231
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1232
|
+
*
|
1233
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1234
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1235
|
+
* @returns {string} A string representing the location.
|
1236
|
+
*/
|
1237
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1238
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).location;
|
1239
|
+
}
|
1240
|
+
/**
|
1241
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1242
|
+
*
|
1243
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1244
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1245
|
+
* @returns {string} A string representing the collection.
|
1246
|
+
*/
|
1247
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1248
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).collection;
|
1249
|
+
}
|
1250
|
+
/**
|
1251
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1252
|
+
*
|
1253
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1254
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1255
|
+
* @returns {string} A string representing the data_store.
|
1256
|
+
*/
|
1257
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1258
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).data_store;
|
1259
|
+
}
|
1260
|
+
/**
|
1261
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1262
|
+
*
|
1263
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1264
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1265
|
+
* @returns {string} A string representing the branch.
|
1266
|
+
*/
|
1267
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1268
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).branch;
|
1269
|
+
}
|
1270
|
+
/**
|
1271
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1272
|
+
*
|
1273
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1274
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1275
|
+
* @returns {string} A string representing the document.
|
1276
|
+
*/
|
1277
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1278
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).document;
|
1279
|
+
}
|
1280
|
+
/**
|
1281
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1282
|
+
*
|
1283
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1284
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1285
|
+
* @returns {string} A string representing the chunk.
|
1286
|
+
*/
|
1287
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1288
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).chunk;
|
1289
|
+
}
|
1138
1290
|
/**
|
1139
1291
|
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
1140
1292
|
*
|
@@ -2284,6 +2436,87 @@ class DataStoreServiceClient {
|
|
2284
2436
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName) {
|
2285
2437
|
return this.pathTemplates.projectLocationDataStoreBranchDocumentPathTemplate.match(projectLocationDataStoreBranchDocumentName).document;
|
2286
2438
|
}
|
2439
|
+
/**
|
2440
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
2441
|
+
*
|
2442
|
+
* @param {string} project
|
2443
|
+
* @param {string} location
|
2444
|
+
* @param {string} data_store
|
2445
|
+
* @param {string} branch
|
2446
|
+
* @param {string} document
|
2447
|
+
* @param {string} chunk
|
2448
|
+
* @returns {string} Resource name string.
|
2449
|
+
*/
|
2450
|
+
projectLocationDataStoreBranchDocumentChunkPath(project, location, dataStore, branch, document, chunk) {
|
2451
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.render({
|
2452
|
+
project: project,
|
2453
|
+
location: location,
|
2454
|
+
data_store: dataStore,
|
2455
|
+
branch: branch,
|
2456
|
+
document: document,
|
2457
|
+
chunk: chunk,
|
2458
|
+
});
|
2459
|
+
}
|
2460
|
+
/**
|
2461
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2462
|
+
*
|
2463
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2464
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2465
|
+
* @returns {string} A string representing the project.
|
2466
|
+
*/
|
2467
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
2468
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).project;
|
2469
|
+
}
|
2470
|
+
/**
|
2471
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2472
|
+
*
|
2473
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2474
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2475
|
+
* @returns {string} A string representing the location.
|
2476
|
+
*/
|
2477
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
2478
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).location;
|
2479
|
+
}
|
2480
|
+
/**
|
2481
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2482
|
+
*
|
2483
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2484
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2485
|
+
* @returns {string} A string representing the data_store.
|
2486
|
+
*/
|
2487
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
2488
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).data_store;
|
2489
|
+
}
|
2490
|
+
/**
|
2491
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2492
|
+
*
|
2493
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2494
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2495
|
+
* @returns {string} A string representing the branch.
|
2496
|
+
*/
|
2497
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
2498
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).branch;
|
2499
|
+
}
|
2500
|
+
/**
|
2501
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2502
|
+
*
|
2503
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2504
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2505
|
+
* @returns {string} A string representing the document.
|
2506
|
+
*/
|
2507
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
2508
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).document;
|
2509
|
+
}
|
2510
|
+
/**
|
2511
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2512
|
+
*
|
2513
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2514
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2515
|
+
* @returns {string} A string representing the chunk.
|
2516
|
+
*/
|
2517
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
2518
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).chunk;
|
2519
|
+
}
|
2287
2520
|
/**
|
2288
2521
|
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
2289
2522
|
*
|
@@ -2842,6 +3075,112 @@ class DataStoreServiceClient {
|
|
2842
3075
|
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName) {
|
2843
3076
|
return this.pathTemplates.projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate.match(projectLocationDataStoreSiteSearchEngineTargetSiteName).target_site;
|
2844
3077
|
}
|
3078
|
+
/**
|
3079
|
+
* Return a fully-qualified sampleQuery resource name string.
|
3080
|
+
*
|
3081
|
+
* @param {string} project
|
3082
|
+
* @param {string} location
|
3083
|
+
* @param {string} sample_query_set
|
3084
|
+
* @param {string} sample_query
|
3085
|
+
* @returns {string} Resource name string.
|
3086
|
+
*/
|
3087
|
+
sampleQueryPath(project, location, sampleQuerySet, sampleQuery) {
|
3088
|
+
return this.pathTemplates.sampleQueryPathTemplate.render({
|
3089
|
+
project: project,
|
3090
|
+
location: location,
|
3091
|
+
sample_query_set: sampleQuerySet,
|
3092
|
+
sample_query: sampleQuery,
|
3093
|
+
});
|
3094
|
+
}
|
3095
|
+
/**
|
3096
|
+
* Parse the project from SampleQuery resource.
|
3097
|
+
*
|
3098
|
+
* @param {string} sampleQueryName
|
3099
|
+
* A fully-qualified path representing SampleQuery resource.
|
3100
|
+
* @returns {string} A string representing the project.
|
3101
|
+
*/
|
3102
|
+
matchProjectFromSampleQueryName(sampleQueryName) {
|
3103
|
+
return this.pathTemplates.sampleQueryPathTemplate.match(sampleQueryName)
|
3104
|
+
.project;
|
3105
|
+
}
|
3106
|
+
/**
|
3107
|
+
* Parse the location from SampleQuery resource.
|
3108
|
+
*
|
3109
|
+
* @param {string} sampleQueryName
|
3110
|
+
* A fully-qualified path representing SampleQuery resource.
|
3111
|
+
* @returns {string} A string representing the location.
|
3112
|
+
*/
|
3113
|
+
matchLocationFromSampleQueryName(sampleQueryName) {
|
3114
|
+
return this.pathTemplates.sampleQueryPathTemplate.match(sampleQueryName)
|
3115
|
+
.location;
|
3116
|
+
}
|
3117
|
+
/**
|
3118
|
+
* Parse the sample_query_set from SampleQuery resource.
|
3119
|
+
*
|
3120
|
+
* @param {string} sampleQueryName
|
3121
|
+
* A fully-qualified path representing SampleQuery resource.
|
3122
|
+
* @returns {string} A string representing the sample_query_set.
|
3123
|
+
*/
|
3124
|
+
matchSampleQuerySetFromSampleQueryName(sampleQueryName) {
|
3125
|
+
return this.pathTemplates.sampleQueryPathTemplate.match(sampleQueryName)
|
3126
|
+
.sample_query_set;
|
3127
|
+
}
|
3128
|
+
/**
|
3129
|
+
* Parse the sample_query from SampleQuery resource.
|
3130
|
+
*
|
3131
|
+
* @param {string} sampleQueryName
|
3132
|
+
* A fully-qualified path representing SampleQuery resource.
|
3133
|
+
* @returns {string} A string representing the sample_query.
|
3134
|
+
*/
|
3135
|
+
matchSampleQueryFromSampleQueryName(sampleQueryName) {
|
3136
|
+
return this.pathTemplates.sampleQueryPathTemplate.match(sampleQueryName)
|
3137
|
+
.sample_query;
|
3138
|
+
}
|
3139
|
+
/**
|
3140
|
+
* Return a fully-qualified sampleQuerySet resource name string.
|
3141
|
+
*
|
3142
|
+
* @param {string} project
|
3143
|
+
* @param {string} location
|
3144
|
+
* @param {string} sample_query_set
|
3145
|
+
* @returns {string} Resource name string.
|
3146
|
+
*/
|
3147
|
+
sampleQuerySetPath(project, location, sampleQuerySet) {
|
3148
|
+
return this.pathTemplates.sampleQuerySetPathTemplate.render({
|
3149
|
+
project: project,
|
3150
|
+
location: location,
|
3151
|
+
sample_query_set: sampleQuerySet,
|
3152
|
+
});
|
3153
|
+
}
|
3154
|
+
/**
|
3155
|
+
* Parse the project from SampleQuerySet resource.
|
3156
|
+
*
|
3157
|
+
* @param {string} sampleQuerySetName
|
3158
|
+
* A fully-qualified path representing SampleQuerySet resource.
|
3159
|
+
* @returns {string} A string representing the project.
|
3160
|
+
*/
|
3161
|
+
matchProjectFromSampleQuerySetName(sampleQuerySetName) {
|
3162
|
+
return this.pathTemplates.sampleQuerySetPathTemplate.match(sampleQuerySetName).project;
|
3163
|
+
}
|
3164
|
+
/**
|
3165
|
+
* Parse the location from SampleQuerySet resource.
|
3166
|
+
*
|
3167
|
+
* @param {string} sampleQuerySetName
|
3168
|
+
* A fully-qualified path representing SampleQuerySet resource.
|
3169
|
+
* @returns {string} A string representing the location.
|
3170
|
+
*/
|
3171
|
+
matchLocationFromSampleQuerySetName(sampleQuerySetName) {
|
3172
|
+
return this.pathTemplates.sampleQuerySetPathTemplate.match(sampleQuerySetName).location;
|
3173
|
+
}
|
3174
|
+
/**
|
3175
|
+
* Parse the sample_query_set from SampleQuerySet resource.
|
3176
|
+
*
|
3177
|
+
* @param {string} sampleQuerySetName
|
3178
|
+
* A fully-qualified path representing SampleQuerySet resource.
|
3179
|
+
* @returns {string} A string representing the sample_query_set.
|
3180
|
+
*/
|
3181
|
+
matchSampleQuerySetFromSampleQuerySetName(sampleQuerySetName) {
|
3182
|
+
return this.pathTemplates.sampleQuerySetPathTemplate.match(sampleQuerySetName).sample_query_set;
|
3183
|
+
}
|
2845
3184
|
/**
|
2846
3185
|
* Terminate the gRPC channel and close the client.
|
2847
3186
|
*
|
@@ -291,6 +291,8 @@ export declare class DocumentServiceClient {
|
|
291
291
|
* Cloud SQL input source.
|
292
292
|
* @param {google.cloud.discoveryengine.v1beta.FirestoreSource} request.firestoreSource
|
293
293
|
* Firestore input source.
|
294
|
+
* @param {google.cloud.discoveryengine.v1beta.AlloyDbSource} request.alloyDbSource
|
295
|
+
* AlloyDB input source.
|
294
296
|
* @param {google.cloud.discoveryengine.v1beta.BigtableSource} request.bigtableSource
|
295
297
|
* Cloud Bigtable input source.
|
296
298
|
* @param {string} request.parent
|
@@ -811,6 +813,39 @@ export declare class DocumentServiceClient {
|
|
811
813
|
* @returns {string} A string representing the engine.
|
812
814
|
*/
|
813
815
|
matchEngineFromEngineName(engineName: string): string | number;
|
816
|
+
/**
|
817
|
+
* Return a fully-qualified evaluation resource name string.
|
818
|
+
*
|
819
|
+
* @param {string} project
|
820
|
+
* @param {string} location
|
821
|
+
* @param {string} evaluation
|
822
|
+
* @returns {string} Resource name string.
|
823
|
+
*/
|
824
|
+
evaluationPath(project: string, location: string, evaluation: string): string;
|
825
|
+
/**
|
826
|
+
* Parse the project from Evaluation resource.
|
827
|
+
*
|
828
|
+
* @param {string} evaluationName
|
829
|
+
* A fully-qualified path representing Evaluation resource.
|
830
|
+
* @returns {string} A string representing the project.
|
831
|
+
*/
|
832
|
+
matchProjectFromEvaluationName(evaluationName: string): string | number;
|
833
|
+
/**
|
834
|
+
* Parse the location from Evaluation resource.
|
835
|
+
*
|
836
|
+
* @param {string} evaluationName
|
837
|
+
* A fully-qualified path representing Evaluation resource.
|
838
|
+
* @returns {string} A string representing the location.
|
839
|
+
*/
|
840
|
+
matchLocationFromEvaluationName(evaluationName: string): string | number;
|
841
|
+
/**
|
842
|
+
* Parse the evaluation from Evaluation resource.
|
843
|
+
*
|
844
|
+
* @param {string} evaluationName
|
845
|
+
* A fully-qualified path representing Evaluation resource.
|
846
|
+
* @returns {string} A string representing the evaluation.
|
847
|
+
*/
|
848
|
+
matchEvaluationFromEvaluationName(evaluationName: string): string | number;
|
814
849
|
/**
|
815
850
|
* Return a fully-qualified project resource name string.
|
816
851
|
*
|
@@ -979,6 +1014,75 @@ export declare class DocumentServiceClient {
|
|
979
1014
|
* @returns {string} A string representing the document.
|
980
1015
|
*/
|
981
1016
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
1017
|
+
/**
|
1018
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
1019
|
+
*
|
1020
|
+
* @param {string} project
|
1021
|
+
* @param {string} location
|
1022
|
+
* @param {string} collection
|
1023
|
+
* @param {string} data_store
|
1024
|
+
* @param {string} branch
|
1025
|
+
* @param {string} document
|
1026
|
+
* @param {string} chunk
|
1027
|
+
* @returns {string} Resource name string.
|
1028
|
+
*/
|
1029
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
1030
|
+
/**
|
1031
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1032
|
+
*
|
1033
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1034
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1035
|
+
* @returns {string} A string representing the project.
|
1036
|
+
*/
|
1037
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1038
|
+
/**
|
1039
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1040
|
+
*
|
1041
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1042
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1043
|
+
* @returns {string} A string representing the location.
|
1044
|
+
*/
|
1045
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1046
|
+
/**
|
1047
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1048
|
+
*
|
1049
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1050
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1051
|
+
* @returns {string} A string representing the collection.
|
1052
|
+
*/
|
1053
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1054
|
+
/**
|
1055
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1056
|
+
*
|
1057
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1058
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1059
|
+
* @returns {string} A string representing the data_store.
|
1060
|
+
*/
|
1061
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1062
|
+
/**
|
1063
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1064
|
+
*
|
1065
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1066
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1067
|
+
* @returns {string} A string representing the branch.
|
1068
|
+
*/
|
1069
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1070
|
+
/**
|
1071
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1072
|
+
*
|
1073
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1074
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1075
|
+
* @returns {string} A string representing the document.
|
1076
|
+
*/
|
1077
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1078
|
+
/**
|
1079
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1080
|
+
*
|
1081
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1082
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1083
|
+
* @returns {string} A string representing the chunk.
|
1084
|
+
*/
|
1085
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
982
1086
|
/**
|
983
1087
|
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
984
1088
|
*
|
@@ -1870,6 +1974,66 @@ export declare class DocumentServiceClient {
|
|
1870
1974
|
* @returns {string} A string representing the document.
|
1871
1975
|
*/
|
1872
1976
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1977
|
+
/**
|
1978
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
1979
|
+
*
|
1980
|
+
* @param {string} project
|
1981
|
+
* @param {string} location
|
1982
|
+
* @param {string} data_store
|
1983
|
+
* @param {string} branch
|
1984
|
+
* @param {string} document
|
1985
|
+
* @param {string} chunk
|
1986
|
+
* @returns {string} Resource name string.
|
1987
|
+
*/
|
1988
|
+
projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
1989
|
+
/**
|
1990
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1991
|
+
*
|
1992
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1993
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1994
|
+
* @returns {string} A string representing the project.
|
1995
|
+
*/
|
1996
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1997
|
+
/**
|
1998
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1999
|
+
*
|
2000
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2001
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2002
|
+
* @returns {string} A string representing the location.
|
2003
|
+
*/
|
2004
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
2005
|
+
/**
|
2006
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2007
|
+
*
|
2008
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2009
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2010
|
+
* @returns {string} A string representing the data_store.
|
2011
|
+
*/
|
2012
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
2013
|
+
/**
|
2014
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2015
|
+
*
|
2016
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2017
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2018
|
+
* @returns {string} A string representing the branch.
|
2019
|
+
*/
|
2020
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
2021
|
+
/**
|
2022
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2023
|
+
*
|
2024
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2025
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2026
|
+
* @returns {string} A string representing the document.
|
2027
|
+
*/
|
2028
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
2029
|
+
/**
|
2030
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2031
|
+
*
|
2032
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2033
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2034
|
+
* @returns {string} A string representing the chunk.
|
2035
|
+
*/
|
2036
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1873
2037
|
/**
|
1874
2038
|
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1875
2039
|
*
|
@@ -2281,6 +2445,81 @@ export declare class DocumentServiceClient {
|
|
2281
2445
|
* @returns {string} A string representing the target_site.
|
2282
2446
|
*/
|
2283
2447
|
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
2448
|
+
/**
|
2449
|
+
* Return a fully-qualified sampleQuery resource name string.
|
2450
|
+
*
|
2451
|
+
* @param {string} project
|
2452
|
+
* @param {string} location
|
2453
|
+
* @param {string} sample_query_set
|
2454
|
+
* @param {string} sample_query
|
2455
|
+
* @returns {string} Resource name string.
|
2456
|
+
*/
|
2457
|
+
sampleQueryPath(project: string, location: string, sampleQuerySet: string, sampleQuery: string): string;
|
2458
|
+
/**
|
2459
|
+
* Parse the project from SampleQuery resource.
|
2460
|
+
*
|
2461
|
+
* @param {string} sampleQueryName
|
2462
|
+
* A fully-qualified path representing SampleQuery resource.
|
2463
|
+
* @returns {string} A string representing the project.
|
2464
|
+
*/
|
2465
|
+
matchProjectFromSampleQueryName(sampleQueryName: string): string | number;
|
2466
|
+
/**
|
2467
|
+
* Parse the location from SampleQuery resource.
|
2468
|
+
*
|
2469
|
+
* @param {string} sampleQueryName
|
2470
|
+
* A fully-qualified path representing SampleQuery resource.
|
2471
|
+
* @returns {string} A string representing the location.
|
2472
|
+
*/
|
2473
|
+
matchLocationFromSampleQueryName(sampleQueryName: string): string | number;
|
2474
|
+
/**
|
2475
|
+
* Parse the sample_query_set from SampleQuery resource.
|
2476
|
+
*
|
2477
|
+
* @param {string} sampleQueryName
|
2478
|
+
* A fully-qualified path representing SampleQuery resource.
|
2479
|
+
* @returns {string} A string representing the sample_query_set.
|
2480
|
+
*/
|
2481
|
+
matchSampleQuerySetFromSampleQueryName(sampleQueryName: string): string | number;
|
2482
|
+
/**
|
2483
|
+
* Parse the sample_query from SampleQuery resource.
|
2484
|
+
*
|
2485
|
+
* @param {string} sampleQueryName
|
2486
|
+
* A fully-qualified path representing SampleQuery resource.
|
2487
|
+
* @returns {string} A string representing the sample_query.
|
2488
|
+
*/
|
2489
|
+
matchSampleQueryFromSampleQueryName(sampleQueryName: string): string | number;
|
2490
|
+
/**
|
2491
|
+
* Return a fully-qualified sampleQuerySet resource name string.
|
2492
|
+
*
|
2493
|
+
* @param {string} project
|
2494
|
+
* @param {string} location
|
2495
|
+
* @param {string} sample_query_set
|
2496
|
+
* @returns {string} Resource name string.
|
2497
|
+
*/
|
2498
|
+
sampleQuerySetPath(project: string, location: string, sampleQuerySet: string): string;
|
2499
|
+
/**
|
2500
|
+
* Parse the project from SampleQuerySet resource.
|
2501
|
+
*
|
2502
|
+
* @param {string} sampleQuerySetName
|
2503
|
+
* A fully-qualified path representing SampleQuerySet resource.
|
2504
|
+
* @returns {string} A string representing the project.
|
2505
|
+
*/
|
2506
|
+
matchProjectFromSampleQuerySetName(sampleQuerySetName: string): string | number;
|
2507
|
+
/**
|
2508
|
+
* Parse the location from SampleQuerySet resource.
|
2509
|
+
*
|
2510
|
+
* @param {string} sampleQuerySetName
|
2511
|
+
* A fully-qualified path representing SampleQuerySet resource.
|
2512
|
+
* @returns {string} A string representing the location.
|
2513
|
+
*/
|
2514
|
+
matchLocationFromSampleQuerySetName(sampleQuerySetName: string): string | number;
|
2515
|
+
/**
|
2516
|
+
* Parse the sample_query_set from SampleQuerySet resource.
|
2517
|
+
*
|
2518
|
+
* @param {string} sampleQuerySetName
|
2519
|
+
* A fully-qualified path representing SampleQuerySet resource.
|
2520
|
+
* @returns {string} A string representing the sample_query_set.
|
2521
|
+
*/
|
2522
|
+
matchSampleQuerySetFromSampleQuerySetName(sampleQuerySetName: string): string | number;
|
2284
2523
|
/**
|
2285
2524
|
* Terminate the gRPC channel and close the client.
|
2286
2525
|
*
|