@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
@@ -787,6 +787,117 @@ export declare class ServingConfigServiceClient {
|
|
787
787
|
* @returns {string} A string representing the serving_config.
|
788
788
|
*/
|
789
789
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
790
|
+
/**
|
791
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
792
|
+
*
|
793
|
+
* @param {string} project
|
794
|
+
* @param {string} location
|
795
|
+
* @param {string} collection
|
796
|
+
* @param {string} data_store
|
797
|
+
* @param {string} session
|
798
|
+
* @returns {string} Resource name string.
|
799
|
+
*/
|
800
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
801
|
+
/**
|
802
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
803
|
+
*
|
804
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
805
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
806
|
+
* @returns {string} A string representing the project.
|
807
|
+
*/
|
808
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
809
|
+
/**
|
810
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
811
|
+
*
|
812
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
813
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
814
|
+
* @returns {string} A string representing the location.
|
815
|
+
*/
|
816
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
817
|
+
/**
|
818
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
819
|
+
*
|
820
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
821
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
822
|
+
* @returns {string} A string representing the collection.
|
823
|
+
*/
|
824
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
825
|
+
/**
|
826
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
827
|
+
*
|
828
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
829
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
830
|
+
* @returns {string} A string representing the data_store.
|
831
|
+
*/
|
832
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
833
|
+
/**
|
834
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
835
|
+
*
|
836
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
837
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
838
|
+
* @returns {string} A string representing the session.
|
839
|
+
*/
|
840
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
841
|
+
/**
|
842
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
843
|
+
*
|
844
|
+
* @param {string} project
|
845
|
+
* @param {string} location
|
846
|
+
* @param {string} collection
|
847
|
+
* @param {string} data_store
|
848
|
+
* @param {string} session
|
849
|
+
* @param {string} answer
|
850
|
+
* @returns {string} Resource name string.
|
851
|
+
*/
|
852
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
853
|
+
/**
|
854
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
855
|
+
*
|
856
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
857
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
858
|
+
* @returns {string} A string representing the project.
|
859
|
+
*/
|
860
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
861
|
+
/**
|
862
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
863
|
+
*
|
864
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
865
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
866
|
+
* @returns {string} A string representing the location.
|
867
|
+
*/
|
868
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
869
|
+
/**
|
870
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
871
|
+
*
|
872
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
873
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
874
|
+
* @returns {string} A string representing the collection.
|
875
|
+
*/
|
876
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
877
|
+
/**
|
878
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
879
|
+
*
|
880
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
881
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
882
|
+
* @returns {string} A string representing the data_store.
|
883
|
+
*/
|
884
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
885
|
+
/**
|
886
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
887
|
+
*
|
888
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
889
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
890
|
+
* @returns {string} A string representing the session.
|
891
|
+
*/
|
892
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
893
|
+
/**
|
894
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
895
|
+
*
|
896
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
897
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
898
|
+
* @returns {string} A string representing the answer.
|
899
|
+
*/
|
900
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
790
901
|
/**
|
791
902
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
792
903
|
*
|
@@ -982,6 +1093,117 @@ export declare class ServingConfigServiceClient {
|
|
982
1093
|
* @returns {string} A string representing the serving_config.
|
983
1094
|
*/
|
984
1095
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1096
|
+
/**
|
1097
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1098
|
+
*
|
1099
|
+
* @param {string} project
|
1100
|
+
* @param {string} location
|
1101
|
+
* @param {string} collection
|
1102
|
+
* @param {string} engine
|
1103
|
+
* @param {string} session
|
1104
|
+
* @returns {string} Resource name string.
|
1105
|
+
*/
|
1106
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1107
|
+
/**
|
1108
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1109
|
+
*
|
1110
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1111
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1112
|
+
* @returns {string} A string representing the project.
|
1113
|
+
*/
|
1114
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1115
|
+
/**
|
1116
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1117
|
+
*
|
1118
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1119
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1120
|
+
* @returns {string} A string representing the location.
|
1121
|
+
*/
|
1122
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1123
|
+
/**
|
1124
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1125
|
+
*
|
1126
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1127
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1128
|
+
* @returns {string} A string representing the collection.
|
1129
|
+
*/
|
1130
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1131
|
+
/**
|
1132
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1133
|
+
*
|
1134
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1135
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1136
|
+
* @returns {string} A string representing the engine.
|
1137
|
+
*/
|
1138
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1139
|
+
/**
|
1140
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1141
|
+
*
|
1142
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1143
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1144
|
+
* @returns {string} A string representing the session.
|
1145
|
+
*/
|
1146
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1147
|
+
/**
|
1148
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1149
|
+
*
|
1150
|
+
* @param {string} project
|
1151
|
+
* @param {string} location
|
1152
|
+
* @param {string} collection
|
1153
|
+
* @param {string} engine
|
1154
|
+
* @param {string} session
|
1155
|
+
* @param {string} answer
|
1156
|
+
* @returns {string} Resource name string.
|
1157
|
+
*/
|
1158
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1159
|
+
/**
|
1160
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1161
|
+
*
|
1162
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1163
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1164
|
+
* @returns {string} A string representing the project.
|
1165
|
+
*/
|
1166
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1167
|
+
/**
|
1168
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1169
|
+
*
|
1170
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1171
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1172
|
+
* @returns {string} A string representing the location.
|
1173
|
+
*/
|
1174
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1175
|
+
/**
|
1176
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1177
|
+
*
|
1178
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1179
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1180
|
+
* @returns {string} A string representing the collection.
|
1181
|
+
*/
|
1182
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1183
|
+
/**
|
1184
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1185
|
+
*
|
1186
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1187
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1188
|
+
* @returns {string} A string representing the engine.
|
1189
|
+
*/
|
1190
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1191
|
+
/**
|
1192
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1193
|
+
*
|
1194
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1195
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1196
|
+
* @returns {string} A string representing the session.
|
1197
|
+
*/
|
1198
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1199
|
+
/**
|
1200
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1201
|
+
*
|
1202
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1203
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1204
|
+
* @returns {string} A string representing the answer.
|
1205
|
+
*/
|
1206
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
985
1207
|
/**
|
986
1208
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
987
1209
|
*
|
@@ -1285,6 +1507,99 @@ export declare class ServingConfigServiceClient {
|
|
1285
1507
|
* @returns {string} A string representing the serving_config.
|
1286
1508
|
*/
|
1287
1509
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1510
|
+
/**
|
1511
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1512
|
+
*
|
1513
|
+
* @param {string} project
|
1514
|
+
* @param {string} location
|
1515
|
+
* @param {string} data_store
|
1516
|
+
* @param {string} session
|
1517
|
+
* @returns {string} Resource name string.
|
1518
|
+
*/
|
1519
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1520
|
+
/**
|
1521
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1522
|
+
*
|
1523
|
+
* @param {string} projectLocationDataStoreSessionName
|
1524
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1525
|
+
* @returns {string} A string representing the project.
|
1526
|
+
*/
|
1527
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1528
|
+
/**
|
1529
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1530
|
+
*
|
1531
|
+
* @param {string} projectLocationDataStoreSessionName
|
1532
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1533
|
+
* @returns {string} A string representing the location.
|
1534
|
+
*/
|
1535
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1536
|
+
/**
|
1537
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1538
|
+
*
|
1539
|
+
* @param {string} projectLocationDataStoreSessionName
|
1540
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1541
|
+
* @returns {string} A string representing the data_store.
|
1542
|
+
*/
|
1543
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1544
|
+
/**
|
1545
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1546
|
+
*
|
1547
|
+
* @param {string} projectLocationDataStoreSessionName
|
1548
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1549
|
+
* @returns {string} A string representing the session.
|
1550
|
+
*/
|
1551
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1552
|
+
/**
|
1553
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1554
|
+
*
|
1555
|
+
* @param {string} project
|
1556
|
+
* @param {string} location
|
1557
|
+
* @param {string} data_store
|
1558
|
+
* @param {string} session
|
1559
|
+
* @param {string} answer
|
1560
|
+
* @returns {string} Resource name string.
|
1561
|
+
*/
|
1562
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1563
|
+
/**
|
1564
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1565
|
+
*
|
1566
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1567
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1568
|
+
* @returns {string} A string representing the project.
|
1569
|
+
*/
|
1570
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1571
|
+
/**
|
1572
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1573
|
+
*
|
1574
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1575
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1576
|
+
* @returns {string} A string representing the location.
|
1577
|
+
*/
|
1578
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1579
|
+
/**
|
1580
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1581
|
+
*
|
1582
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1583
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1584
|
+
* @returns {string} A string representing the data_store.
|
1585
|
+
*/
|
1586
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1587
|
+
/**
|
1588
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1589
|
+
*
|
1590
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1591
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1592
|
+
* @returns {string} A string representing the session.
|
1593
|
+
*/
|
1594
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1595
|
+
/**
|
1596
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1597
|
+
*
|
1598
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1599
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1600
|
+
* @returns {string} A string representing the answer.
|
1601
|
+
*/
|
1602
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1288
1603
|
/**
|
1289
1604
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1290
1605
|
*
|