@google-cloud/discoveryengine 1.5.0 → 1.7.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 +14 -0
- package/README.md +24 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +13 -1
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +5 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +17 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +9 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +284 -22
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +228 -0
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +125 -21
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +16 -11
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +328 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +574 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +3 -6
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +120 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +55 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +7 -39
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +102 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +171 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +21 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +7 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +94 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +328 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +559 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +3 -6
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +93 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +120 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +55 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +283 -24
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +115 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +142 -22
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +7 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +94 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +1 -1
- package/build/protos/protos.d.ts +41126 -24558
- package/build/protos/protos.js +134286 -93661
- package/build/protos/protos.json +7598 -3744
- package/build/src/index.d.ts +4 -1
- package/build/src/index.js +4 -1
- package/build/src/v1/conversational_search_service_client.d.ts +4 -0
- package/build/src/v1/document_service_client.d.ts +47 -19
- package/build/src/v1/index.d.ts +1 -0
- package/build/src/v1/index.js +3 -1
- package/build/src/v1/recommendation_service_client.d.ts +1087 -0
- package/build/src/v1/recommendation_service_client.js +1432 -0
- package/build/src/v1/recommendation_service_client_config.json +43 -0
- package/build/src/v1/search_service_client.d.ts +27 -9
- package/build/src/v1/search_service_client.js +18 -6
- package/build/src/v1/search_service_client_config.json +5 -5
- package/build/src/v1alpha/acl_config_service_client.d.ts +330 -0
- package/build/src/v1alpha/acl_config_service_client.js +454 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +330 -0
- package/build/src/v1alpha/chunk_service_client.js +454 -0
- package/build/src/v1alpha/completion_service_client.d.ts +330 -0
- package/build/src/v1alpha/completion_service_client.js +454 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +674 -0
- package/build/src/v1alpha/conversational_search_service_client.js +724 -0
- package/build/src/v1alpha/conversational_search_service_client_config.json +35 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +330 -0
- package/build/src/v1alpha/data_store_service_client.js +454 -0
- package/build/src/v1alpha/document_service_client.d.ts +330 -0
- package/build/src/v1alpha/document_service_client.js +454 -0
- package/build/src/v1alpha/engine_service_client.d.ts +330 -0
- package/build/src/v1alpha/engine_service_client.js +454 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +330 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +454 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +1574 -0
- package/build/src/v1alpha/grounded_generation_service_client.js +2248 -0
- package/build/src/v1alpha/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1alpha/index.d.ts +2 -0
- package/build/src/v1alpha/index.js +5 -1
- package/build/src/v1alpha/project_service_client.d.ts +1756 -0
- package/build/src/v1alpha/project_service_client.js +2500 -0
- package/build/src/v1alpha/project_service_client_config.json +38 -0
- package/build/src/v1alpha/rank_service_client.d.ts +330 -0
- package/build/src/v1alpha/rank_service_client.js +454 -0
- package/build/src/v1alpha/rank_service_client_config.json +15 -2
- package/build/src/v1alpha/recommendation_service_client.d.ts +330 -0
- package/build/src/v1alpha/recommendation_service_client.js +454 -0
- package/build/src/v1alpha/schema_service_client.d.ts +330 -0
- package/build/src/v1alpha/schema_service_client.js +454 -0
- package/build/src/v1alpha/search_service_client.d.ts +330 -0
- package/build/src/v1alpha/search_service_client.js +454 -0
- package/build/src/v1alpha/search_service_client_config.json +5 -5
- package/build/src/v1alpha/search_tuning_service_client.d.ts +330 -0
- package/build/src/v1alpha/search_tuning_service_client.js +454 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +315 -0
- package/build/src/v1alpha/serving_config_service_client.js +432 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +330 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +454 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +330 -0
- package/build/src/v1alpha/user_event_service_client.js +454 -0
- package/build/src/v1beta/completion_service_client.d.ts +315 -0
- package/build/src/v1beta/completion_service_client.js +432 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +659 -0
- package/build/src/v1beta/conversational_search_service_client.js +702 -0
- package/build/src/v1beta/conversational_search_service_client_config.json +35 -0
- package/build/src/v1beta/data_store_service_client.d.ts +315 -0
- package/build/src/v1beta/data_store_service_client.js +432 -0
- package/build/src/v1beta/document_service_client.d.ts +361 -21
- package/build/src/v1beta/document_service_client.js +432 -0
- package/build/src/v1beta/engine_service_client.d.ts +410 -0
- package/build/src/v1beta/engine_service_client.js +518 -0
- package/build/src/v1beta/engine_service_client_config.json +12 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +1406 -0
- package/build/src/v1beta/grounded_generation_service_client.js +2014 -0
- package/build/src/v1beta/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1beta/index.d.ts +2 -0
- package/build/src/v1beta/index.js +5 -1
- package/build/src/v1beta/rank_service_client.d.ts +1416 -0
- package/build/src/v1beta/rank_service_client.js +2015 -0
- package/build/src/v1beta/rank_service_client_config.json +43 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +315 -0
- package/build/src/v1beta/recommendation_service_client.js +432 -0
- package/build/src/v1beta/schema_service_client.d.ts +315 -0
- package/build/src/v1beta/schema_service_client.js +432 -0
- package/build/src/v1beta/search_service_client.d.ts +342 -12
- package/build/src/v1beta/search_service_client.js +450 -8
- package/build/src/v1beta/search_service_client_config.json +5 -5
- package/build/src/v1beta/search_tuning_service_client.d.ts +315 -0
- package/build/src/v1beta/search_tuning_service_client.js +432 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +315 -0
- package/build/src/v1beta/serving_config_service_client.js +432 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +315 -0
- package/build/src/v1beta/site_search_engine_service_client.js +432 -0
- package/build/src/v1beta/user_event_service_client.d.ts +315 -0
- package/build/src/v1beta/user_event_service_client.js +432 -0
- package/package.json +1 -1
@@ -991,6 +991,21 @@ export declare class SiteSearchEngineServiceClient {
|
|
991
991
|
* @returns {string} A string representing the engine.
|
992
992
|
*/
|
993
993
|
matchEngineFromEngineName(engineName: string): string | number;
|
994
|
+
/**
|
995
|
+
* Return a fully-qualified project resource name string.
|
996
|
+
*
|
997
|
+
* @param {string} project
|
998
|
+
* @returns {string} Resource name string.
|
999
|
+
*/
|
1000
|
+
projectPath(project: string): string;
|
1001
|
+
/**
|
1002
|
+
* Parse the project from Project resource.
|
1003
|
+
*
|
1004
|
+
* @param {string} projectName
|
1005
|
+
* A fully-qualified path representing Project resource.
|
1006
|
+
* @returns {string} A string representing the project.
|
1007
|
+
*/
|
1008
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
994
1009
|
/**
|
995
1010
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
996
1011
|
*
|
@@ -1357,6 +1372,117 @@ export declare class SiteSearchEngineServiceClient {
|
|
1357
1372
|
* @returns {string} A string representing the serving_config.
|
1358
1373
|
*/
|
1359
1374
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1375
|
+
/**
|
1376
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1377
|
+
*
|
1378
|
+
* @param {string} project
|
1379
|
+
* @param {string} location
|
1380
|
+
* @param {string} collection
|
1381
|
+
* @param {string} data_store
|
1382
|
+
* @param {string} session
|
1383
|
+
* @returns {string} Resource name string.
|
1384
|
+
*/
|
1385
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1386
|
+
/**
|
1387
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1388
|
+
*
|
1389
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1390
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1391
|
+
* @returns {string} A string representing the project.
|
1392
|
+
*/
|
1393
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1394
|
+
/**
|
1395
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1396
|
+
*
|
1397
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1398
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1399
|
+
* @returns {string} A string representing the location.
|
1400
|
+
*/
|
1401
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1402
|
+
/**
|
1403
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1404
|
+
*
|
1405
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1406
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1407
|
+
* @returns {string} A string representing the collection.
|
1408
|
+
*/
|
1409
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1410
|
+
/**
|
1411
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1412
|
+
*
|
1413
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1414
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1415
|
+
* @returns {string} A string representing the data_store.
|
1416
|
+
*/
|
1417
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1418
|
+
/**
|
1419
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1420
|
+
*
|
1421
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1422
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1423
|
+
* @returns {string} A string representing the session.
|
1424
|
+
*/
|
1425
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1426
|
+
/**
|
1427
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1428
|
+
*
|
1429
|
+
* @param {string} project
|
1430
|
+
* @param {string} location
|
1431
|
+
* @param {string} collection
|
1432
|
+
* @param {string} data_store
|
1433
|
+
* @param {string} session
|
1434
|
+
* @param {string} answer
|
1435
|
+
* @returns {string} Resource name string.
|
1436
|
+
*/
|
1437
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
1438
|
+
/**
|
1439
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1440
|
+
*
|
1441
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1442
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1443
|
+
* @returns {string} A string representing the project.
|
1444
|
+
*/
|
1445
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1446
|
+
/**
|
1447
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1448
|
+
*
|
1449
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1450
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1451
|
+
* @returns {string} A string representing the location.
|
1452
|
+
*/
|
1453
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1454
|
+
/**
|
1455
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1456
|
+
*
|
1457
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1458
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1459
|
+
* @returns {string} A string representing the collection.
|
1460
|
+
*/
|
1461
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1462
|
+
/**
|
1463
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1464
|
+
*
|
1465
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1466
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1467
|
+
* @returns {string} A string representing the data_store.
|
1468
|
+
*/
|
1469
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1470
|
+
/**
|
1471
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1472
|
+
*
|
1473
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1474
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1475
|
+
* @returns {string} A string representing the session.
|
1476
|
+
*/
|
1477
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1478
|
+
/**
|
1479
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1480
|
+
*
|
1481
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1482
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1483
|
+
* @returns {string} A string representing the answer.
|
1484
|
+
*/
|
1485
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1360
1486
|
/**
|
1361
1487
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1362
1488
|
*
|
@@ -1552,6 +1678,117 @@ export declare class SiteSearchEngineServiceClient {
|
|
1552
1678
|
* @returns {string} A string representing the serving_config.
|
1553
1679
|
*/
|
1554
1680
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1681
|
+
/**
|
1682
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1683
|
+
*
|
1684
|
+
* @param {string} project
|
1685
|
+
* @param {string} location
|
1686
|
+
* @param {string} collection
|
1687
|
+
* @param {string} engine
|
1688
|
+
* @param {string} session
|
1689
|
+
* @returns {string} Resource name string.
|
1690
|
+
*/
|
1691
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1692
|
+
/**
|
1693
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1694
|
+
*
|
1695
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1696
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1697
|
+
* @returns {string} A string representing the project.
|
1698
|
+
*/
|
1699
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1700
|
+
/**
|
1701
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1702
|
+
*
|
1703
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1704
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1705
|
+
* @returns {string} A string representing the location.
|
1706
|
+
*/
|
1707
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1708
|
+
/**
|
1709
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1710
|
+
*
|
1711
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1712
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1713
|
+
* @returns {string} A string representing the collection.
|
1714
|
+
*/
|
1715
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1716
|
+
/**
|
1717
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1718
|
+
*
|
1719
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1720
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1721
|
+
* @returns {string} A string representing the engine.
|
1722
|
+
*/
|
1723
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1724
|
+
/**
|
1725
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1726
|
+
*
|
1727
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1728
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1729
|
+
* @returns {string} A string representing the session.
|
1730
|
+
*/
|
1731
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1732
|
+
/**
|
1733
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1734
|
+
*
|
1735
|
+
* @param {string} project
|
1736
|
+
* @param {string} location
|
1737
|
+
* @param {string} collection
|
1738
|
+
* @param {string} engine
|
1739
|
+
* @param {string} session
|
1740
|
+
* @param {string} answer
|
1741
|
+
* @returns {string} Resource name string.
|
1742
|
+
*/
|
1743
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1744
|
+
/**
|
1745
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1746
|
+
*
|
1747
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1748
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1749
|
+
* @returns {string} A string representing the project.
|
1750
|
+
*/
|
1751
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1752
|
+
/**
|
1753
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1754
|
+
*
|
1755
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1756
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1757
|
+
* @returns {string} A string representing the location.
|
1758
|
+
*/
|
1759
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1760
|
+
/**
|
1761
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1762
|
+
*
|
1763
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1764
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1765
|
+
* @returns {string} A string representing the collection.
|
1766
|
+
*/
|
1767
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1768
|
+
/**
|
1769
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1770
|
+
*
|
1771
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1772
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1773
|
+
* @returns {string} A string representing the engine.
|
1774
|
+
*/
|
1775
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1776
|
+
/**
|
1777
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1778
|
+
*
|
1779
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1780
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1781
|
+
* @returns {string} A string representing the session.
|
1782
|
+
*/
|
1783
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1784
|
+
/**
|
1785
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1786
|
+
*
|
1787
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1788
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1789
|
+
* @returns {string} A string representing the answer.
|
1790
|
+
*/
|
1791
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1555
1792
|
/**
|
1556
1793
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1557
1794
|
*
|
@@ -1855,6 +2092,99 @@ export declare class SiteSearchEngineServiceClient {
|
|
1855
2092
|
* @returns {string} A string representing the serving_config.
|
1856
2093
|
*/
|
1857
2094
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
2095
|
+
/**
|
2096
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
2097
|
+
*
|
2098
|
+
* @param {string} project
|
2099
|
+
* @param {string} location
|
2100
|
+
* @param {string} data_store
|
2101
|
+
* @param {string} session
|
2102
|
+
* @returns {string} Resource name string.
|
2103
|
+
*/
|
2104
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
2105
|
+
/**
|
2106
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
2107
|
+
*
|
2108
|
+
* @param {string} projectLocationDataStoreSessionName
|
2109
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
2110
|
+
* @returns {string} A string representing the project.
|
2111
|
+
*/
|
2112
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2113
|
+
/**
|
2114
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
2115
|
+
*
|
2116
|
+
* @param {string} projectLocationDataStoreSessionName
|
2117
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
2118
|
+
* @returns {string} A string representing the location.
|
2119
|
+
*/
|
2120
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2121
|
+
/**
|
2122
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
2123
|
+
*
|
2124
|
+
* @param {string} projectLocationDataStoreSessionName
|
2125
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
2126
|
+
* @returns {string} A string representing the data_store.
|
2127
|
+
*/
|
2128
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2129
|
+
/**
|
2130
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
2131
|
+
*
|
2132
|
+
* @param {string} projectLocationDataStoreSessionName
|
2133
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
2134
|
+
* @returns {string} A string representing the session.
|
2135
|
+
*/
|
2136
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2137
|
+
/**
|
2138
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2139
|
+
*
|
2140
|
+
* @param {string} project
|
2141
|
+
* @param {string} location
|
2142
|
+
* @param {string} data_store
|
2143
|
+
* @param {string} session
|
2144
|
+
* @param {string} answer
|
2145
|
+
* @returns {string} Resource name string.
|
2146
|
+
*/
|
2147
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
2148
|
+
/**
|
2149
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
2150
|
+
*
|
2151
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2152
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2153
|
+
* @returns {string} A string representing the project.
|
2154
|
+
*/
|
2155
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2156
|
+
/**
|
2157
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
2158
|
+
*
|
2159
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2160
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2161
|
+
* @returns {string} A string representing the location.
|
2162
|
+
*/
|
2163
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2164
|
+
/**
|
2165
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
2166
|
+
*
|
2167
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2168
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2169
|
+
* @returns {string} A string representing the data_store.
|
2170
|
+
*/
|
2171
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2172
|
+
/**
|
2173
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
2174
|
+
*
|
2175
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2176
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2177
|
+
* @returns {string} A string representing the session.
|
2178
|
+
*/
|
2179
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2180
|
+
/**
|
2181
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
2182
|
+
*
|
2183
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2184
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2185
|
+
* @returns {string} A string representing the answer.
|
2186
|
+
*/
|
2187
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1858
2188
|
/**
|
1859
2189
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1860
2190
|
*
|