@google-cloud/discoveryengine 1.6.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 +7 -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 +41 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +21 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +574 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +3 -6
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +64 -0
- 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 +283 -24
- 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 +158 -24
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +9 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +2 -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 +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
@@ -0,0 +1,38 @@
|
|
1
|
+
{
|
2
|
+
"interfaces": {
|
3
|
+
"google.cloud.discoveryengine.v1alpha.ProjectService": {
|
4
|
+
"retry_codes": {
|
5
|
+
"non_idempotent": [],
|
6
|
+
"idempotent": [
|
7
|
+
"DEADLINE_EXCEEDED",
|
8
|
+
"UNAVAILABLE"
|
9
|
+
]
|
10
|
+
},
|
11
|
+
"retry_params": {
|
12
|
+
"default": {
|
13
|
+
"initial_retry_delay_millis": 100,
|
14
|
+
"retry_delay_multiplier": 1.3,
|
15
|
+
"max_retry_delay_millis": 60000,
|
16
|
+
"initial_rpc_timeout_millis": 60000,
|
17
|
+
"rpc_timeout_multiplier": 1,
|
18
|
+
"max_rpc_timeout_millis": 60000,
|
19
|
+
"total_timeout_millis": 600000
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"methods": {
|
23
|
+
"GetProject": {
|
24
|
+
"retry_codes_name": "non_idempotent",
|
25
|
+
"retry_params_name": "default"
|
26
|
+
},
|
27
|
+
"ProvisionProject": {
|
28
|
+
"retry_codes_name": "non_idempotent",
|
29
|
+
"retry_params_name": "default"
|
30
|
+
},
|
31
|
+
"ReportConsentChange": {
|
32
|
+
"retry_codes_name": "non_idempotent",
|
33
|
+
"retry_params_name": "default"
|
34
|
+
}
|
35
|
+
}
|
36
|
+
}
|
37
|
+
}
|
38
|
+
}
|
@@ -272,6 +272,21 @@ export declare class RankServiceClient {
|
|
272
272
|
* @returns {string} A string representing the engine.
|
273
273
|
*/
|
274
274
|
matchEngineFromEngineName(engineName: string): string | number;
|
275
|
+
/**
|
276
|
+
* Return a fully-qualified project resource name string.
|
277
|
+
*
|
278
|
+
* @param {string} project
|
279
|
+
* @returns {string} Resource name string.
|
280
|
+
*/
|
281
|
+
projectPath(project: string): string;
|
282
|
+
/**
|
283
|
+
* Parse the project from Project resource.
|
284
|
+
*
|
285
|
+
* @param {string} projectName
|
286
|
+
* A fully-qualified path representing Project resource.
|
287
|
+
* @returns {string} A string representing the project.
|
288
|
+
*/
|
289
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
275
290
|
/**
|
276
291
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
277
292
|
*
|
@@ -638,6 +653,117 @@ export declare class RankServiceClient {
|
|
638
653
|
* @returns {string} A string representing the serving_config.
|
639
654
|
*/
|
640
655
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
656
|
+
/**
|
657
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
658
|
+
*
|
659
|
+
* @param {string} project
|
660
|
+
* @param {string} location
|
661
|
+
* @param {string} collection
|
662
|
+
* @param {string} data_store
|
663
|
+
* @param {string} session
|
664
|
+
* @returns {string} Resource name string.
|
665
|
+
*/
|
666
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
667
|
+
/**
|
668
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
669
|
+
*
|
670
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
671
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
672
|
+
* @returns {string} A string representing the project.
|
673
|
+
*/
|
674
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
675
|
+
/**
|
676
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
677
|
+
*
|
678
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
679
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
680
|
+
* @returns {string} A string representing the location.
|
681
|
+
*/
|
682
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
683
|
+
/**
|
684
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
685
|
+
*
|
686
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
687
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
688
|
+
* @returns {string} A string representing the collection.
|
689
|
+
*/
|
690
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
691
|
+
/**
|
692
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
693
|
+
*
|
694
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
695
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
696
|
+
* @returns {string} A string representing the data_store.
|
697
|
+
*/
|
698
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
699
|
+
/**
|
700
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
701
|
+
*
|
702
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
703
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
704
|
+
* @returns {string} A string representing the session.
|
705
|
+
*/
|
706
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
707
|
+
/**
|
708
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
709
|
+
*
|
710
|
+
* @param {string} project
|
711
|
+
* @param {string} location
|
712
|
+
* @param {string} collection
|
713
|
+
* @param {string} data_store
|
714
|
+
* @param {string} session
|
715
|
+
* @param {string} answer
|
716
|
+
* @returns {string} Resource name string.
|
717
|
+
*/
|
718
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
719
|
+
/**
|
720
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
721
|
+
*
|
722
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
723
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
724
|
+
* @returns {string} A string representing the project.
|
725
|
+
*/
|
726
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
727
|
+
/**
|
728
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
729
|
+
*
|
730
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
731
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
732
|
+
* @returns {string} A string representing the location.
|
733
|
+
*/
|
734
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
735
|
+
/**
|
736
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
737
|
+
*
|
738
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
739
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
740
|
+
* @returns {string} A string representing the collection.
|
741
|
+
*/
|
742
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
743
|
+
/**
|
744
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
745
|
+
*
|
746
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
747
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
748
|
+
* @returns {string} A string representing the data_store.
|
749
|
+
*/
|
750
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
751
|
+
/**
|
752
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
753
|
+
*
|
754
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
755
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
756
|
+
* @returns {string} A string representing the session.
|
757
|
+
*/
|
758
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
759
|
+
/**
|
760
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
761
|
+
*
|
762
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
763
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
764
|
+
* @returns {string} A string representing the answer.
|
765
|
+
*/
|
766
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
641
767
|
/**
|
642
768
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
643
769
|
*
|
@@ -833,6 +959,117 @@ export declare class RankServiceClient {
|
|
833
959
|
* @returns {string} A string representing the serving_config.
|
834
960
|
*/
|
835
961
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
962
|
+
/**
|
963
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
964
|
+
*
|
965
|
+
* @param {string} project
|
966
|
+
* @param {string} location
|
967
|
+
* @param {string} collection
|
968
|
+
* @param {string} engine
|
969
|
+
* @param {string} session
|
970
|
+
* @returns {string} Resource name string.
|
971
|
+
*/
|
972
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
973
|
+
/**
|
974
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
975
|
+
*
|
976
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
977
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
978
|
+
* @returns {string} A string representing the project.
|
979
|
+
*/
|
980
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
981
|
+
/**
|
982
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
983
|
+
*
|
984
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
985
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
986
|
+
* @returns {string} A string representing the location.
|
987
|
+
*/
|
988
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
989
|
+
/**
|
990
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
991
|
+
*
|
992
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
993
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
994
|
+
* @returns {string} A string representing the collection.
|
995
|
+
*/
|
996
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
997
|
+
/**
|
998
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
999
|
+
*
|
1000
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1001
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1002
|
+
* @returns {string} A string representing the engine.
|
1003
|
+
*/
|
1004
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1005
|
+
/**
|
1006
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1007
|
+
*
|
1008
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1009
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1010
|
+
* @returns {string} A string representing the session.
|
1011
|
+
*/
|
1012
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1013
|
+
/**
|
1014
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1015
|
+
*
|
1016
|
+
* @param {string} project
|
1017
|
+
* @param {string} location
|
1018
|
+
* @param {string} collection
|
1019
|
+
* @param {string} engine
|
1020
|
+
* @param {string} session
|
1021
|
+
* @param {string} answer
|
1022
|
+
* @returns {string} Resource name string.
|
1023
|
+
*/
|
1024
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1025
|
+
/**
|
1026
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1027
|
+
*
|
1028
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1029
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1030
|
+
* @returns {string} A string representing the project.
|
1031
|
+
*/
|
1032
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1033
|
+
/**
|
1034
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1035
|
+
*
|
1036
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1037
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1038
|
+
* @returns {string} A string representing the location.
|
1039
|
+
*/
|
1040
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1041
|
+
/**
|
1042
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1043
|
+
*
|
1044
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1045
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1046
|
+
* @returns {string} A string representing the collection.
|
1047
|
+
*/
|
1048
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1049
|
+
/**
|
1050
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1051
|
+
*
|
1052
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1053
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1054
|
+
* @returns {string} A string representing the engine.
|
1055
|
+
*/
|
1056
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1057
|
+
/**
|
1058
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1059
|
+
*
|
1060
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1061
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1062
|
+
* @returns {string} A string representing the session.
|
1063
|
+
*/
|
1064
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1065
|
+
/**
|
1066
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1067
|
+
*
|
1068
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1069
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1070
|
+
* @returns {string} A string representing the answer.
|
1071
|
+
*/
|
1072
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
836
1073
|
/**
|
837
1074
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
838
1075
|
*
|
@@ -1136,6 +1373,99 @@ export declare class RankServiceClient {
|
|
1136
1373
|
* @returns {string} A string representing the serving_config.
|
1137
1374
|
*/
|
1138
1375
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1376
|
+
/**
|
1377
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1378
|
+
*
|
1379
|
+
* @param {string} project
|
1380
|
+
* @param {string} location
|
1381
|
+
* @param {string} data_store
|
1382
|
+
* @param {string} session
|
1383
|
+
* @returns {string} Resource name string.
|
1384
|
+
*/
|
1385
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1386
|
+
/**
|
1387
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1388
|
+
*
|
1389
|
+
* @param {string} projectLocationDataStoreSessionName
|
1390
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1391
|
+
* @returns {string} A string representing the project.
|
1392
|
+
*/
|
1393
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1394
|
+
/**
|
1395
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1396
|
+
*
|
1397
|
+
* @param {string} projectLocationDataStoreSessionName
|
1398
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1399
|
+
* @returns {string} A string representing the location.
|
1400
|
+
*/
|
1401
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1402
|
+
/**
|
1403
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1404
|
+
*
|
1405
|
+
* @param {string} projectLocationDataStoreSessionName
|
1406
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1407
|
+
* @returns {string} A string representing the data_store.
|
1408
|
+
*/
|
1409
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1410
|
+
/**
|
1411
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1412
|
+
*
|
1413
|
+
* @param {string} projectLocationDataStoreSessionName
|
1414
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1415
|
+
* @returns {string} A string representing the session.
|
1416
|
+
*/
|
1417
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1418
|
+
/**
|
1419
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1420
|
+
*
|
1421
|
+
* @param {string} project
|
1422
|
+
* @param {string} location
|
1423
|
+
* @param {string} data_store
|
1424
|
+
* @param {string} session
|
1425
|
+
* @param {string} answer
|
1426
|
+
* @returns {string} Resource name string.
|
1427
|
+
*/
|
1428
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1429
|
+
/**
|
1430
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1431
|
+
*
|
1432
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1433
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1434
|
+
* @returns {string} A string representing the project.
|
1435
|
+
*/
|
1436
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1437
|
+
/**
|
1438
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1439
|
+
*
|
1440
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1441
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1442
|
+
* @returns {string} A string representing the location.
|
1443
|
+
*/
|
1444
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1445
|
+
/**
|
1446
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1447
|
+
*
|
1448
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1449
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1450
|
+
* @returns {string} A string representing the data_store.
|
1451
|
+
*/
|
1452
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1453
|
+
/**
|
1454
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1455
|
+
*
|
1456
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1457
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1458
|
+
* @returns {string} A string representing the session.
|
1459
|
+
*/
|
1460
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1461
|
+
/**
|
1462
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1463
|
+
*
|
1464
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1465
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1466
|
+
* @returns {string} A string representing the answer.
|
1467
|
+
*/
|
1468
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1139
1469
|
/**
|
1140
1470
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1141
1471
|
*
|