@google-cloud/discoveryengine 1.6.0 → 1.8.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 +15 -0
- package/README.md +24 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +14 -2
- package/build/protos/google/cloud/discoveryengine/v1/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +6 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +18 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +7 -1
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +285 -23
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +228 -0
- package/build/protos/google/cloud/discoveryengine/v1/schema.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +126 -22
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +17 -12
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +328 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +42 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +22 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +575 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +20 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +4 -7
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +65 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +1 -1
- 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 +284 -25
- 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/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +22 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +159 -25
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +10 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +3 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +94 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +328 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +31 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +560 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +4 -7
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +7 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +94 -1
- 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 +284 -25
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +115 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/schema.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +143 -23
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +8 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +94 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +1 -1
- package/build/protos/protos.d.ts +44799 -26093
- package/build/protos/protos.js +120465 -74222
- package/build/protos/protos.json +8911 -4556
- 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 +457 -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 +457 -0
- package/build/src/v1alpha/document_service_client.d.ts +410 -21
- package/build/src/v1alpha/document_service_client.js +479 -0
- package/build/src/v1alpha/document_service_client_config.json +5 -0
- package/build/src/v1alpha/engine_service_client.d.ts +330 -0
- package/build/src/v1alpha/engine_service_client.js +457 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +330 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +457 -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 +3 -1
- package/build/src/v1alpha/index.js +7 -3
- 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 +457 -0
- package/build/src/v1alpha/search_service_client.d.ts +360 -15
- package/build/src/v1alpha/search_service_client.js +474 -10
- 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 +457 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +317 -1
- package/build/src/v1alpha/serving_config_service_client.js +434 -1
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +330 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +457 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +330 -0
- package/build/src/v1alpha/user_event_service_client.js +457 -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
@@ -628,6 +628,21 @@ export declare class SchemaServiceClient {
|
|
628
628
|
* @returns {string} A string representing the engine.
|
629
629
|
*/
|
630
630
|
matchEngineFromEngineName(engineName: string): string | number;
|
631
|
+
/**
|
632
|
+
* Return a fully-qualified project resource name string.
|
633
|
+
*
|
634
|
+
* @param {string} project
|
635
|
+
* @returns {string} Resource name string.
|
636
|
+
*/
|
637
|
+
projectPath(project: string): string;
|
638
|
+
/**
|
639
|
+
* Parse the project from Project resource.
|
640
|
+
*
|
641
|
+
* @param {string} projectName
|
642
|
+
* A fully-qualified path representing Project resource.
|
643
|
+
* @returns {string} A string representing the project.
|
644
|
+
*/
|
645
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
631
646
|
/**
|
632
647
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
633
648
|
*
|
@@ -994,6 +1009,117 @@ export declare class SchemaServiceClient {
|
|
994
1009
|
* @returns {string} A string representing the serving_config.
|
995
1010
|
*/
|
996
1011
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1012
|
+
/**
|
1013
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1014
|
+
*
|
1015
|
+
* @param {string} project
|
1016
|
+
* @param {string} location
|
1017
|
+
* @param {string} collection
|
1018
|
+
* @param {string} data_store
|
1019
|
+
* @param {string} session
|
1020
|
+
* @returns {string} Resource name string.
|
1021
|
+
*/
|
1022
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1023
|
+
/**
|
1024
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1025
|
+
*
|
1026
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1027
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1028
|
+
* @returns {string} A string representing the project.
|
1029
|
+
*/
|
1030
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1031
|
+
/**
|
1032
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1033
|
+
*
|
1034
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1035
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1036
|
+
* @returns {string} A string representing the location.
|
1037
|
+
*/
|
1038
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1039
|
+
/**
|
1040
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1041
|
+
*
|
1042
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1043
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1044
|
+
* @returns {string} A string representing the collection.
|
1045
|
+
*/
|
1046
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1047
|
+
/**
|
1048
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1049
|
+
*
|
1050
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1051
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1052
|
+
* @returns {string} A string representing the data_store.
|
1053
|
+
*/
|
1054
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1055
|
+
/**
|
1056
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1057
|
+
*
|
1058
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
1059
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1060
|
+
* @returns {string} A string representing the session.
|
1061
|
+
*/
|
1062
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1063
|
+
/**
|
1064
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1065
|
+
*
|
1066
|
+
* @param {string} project
|
1067
|
+
* @param {string} location
|
1068
|
+
* @param {string} collection
|
1069
|
+
* @param {string} data_store
|
1070
|
+
* @param {string} session
|
1071
|
+
* @param {string} answer
|
1072
|
+
* @returns {string} Resource name string.
|
1073
|
+
*/
|
1074
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
1075
|
+
/**
|
1076
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1077
|
+
*
|
1078
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1079
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1080
|
+
* @returns {string} A string representing the project.
|
1081
|
+
*/
|
1082
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1083
|
+
/**
|
1084
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1085
|
+
*
|
1086
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1087
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1088
|
+
* @returns {string} A string representing the location.
|
1089
|
+
*/
|
1090
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1091
|
+
/**
|
1092
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1093
|
+
*
|
1094
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1095
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1096
|
+
* @returns {string} A string representing the collection.
|
1097
|
+
*/
|
1098
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1099
|
+
/**
|
1100
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1101
|
+
*
|
1102
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1103
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1104
|
+
* @returns {string} A string representing the data_store.
|
1105
|
+
*/
|
1106
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1107
|
+
/**
|
1108
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1109
|
+
*
|
1110
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1111
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1112
|
+
* @returns {string} A string representing the session.
|
1113
|
+
*/
|
1114
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1115
|
+
/**
|
1116
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1117
|
+
*
|
1118
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1119
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1120
|
+
* @returns {string} A string representing the answer.
|
1121
|
+
*/
|
1122
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
997
1123
|
/**
|
998
1124
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
999
1125
|
*
|
@@ -1189,6 +1315,117 @@ export declare class SchemaServiceClient {
|
|
1189
1315
|
* @returns {string} A string representing the serving_config.
|
1190
1316
|
*/
|
1191
1317
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1318
|
+
/**
|
1319
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1320
|
+
*
|
1321
|
+
* @param {string} project
|
1322
|
+
* @param {string} location
|
1323
|
+
* @param {string} collection
|
1324
|
+
* @param {string} engine
|
1325
|
+
* @param {string} session
|
1326
|
+
* @returns {string} Resource name string.
|
1327
|
+
*/
|
1328
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1329
|
+
/**
|
1330
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1331
|
+
*
|
1332
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1333
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1334
|
+
* @returns {string} A string representing the project.
|
1335
|
+
*/
|
1336
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1337
|
+
/**
|
1338
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1339
|
+
*
|
1340
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1341
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1342
|
+
* @returns {string} A string representing the location.
|
1343
|
+
*/
|
1344
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1345
|
+
/**
|
1346
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1347
|
+
*
|
1348
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1349
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1350
|
+
* @returns {string} A string representing the collection.
|
1351
|
+
*/
|
1352
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1353
|
+
/**
|
1354
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1355
|
+
*
|
1356
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1357
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1358
|
+
* @returns {string} A string representing the engine.
|
1359
|
+
*/
|
1360
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1361
|
+
/**
|
1362
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1363
|
+
*
|
1364
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1365
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1366
|
+
* @returns {string} A string representing the session.
|
1367
|
+
*/
|
1368
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1369
|
+
/**
|
1370
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1371
|
+
*
|
1372
|
+
* @param {string} project
|
1373
|
+
* @param {string} location
|
1374
|
+
* @param {string} collection
|
1375
|
+
* @param {string} engine
|
1376
|
+
* @param {string} session
|
1377
|
+
* @param {string} answer
|
1378
|
+
* @returns {string} Resource name string.
|
1379
|
+
*/
|
1380
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1381
|
+
/**
|
1382
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1383
|
+
*
|
1384
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1385
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1386
|
+
* @returns {string} A string representing the project.
|
1387
|
+
*/
|
1388
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1389
|
+
/**
|
1390
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1391
|
+
*
|
1392
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1393
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1394
|
+
* @returns {string} A string representing the location.
|
1395
|
+
*/
|
1396
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1397
|
+
/**
|
1398
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1399
|
+
*
|
1400
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1401
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1402
|
+
* @returns {string} A string representing the collection.
|
1403
|
+
*/
|
1404
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1405
|
+
/**
|
1406
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1407
|
+
*
|
1408
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1409
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1410
|
+
* @returns {string} A string representing the engine.
|
1411
|
+
*/
|
1412
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1413
|
+
/**
|
1414
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1415
|
+
*
|
1416
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1417
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1418
|
+
* @returns {string} A string representing the session.
|
1419
|
+
*/
|
1420
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1421
|
+
/**
|
1422
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1423
|
+
*
|
1424
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1425
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1426
|
+
* @returns {string} A string representing the answer.
|
1427
|
+
*/
|
1428
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1192
1429
|
/**
|
1193
1430
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1194
1431
|
*
|
@@ -1492,6 +1729,99 @@ export declare class SchemaServiceClient {
|
|
1492
1729
|
* @returns {string} A string representing the serving_config.
|
1493
1730
|
*/
|
1494
1731
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1732
|
+
/**
|
1733
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1734
|
+
*
|
1735
|
+
* @param {string} project
|
1736
|
+
* @param {string} location
|
1737
|
+
* @param {string} data_store
|
1738
|
+
* @param {string} session
|
1739
|
+
* @returns {string} Resource name string.
|
1740
|
+
*/
|
1741
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1742
|
+
/**
|
1743
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1744
|
+
*
|
1745
|
+
* @param {string} projectLocationDataStoreSessionName
|
1746
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1747
|
+
* @returns {string} A string representing the project.
|
1748
|
+
*/
|
1749
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1750
|
+
/**
|
1751
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1752
|
+
*
|
1753
|
+
* @param {string} projectLocationDataStoreSessionName
|
1754
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1755
|
+
* @returns {string} A string representing the location.
|
1756
|
+
*/
|
1757
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1758
|
+
/**
|
1759
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1760
|
+
*
|
1761
|
+
* @param {string} projectLocationDataStoreSessionName
|
1762
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1763
|
+
* @returns {string} A string representing the data_store.
|
1764
|
+
*/
|
1765
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1766
|
+
/**
|
1767
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1768
|
+
*
|
1769
|
+
* @param {string} projectLocationDataStoreSessionName
|
1770
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1771
|
+
* @returns {string} A string representing the session.
|
1772
|
+
*/
|
1773
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1774
|
+
/**
|
1775
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1776
|
+
*
|
1777
|
+
* @param {string} project
|
1778
|
+
* @param {string} location
|
1779
|
+
* @param {string} data_store
|
1780
|
+
* @param {string} session
|
1781
|
+
* @param {string} answer
|
1782
|
+
* @returns {string} Resource name string.
|
1783
|
+
*/
|
1784
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1785
|
+
/**
|
1786
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1787
|
+
*
|
1788
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1789
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1790
|
+
* @returns {string} A string representing the project.
|
1791
|
+
*/
|
1792
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1793
|
+
/**
|
1794
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1795
|
+
*
|
1796
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1797
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1798
|
+
* @returns {string} A string representing the location.
|
1799
|
+
*/
|
1800
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1801
|
+
/**
|
1802
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1803
|
+
*
|
1804
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1805
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1806
|
+
* @returns {string} A string representing the data_store.
|
1807
|
+
*/
|
1808
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1809
|
+
/**
|
1810
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1811
|
+
*
|
1812
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1813
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1814
|
+
* @returns {string} A string representing the session.
|
1815
|
+
*/
|
1816
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1817
|
+
/**
|
1818
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1819
|
+
*
|
1820
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1821
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1822
|
+
* @returns {string} A string representing the answer.
|
1823
|
+
*/
|
1824
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1495
1825
|
/**
|
1496
1826
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1497
1827
|
*
|