@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
@@ -898,6 +898,117 @@ export declare class SchemaServiceClient {
|
|
898
898
|
* @returns {string} A string representing the serving_config.
|
899
899
|
*/
|
900
900
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
901
|
+
/**
|
902
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
903
|
+
*
|
904
|
+
* @param {string} project
|
905
|
+
* @param {string} location
|
906
|
+
* @param {string} collection
|
907
|
+
* @param {string} data_store
|
908
|
+
* @param {string} session
|
909
|
+
* @returns {string} Resource name string.
|
910
|
+
*/
|
911
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
912
|
+
/**
|
913
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
914
|
+
*
|
915
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
916
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
917
|
+
* @returns {string} A string representing the project.
|
918
|
+
*/
|
919
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
920
|
+
/**
|
921
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
922
|
+
*
|
923
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
924
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
925
|
+
* @returns {string} A string representing the location.
|
926
|
+
*/
|
927
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
928
|
+
/**
|
929
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
930
|
+
*
|
931
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
932
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
933
|
+
* @returns {string} A string representing the collection.
|
934
|
+
*/
|
935
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
936
|
+
/**
|
937
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
938
|
+
*
|
939
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
940
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
941
|
+
* @returns {string} A string representing the data_store.
|
942
|
+
*/
|
943
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
944
|
+
/**
|
945
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
946
|
+
*
|
947
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
948
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
949
|
+
* @returns {string} A string representing the session.
|
950
|
+
*/
|
951
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
952
|
+
/**
|
953
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
954
|
+
*
|
955
|
+
* @param {string} project
|
956
|
+
* @param {string} location
|
957
|
+
* @param {string} collection
|
958
|
+
* @param {string} data_store
|
959
|
+
* @param {string} session
|
960
|
+
* @param {string} answer
|
961
|
+
* @returns {string} Resource name string.
|
962
|
+
*/
|
963
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
964
|
+
/**
|
965
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
966
|
+
*
|
967
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
968
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
969
|
+
* @returns {string} A string representing the project.
|
970
|
+
*/
|
971
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
972
|
+
/**
|
973
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
974
|
+
*
|
975
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
976
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
977
|
+
* @returns {string} A string representing the location.
|
978
|
+
*/
|
979
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
980
|
+
/**
|
981
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
982
|
+
*
|
983
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
984
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
985
|
+
* @returns {string} A string representing the collection.
|
986
|
+
*/
|
987
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
988
|
+
/**
|
989
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
990
|
+
*
|
991
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
992
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
993
|
+
* @returns {string} A string representing the data_store.
|
994
|
+
*/
|
995
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
996
|
+
/**
|
997
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
998
|
+
*
|
999
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1000
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1001
|
+
* @returns {string} A string representing the session.
|
1002
|
+
*/
|
1003
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1004
|
+
/**
|
1005
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1006
|
+
*
|
1007
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1008
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1009
|
+
* @returns {string} A string representing the answer.
|
1010
|
+
*/
|
1011
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
901
1012
|
/**
|
902
1013
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
903
1014
|
*
|
@@ -1093,6 +1204,117 @@ export declare class SchemaServiceClient {
|
|
1093
1204
|
* @returns {string} A string representing the serving_config.
|
1094
1205
|
*/
|
1095
1206
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1207
|
+
/**
|
1208
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1209
|
+
*
|
1210
|
+
* @param {string} project
|
1211
|
+
* @param {string} location
|
1212
|
+
* @param {string} collection
|
1213
|
+
* @param {string} engine
|
1214
|
+
* @param {string} session
|
1215
|
+
* @returns {string} Resource name string.
|
1216
|
+
*/
|
1217
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1218
|
+
/**
|
1219
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1220
|
+
*
|
1221
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1222
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1223
|
+
* @returns {string} A string representing the project.
|
1224
|
+
*/
|
1225
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1226
|
+
/**
|
1227
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1228
|
+
*
|
1229
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1230
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1231
|
+
* @returns {string} A string representing the location.
|
1232
|
+
*/
|
1233
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1234
|
+
/**
|
1235
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1236
|
+
*
|
1237
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1238
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1239
|
+
* @returns {string} A string representing the collection.
|
1240
|
+
*/
|
1241
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1242
|
+
/**
|
1243
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1244
|
+
*
|
1245
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1246
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1247
|
+
* @returns {string} A string representing the engine.
|
1248
|
+
*/
|
1249
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1250
|
+
/**
|
1251
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1252
|
+
*
|
1253
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1254
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1255
|
+
* @returns {string} A string representing the session.
|
1256
|
+
*/
|
1257
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1258
|
+
/**
|
1259
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1260
|
+
*
|
1261
|
+
* @param {string} project
|
1262
|
+
* @param {string} location
|
1263
|
+
* @param {string} collection
|
1264
|
+
* @param {string} engine
|
1265
|
+
* @param {string} session
|
1266
|
+
* @param {string} answer
|
1267
|
+
* @returns {string} Resource name string.
|
1268
|
+
*/
|
1269
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1270
|
+
/**
|
1271
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1272
|
+
*
|
1273
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1274
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1275
|
+
* @returns {string} A string representing the project.
|
1276
|
+
*/
|
1277
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1278
|
+
/**
|
1279
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1280
|
+
*
|
1281
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1282
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1283
|
+
* @returns {string} A string representing the location.
|
1284
|
+
*/
|
1285
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1286
|
+
/**
|
1287
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1288
|
+
*
|
1289
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1290
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1291
|
+
* @returns {string} A string representing the collection.
|
1292
|
+
*/
|
1293
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1294
|
+
/**
|
1295
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1296
|
+
*
|
1297
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1298
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1299
|
+
* @returns {string} A string representing the engine.
|
1300
|
+
*/
|
1301
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1302
|
+
/**
|
1303
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1304
|
+
*
|
1305
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1306
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1307
|
+
* @returns {string} A string representing the session.
|
1308
|
+
*/
|
1309
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1310
|
+
/**
|
1311
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1312
|
+
*
|
1313
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1314
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1315
|
+
* @returns {string} A string representing the answer.
|
1316
|
+
*/
|
1317
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1096
1318
|
/**
|
1097
1319
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1098
1320
|
*
|
@@ -1336,6 +1558,99 @@ export declare class SchemaServiceClient {
|
|
1336
1558
|
* @returns {string} A string representing the serving_config.
|
1337
1559
|
*/
|
1338
1560
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1561
|
+
/**
|
1562
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1563
|
+
*
|
1564
|
+
* @param {string} project
|
1565
|
+
* @param {string} location
|
1566
|
+
* @param {string} data_store
|
1567
|
+
* @param {string} session
|
1568
|
+
* @returns {string} Resource name string.
|
1569
|
+
*/
|
1570
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1571
|
+
/**
|
1572
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1573
|
+
*
|
1574
|
+
* @param {string} projectLocationDataStoreSessionName
|
1575
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1576
|
+
* @returns {string} A string representing the project.
|
1577
|
+
*/
|
1578
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1579
|
+
/**
|
1580
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1581
|
+
*
|
1582
|
+
* @param {string} projectLocationDataStoreSessionName
|
1583
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1584
|
+
* @returns {string} A string representing the location.
|
1585
|
+
*/
|
1586
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1587
|
+
/**
|
1588
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1589
|
+
*
|
1590
|
+
* @param {string} projectLocationDataStoreSessionName
|
1591
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1592
|
+
* @returns {string} A string representing the data_store.
|
1593
|
+
*/
|
1594
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1595
|
+
/**
|
1596
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1597
|
+
*
|
1598
|
+
* @param {string} projectLocationDataStoreSessionName
|
1599
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1600
|
+
* @returns {string} A string representing the session.
|
1601
|
+
*/
|
1602
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1603
|
+
/**
|
1604
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1605
|
+
*
|
1606
|
+
* @param {string} project
|
1607
|
+
* @param {string} location
|
1608
|
+
* @param {string} data_store
|
1609
|
+
* @param {string} session
|
1610
|
+
* @param {string} answer
|
1611
|
+
* @returns {string} Resource name string.
|
1612
|
+
*/
|
1613
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1614
|
+
/**
|
1615
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1616
|
+
*
|
1617
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1618
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1619
|
+
* @returns {string} A string representing the project.
|
1620
|
+
*/
|
1621
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1622
|
+
/**
|
1623
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1624
|
+
*
|
1625
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1626
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1627
|
+
* @returns {string} A string representing the location.
|
1628
|
+
*/
|
1629
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1630
|
+
/**
|
1631
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1632
|
+
*
|
1633
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1634
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1635
|
+
* @returns {string} A string representing the data_store.
|
1636
|
+
*/
|
1637
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1638
|
+
/**
|
1639
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1640
|
+
*
|
1641
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1642
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1643
|
+
* @returns {string} A string representing the session.
|
1644
|
+
*/
|
1645
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1646
|
+
/**
|
1647
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1648
|
+
*
|
1649
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1650
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1651
|
+
* @returns {string} A string representing the answer.
|
1652
|
+
*/
|
1653
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1339
1654
|
/**
|
1340
1655
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1341
1656
|
*
|