@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
@@ -0,0 +1,43 @@
|
|
1
|
+
{
|
2
|
+
"interfaces": {
|
3
|
+
"google.cloud.discoveryengine.v1beta.RankService": {
|
4
|
+
"retry_codes": {
|
5
|
+
"non_idempotent": [],
|
6
|
+
"idempotent": [
|
7
|
+
"DEADLINE_EXCEEDED",
|
8
|
+
"UNAVAILABLE"
|
9
|
+
],
|
10
|
+
"unavailable": [
|
11
|
+
"UNAVAILABLE"
|
12
|
+
]
|
13
|
+
},
|
14
|
+
"retry_params": {
|
15
|
+
"default": {
|
16
|
+
"initial_retry_delay_millis": 100,
|
17
|
+
"retry_delay_multiplier": 1.3,
|
18
|
+
"max_retry_delay_millis": 60000,
|
19
|
+
"initial_rpc_timeout_millis": 60000,
|
20
|
+
"rpc_timeout_multiplier": 1,
|
21
|
+
"max_rpc_timeout_millis": 60000,
|
22
|
+
"total_timeout_millis": 600000
|
23
|
+
},
|
24
|
+
"ce5b960a6ed052e690863808e4f0deff3dc7d49f": {
|
25
|
+
"initial_retry_delay_millis": 1000,
|
26
|
+
"retry_delay_multiplier": 1.3,
|
27
|
+
"max_retry_delay_millis": 10000,
|
28
|
+
"initial_rpc_timeout_millis": 60000,
|
29
|
+
"rpc_timeout_multiplier": 1,
|
30
|
+
"max_rpc_timeout_millis": 60000,
|
31
|
+
"total_timeout_millis": 600000
|
32
|
+
}
|
33
|
+
},
|
34
|
+
"methods": {
|
35
|
+
"Rank": {
|
36
|
+
"timeout_millis": 30000,
|
37
|
+
"retry_codes_name": "unavailable",
|
38
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
@@ -640,6 +640,117 @@ export declare class RecommendationServiceClient {
|
|
640
640
|
* @returns {string} A string representing the serving_config.
|
641
641
|
*/
|
642
642
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
643
|
+
/**
|
644
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
645
|
+
*
|
646
|
+
* @param {string} project
|
647
|
+
* @param {string} location
|
648
|
+
* @param {string} collection
|
649
|
+
* @param {string} data_store
|
650
|
+
* @param {string} session
|
651
|
+
* @returns {string} Resource name string.
|
652
|
+
*/
|
653
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
654
|
+
/**
|
655
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
656
|
+
*
|
657
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
658
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
659
|
+
* @returns {string} A string representing the project.
|
660
|
+
*/
|
661
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
662
|
+
/**
|
663
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
664
|
+
*
|
665
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
666
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
667
|
+
* @returns {string} A string representing the location.
|
668
|
+
*/
|
669
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
670
|
+
/**
|
671
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
672
|
+
*
|
673
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
674
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
675
|
+
* @returns {string} A string representing the collection.
|
676
|
+
*/
|
677
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
678
|
+
/**
|
679
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
680
|
+
*
|
681
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
682
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
683
|
+
* @returns {string} A string representing the data_store.
|
684
|
+
*/
|
685
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
686
|
+
/**
|
687
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
688
|
+
*
|
689
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
690
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
691
|
+
* @returns {string} A string representing the session.
|
692
|
+
*/
|
693
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
694
|
+
/**
|
695
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
696
|
+
*
|
697
|
+
* @param {string} project
|
698
|
+
* @param {string} location
|
699
|
+
* @param {string} collection
|
700
|
+
* @param {string} data_store
|
701
|
+
* @param {string} session
|
702
|
+
* @param {string} answer
|
703
|
+
* @returns {string} Resource name string.
|
704
|
+
*/
|
705
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
706
|
+
/**
|
707
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
708
|
+
*
|
709
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
710
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
711
|
+
* @returns {string} A string representing the project.
|
712
|
+
*/
|
713
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
714
|
+
/**
|
715
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
716
|
+
*
|
717
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
718
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
719
|
+
* @returns {string} A string representing the location.
|
720
|
+
*/
|
721
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
722
|
+
/**
|
723
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
724
|
+
*
|
725
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
726
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
727
|
+
* @returns {string} A string representing the collection.
|
728
|
+
*/
|
729
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
730
|
+
/**
|
731
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
732
|
+
*
|
733
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
734
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
735
|
+
* @returns {string} A string representing the data_store.
|
736
|
+
*/
|
737
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
738
|
+
/**
|
739
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
740
|
+
*
|
741
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
742
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
743
|
+
* @returns {string} A string representing the session.
|
744
|
+
*/
|
745
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
746
|
+
/**
|
747
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
748
|
+
*
|
749
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
750
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
751
|
+
* @returns {string} A string representing the answer.
|
752
|
+
*/
|
753
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
643
754
|
/**
|
644
755
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
645
756
|
*
|
@@ -835,6 +946,117 @@ export declare class RecommendationServiceClient {
|
|
835
946
|
* @returns {string} A string representing the serving_config.
|
836
947
|
*/
|
837
948
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
949
|
+
/**
|
950
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
951
|
+
*
|
952
|
+
* @param {string} project
|
953
|
+
* @param {string} location
|
954
|
+
* @param {string} collection
|
955
|
+
* @param {string} engine
|
956
|
+
* @param {string} session
|
957
|
+
* @returns {string} Resource name string.
|
958
|
+
*/
|
959
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
960
|
+
/**
|
961
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
962
|
+
*
|
963
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
964
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
965
|
+
* @returns {string} A string representing the project.
|
966
|
+
*/
|
967
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
968
|
+
/**
|
969
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
970
|
+
*
|
971
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
972
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
973
|
+
* @returns {string} A string representing the location.
|
974
|
+
*/
|
975
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
976
|
+
/**
|
977
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
978
|
+
*
|
979
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
980
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
981
|
+
* @returns {string} A string representing the collection.
|
982
|
+
*/
|
983
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
984
|
+
/**
|
985
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
986
|
+
*
|
987
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
988
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
989
|
+
* @returns {string} A string representing the engine.
|
990
|
+
*/
|
991
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
992
|
+
/**
|
993
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
994
|
+
*
|
995
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
996
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
997
|
+
* @returns {string} A string representing the session.
|
998
|
+
*/
|
999
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1000
|
+
/**
|
1001
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1002
|
+
*
|
1003
|
+
* @param {string} project
|
1004
|
+
* @param {string} location
|
1005
|
+
* @param {string} collection
|
1006
|
+
* @param {string} engine
|
1007
|
+
* @param {string} session
|
1008
|
+
* @param {string} answer
|
1009
|
+
* @returns {string} Resource name string.
|
1010
|
+
*/
|
1011
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1012
|
+
/**
|
1013
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1014
|
+
*
|
1015
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1016
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1017
|
+
* @returns {string} A string representing the project.
|
1018
|
+
*/
|
1019
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1020
|
+
/**
|
1021
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1022
|
+
*
|
1023
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1024
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1025
|
+
* @returns {string} A string representing the location.
|
1026
|
+
*/
|
1027
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1028
|
+
/**
|
1029
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1030
|
+
*
|
1031
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1032
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1033
|
+
* @returns {string} A string representing the collection.
|
1034
|
+
*/
|
1035
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1036
|
+
/**
|
1037
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1038
|
+
*
|
1039
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1040
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1041
|
+
* @returns {string} A string representing the engine.
|
1042
|
+
*/
|
1043
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1044
|
+
/**
|
1045
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1046
|
+
*
|
1047
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1048
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1049
|
+
* @returns {string} A string representing the session.
|
1050
|
+
*/
|
1051
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1052
|
+
/**
|
1053
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1054
|
+
*
|
1055
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1056
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1057
|
+
* @returns {string} A string representing the answer.
|
1058
|
+
*/
|
1059
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
838
1060
|
/**
|
839
1061
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
840
1062
|
*
|
@@ -1078,6 +1300,99 @@ export declare class RecommendationServiceClient {
|
|
1078
1300
|
* @returns {string} A string representing the serving_config.
|
1079
1301
|
*/
|
1080
1302
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1303
|
+
/**
|
1304
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1305
|
+
*
|
1306
|
+
* @param {string} project
|
1307
|
+
* @param {string} location
|
1308
|
+
* @param {string} data_store
|
1309
|
+
* @param {string} session
|
1310
|
+
* @returns {string} Resource name string.
|
1311
|
+
*/
|
1312
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1313
|
+
/**
|
1314
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1315
|
+
*
|
1316
|
+
* @param {string} projectLocationDataStoreSessionName
|
1317
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1318
|
+
* @returns {string} A string representing the project.
|
1319
|
+
*/
|
1320
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1321
|
+
/**
|
1322
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1323
|
+
*
|
1324
|
+
* @param {string} projectLocationDataStoreSessionName
|
1325
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1326
|
+
* @returns {string} A string representing the location.
|
1327
|
+
*/
|
1328
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1329
|
+
/**
|
1330
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1331
|
+
*
|
1332
|
+
* @param {string} projectLocationDataStoreSessionName
|
1333
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1334
|
+
* @returns {string} A string representing the data_store.
|
1335
|
+
*/
|
1336
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1337
|
+
/**
|
1338
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1339
|
+
*
|
1340
|
+
* @param {string} projectLocationDataStoreSessionName
|
1341
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1342
|
+
* @returns {string} A string representing the session.
|
1343
|
+
*/
|
1344
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1345
|
+
/**
|
1346
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1347
|
+
*
|
1348
|
+
* @param {string} project
|
1349
|
+
* @param {string} location
|
1350
|
+
* @param {string} data_store
|
1351
|
+
* @param {string} session
|
1352
|
+
* @param {string} answer
|
1353
|
+
* @returns {string} Resource name string.
|
1354
|
+
*/
|
1355
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1356
|
+
/**
|
1357
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1358
|
+
*
|
1359
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1360
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1361
|
+
* @returns {string} A string representing the project.
|
1362
|
+
*/
|
1363
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1364
|
+
/**
|
1365
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1366
|
+
*
|
1367
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1368
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1369
|
+
* @returns {string} A string representing the location.
|
1370
|
+
*/
|
1371
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1372
|
+
/**
|
1373
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1374
|
+
*
|
1375
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1376
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1377
|
+
* @returns {string} A string representing the data_store.
|
1378
|
+
*/
|
1379
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1380
|
+
/**
|
1381
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1382
|
+
*
|
1383
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1384
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1385
|
+
* @returns {string} A string representing the session.
|
1386
|
+
*/
|
1387
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1388
|
+
/**
|
1389
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1390
|
+
*
|
1391
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1392
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1393
|
+
* @returns {string} A string representing the answer.
|
1394
|
+
*/
|
1395
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1081
1396
|
/**
|
1082
1397
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1083
1398
|
*
|