@google-cloud/discoveryengine 1.6.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +24 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +14 -2
- package/build/protos/google/cloud/discoveryengine/v1/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +6 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +18 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +7 -1
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +285 -23
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +228 -0
- package/build/protos/google/cloud/discoveryengine/v1/schema.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +126 -22
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +17 -12
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +328 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +42 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +22 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +575 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +20 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +4 -7
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +65 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +120 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +55 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +284 -25
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +102 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +171 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +22 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +159 -25
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +10 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +3 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +94 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +328 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +31 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +560 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +4 -7
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +7 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +94 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +120 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +55 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +284 -25
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +115 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/schema.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +143 -23
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +8 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +94 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +1 -1
- package/build/protos/protos.d.ts +44799 -26093
- package/build/protos/protos.js +120465 -74222
- package/build/protos/protos.json +8911 -4556
- package/build/src/index.d.ts +4 -1
- package/build/src/index.js +4 -1
- package/build/src/v1/conversational_search_service_client.d.ts +4 -0
- package/build/src/v1/document_service_client.d.ts +47 -19
- package/build/src/v1/index.d.ts +1 -0
- package/build/src/v1/index.js +3 -1
- package/build/src/v1/recommendation_service_client.d.ts +1087 -0
- package/build/src/v1/recommendation_service_client.js +1432 -0
- package/build/src/v1/recommendation_service_client_config.json +43 -0
- package/build/src/v1/search_service_client.d.ts +27 -9
- package/build/src/v1/search_service_client.js +18 -6
- package/build/src/v1/search_service_client_config.json +5 -5
- package/build/src/v1alpha/acl_config_service_client.d.ts +330 -0
- package/build/src/v1alpha/acl_config_service_client.js +454 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +330 -0
- package/build/src/v1alpha/chunk_service_client.js +454 -0
- package/build/src/v1alpha/completion_service_client.d.ts +330 -0
- package/build/src/v1alpha/completion_service_client.js +457 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +674 -0
- package/build/src/v1alpha/conversational_search_service_client.js +724 -0
- package/build/src/v1alpha/conversational_search_service_client_config.json +35 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +330 -0
- package/build/src/v1alpha/data_store_service_client.js +457 -0
- package/build/src/v1alpha/document_service_client.d.ts +410 -21
- package/build/src/v1alpha/document_service_client.js +479 -0
- package/build/src/v1alpha/document_service_client_config.json +5 -0
- package/build/src/v1alpha/engine_service_client.d.ts +330 -0
- package/build/src/v1alpha/engine_service_client.js +457 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +330 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +457 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +1574 -0
- package/build/src/v1alpha/grounded_generation_service_client.js +2248 -0
- package/build/src/v1alpha/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1alpha/index.d.ts +3 -1
- package/build/src/v1alpha/index.js +7 -3
- package/build/src/v1alpha/project_service_client.d.ts +1756 -0
- package/build/src/v1alpha/project_service_client.js +2500 -0
- package/build/src/v1alpha/project_service_client_config.json +38 -0
- package/build/src/v1alpha/rank_service_client.d.ts +330 -0
- package/build/src/v1alpha/rank_service_client.js +454 -0
- package/build/src/v1alpha/rank_service_client_config.json +15 -2
- package/build/src/v1alpha/recommendation_service_client.d.ts +330 -0
- package/build/src/v1alpha/recommendation_service_client.js +454 -0
- package/build/src/v1alpha/schema_service_client.d.ts +330 -0
- package/build/src/v1alpha/schema_service_client.js +457 -0
- package/build/src/v1alpha/search_service_client.d.ts +360 -15
- package/build/src/v1alpha/search_service_client.js +474 -10
- package/build/src/v1alpha/search_service_client_config.json +5 -5
- package/build/src/v1alpha/search_tuning_service_client.d.ts +330 -0
- package/build/src/v1alpha/search_tuning_service_client.js +457 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +317 -1
- package/build/src/v1alpha/serving_config_service_client.js +434 -1
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +330 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +457 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +330 -0
- package/build/src/v1alpha/user_event_service_client.js +457 -0
- package/build/src/v1beta/completion_service_client.d.ts +315 -0
- package/build/src/v1beta/completion_service_client.js +432 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +659 -0
- package/build/src/v1beta/conversational_search_service_client.js +702 -0
- package/build/src/v1beta/conversational_search_service_client_config.json +35 -0
- package/build/src/v1beta/data_store_service_client.d.ts +315 -0
- package/build/src/v1beta/data_store_service_client.js +432 -0
- package/build/src/v1beta/document_service_client.d.ts +361 -21
- package/build/src/v1beta/document_service_client.js +432 -0
- package/build/src/v1beta/engine_service_client.d.ts +410 -0
- package/build/src/v1beta/engine_service_client.js +518 -0
- package/build/src/v1beta/engine_service_client_config.json +12 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +1406 -0
- package/build/src/v1beta/grounded_generation_service_client.js +2014 -0
- package/build/src/v1beta/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1beta/index.d.ts +2 -0
- package/build/src/v1beta/index.js +5 -1
- package/build/src/v1beta/rank_service_client.d.ts +1416 -0
- package/build/src/v1beta/rank_service_client.js +2015 -0
- package/build/src/v1beta/rank_service_client_config.json +43 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +315 -0
- package/build/src/v1beta/recommendation_service_client.js +432 -0
- package/build/src/v1beta/schema_service_client.d.ts +315 -0
- package/build/src/v1beta/schema_service_client.js +432 -0
- package/build/src/v1beta/search_service_client.d.ts +342 -12
- package/build/src/v1beta/search_service_client.js +450 -8
- package/build/src/v1beta/search_service_client_config.json +5 -5
- package/build/src/v1beta/search_tuning_service_client.d.ts +315 -0
- package/build/src/v1beta/search_tuning_service_client.js +432 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +315 -0
- package/build/src/v1beta/serving_config_service_client.js +432 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +315 -0
- package/build/src/v1beta/site_search_engine_service_client.js +432 -0
- package/build/src/v1beta/user_event_service_client.d.ts +315 -0
- package/build/src/v1beta/user_event_service_client.js +432 -0
- package/package.json +1 -1
@@ -401,6 +401,21 @@ export declare class ChunkServiceClient {
|
|
401
401
|
* @returns {string} A string representing the engine.
|
402
402
|
*/
|
403
403
|
matchEngineFromEngineName(engineName: string): string | number;
|
404
|
+
/**
|
405
|
+
* Return a fully-qualified project resource name string.
|
406
|
+
*
|
407
|
+
* @param {string} project
|
408
|
+
* @returns {string} Resource name string.
|
409
|
+
*/
|
410
|
+
projectPath(project: string): string;
|
411
|
+
/**
|
412
|
+
* Parse the project from Project resource.
|
413
|
+
*
|
414
|
+
* @param {string} projectName
|
415
|
+
* A fully-qualified path representing Project resource.
|
416
|
+
* @returns {string} A string representing the project.
|
417
|
+
*/
|
418
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
404
419
|
/**
|
405
420
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
406
421
|
*
|
@@ -767,6 +782,117 @@ export declare class ChunkServiceClient {
|
|
767
782
|
* @returns {string} A string representing the serving_config.
|
768
783
|
*/
|
769
784
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
785
|
+
/**
|
786
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
787
|
+
*
|
788
|
+
* @param {string} project
|
789
|
+
* @param {string} location
|
790
|
+
* @param {string} collection
|
791
|
+
* @param {string} data_store
|
792
|
+
* @param {string} session
|
793
|
+
* @returns {string} Resource name string.
|
794
|
+
*/
|
795
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
796
|
+
/**
|
797
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
798
|
+
*
|
799
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
800
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
801
|
+
* @returns {string} A string representing the project.
|
802
|
+
*/
|
803
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
804
|
+
/**
|
805
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
806
|
+
*
|
807
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
808
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
809
|
+
* @returns {string} A string representing the location.
|
810
|
+
*/
|
811
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
812
|
+
/**
|
813
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
814
|
+
*
|
815
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
816
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
817
|
+
* @returns {string} A string representing the collection.
|
818
|
+
*/
|
819
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
820
|
+
/**
|
821
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
822
|
+
*
|
823
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
824
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
825
|
+
* @returns {string} A string representing the data_store.
|
826
|
+
*/
|
827
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
828
|
+
/**
|
829
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
830
|
+
*
|
831
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
832
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
833
|
+
* @returns {string} A string representing the session.
|
834
|
+
*/
|
835
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
836
|
+
/**
|
837
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
838
|
+
*
|
839
|
+
* @param {string} project
|
840
|
+
* @param {string} location
|
841
|
+
* @param {string} collection
|
842
|
+
* @param {string} data_store
|
843
|
+
* @param {string} session
|
844
|
+
* @param {string} answer
|
845
|
+
* @returns {string} Resource name string.
|
846
|
+
*/
|
847
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
848
|
+
/**
|
849
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
850
|
+
*
|
851
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
852
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
853
|
+
* @returns {string} A string representing the project.
|
854
|
+
*/
|
855
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
856
|
+
/**
|
857
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
858
|
+
*
|
859
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
860
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
861
|
+
* @returns {string} A string representing the location.
|
862
|
+
*/
|
863
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
864
|
+
/**
|
865
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
866
|
+
*
|
867
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
868
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
869
|
+
* @returns {string} A string representing the collection.
|
870
|
+
*/
|
871
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
872
|
+
/**
|
873
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
874
|
+
*
|
875
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
876
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
877
|
+
* @returns {string} A string representing the data_store.
|
878
|
+
*/
|
879
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
880
|
+
/**
|
881
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
882
|
+
*
|
883
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
884
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
885
|
+
* @returns {string} A string representing the session.
|
886
|
+
*/
|
887
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
888
|
+
/**
|
889
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
890
|
+
*
|
891
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
892
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
893
|
+
* @returns {string} A string representing the answer.
|
894
|
+
*/
|
895
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
770
896
|
/**
|
771
897
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
772
898
|
*
|
@@ -962,6 +1088,117 @@ export declare class ChunkServiceClient {
|
|
962
1088
|
* @returns {string} A string representing the serving_config.
|
963
1089
|
*/
|
964
1090
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1091
|
+
/**
|
1092
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1093
|
+
*
|
1094
|
+
* @param {string} project
|
1095
|
+
* @param {string} location
|
1096
|
+
* @param {string} collection
|
1097
|
+
* @param {string} engine
|
1098
|
+
* @param {string} session
|
1099
|
+
* @returns {string} Resource name string.
|
1100
|
+
*/
|
1101
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1102
|
+
/**
|
1103
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1104
|
+
*
|
1105
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1106
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1107
|
+
* @returns {string} A string representing the project.
|
1108
|
+
*/
|
1109
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1110
|
+
/**
|
1111
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1112
|
+
*
|
1113
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1114
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1115
|
+
* @returns {string} A string representing the location.
|
1116
|
+
*/
|
1117
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1118
|
+
/**
|
1119
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1120
|
+
*
|
1121
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1122
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1123
|
+
* @returns {string} A string representing the collection.
|
1124
|
+
*/
|
1125
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1126
|
+
/**
|
1127
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1128
|
+
*
|
1129
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1130
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1131
|
+
* @returns {string} A string representing the engine.
|
1132
|
+
*/
|
1133
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1134
|
+
/**
|
1135
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1136
|
+
*
|
1137
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1138
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1139
|
+
* @returns {string} A string representing the session.
|
1140
|
+
*/
|
1141
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1142
|
+
/**
|
1143
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1144
|
+
*
|
1145
|
+
* @param {string} project
|
1146
|
+
* @param {string} location
|
1147
|
+
* @param {string} collection
|
1148
|
+
* @param {string} engine
|
1149
|
+
* @param {string} session
|
1150
|
+
* @param {string} answer
|
1151
|
+
* @returns {string} Resource name string.
|
1152
|
+
*/
|
1153
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1154
|
+
/**
|
1155
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1156
|
+
*
|
1157
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1158
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1159
|
+
* @returns {string} A string representing the project.
|
1160
|
+
*/
|
1161
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1162
|
+
/**
|
1163
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1164
|
+
*
|
1165
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1166
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1167
|
+
* @returns {string} A string representing the location.
|
1168
|
+
*/
|
1169
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1170
|
+
/**
|
1171
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1172
|
+
*
|
1173
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1174
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1175
|
+
* @returns {string} A string representing the collection.
|
1176
|
+
*/
|
1177
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1178
|
+
/**
|
1179
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1180
|
+
*
|
1181
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1182
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1183
|
+
* @returns {string} A string representing the engine.
|
1184
|
+
*/
|
1185
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1186
|
+
/**
|
1187
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1188
|
+
*
|
1189
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1190
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1191
|
+
* @returns {string} A string representing the session.
|
1192
|
+
*/
|
1193
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1194
|
+
/**
|
1195
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1196
|
+
*
|
1197
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1198
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1199
|
+
* @returns {string} A string representing the answer.
|
1200
|
+
*/
|
1201
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
965
1202
|
/**
|
966
1203
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
967
1204
|
*
|
@@ -1265,6 +1502,99 @@ export declare class ChunkServiceClient {
|
|
1265
1502
|
* @returns {string} A string representing the serving_config.
|
1266
1503
|
*/
|
1267
1504
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1505
|
+
/**
|
1506
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1507
|
+
*
|
1508
|
+
* @param {string} project
|
1509
|
+
* @param {string} location
|
1510
|
+
* @param {string} data_store
|
1511
|
+
* @param {string} session
|
1512
|
+
* @returns {string} Resource name string.
|
1513
|
+
*/
|
1514
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1515
|
+
/**
|
1516
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1517
|
+
*
|
1518
|
+
* @param {string} projectLocationDataStoreSessionName
|
1519
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1520
|
+
* @returns {string} A string representing the project.
|
1521
|
+
*/
|
1522
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1523
|
+
/**
|
1524
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1525
|
+
*
|
1526
|
+
* @param {string} projectLocationDataStoreSessionName
|
1527
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1528
|
+
* @returns {string} A string representing the location.
|
1529
|
+
*/
|
1530
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1531
|
+
/**
|
1532
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1533
|
+
*
|
1534
|
+
* @param {string} projectLocationDataStoreSessionName
|
1535
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1536
|
+
* @returns {string} A string representing the data_store.
|
1537
|
+
*/
|
1538
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1539
|
+
/**
|
1540
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1541
|
+
*
|
1542
|
+
* @param {string} projectLocationDataStoreSessionName
|
1543
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1544
|
+
* @returns {string} A string representing the session.
|
1545
|
+
*/
|
1546
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1547
|
+
/**
|
1548
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1549
|
+
*
|
1550
|
+
* @param {string} project
|
1551
|
+
* @param {string} location
|
1552
|
+
* @param {string} data_store
|
1553
|
+
* @param {string} session
|
1554
|
+
* @param {string} answer
|
1555
|
+
* @returns {string} Resource name string.
|
1556
|
+
*/
|
1557
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1558
|
+
/**
|
1559
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1560
|
+
*
|
1561
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1562
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1563
|
+
* @returns {string} A string representing the project.
|
1564
|
+
*/
|
1565
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1566
|
+
/**
|
1567
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1568
|
+
*
|
1569
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1570
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1571
|
+
* @returns {string} A string representing the location.
|
1572
|
+
*/
|
1573
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1574
|
+
/**
|
1575
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1576
|
+
*
|
1577
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1578
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1579
|
+
* @returns {string} A string representing the data_store.
|
1580
|
+
*/
|
1581
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1582
|
+
/**
|
1583
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1584
|
+
*
|
1585
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1586
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1587
|
+
* @returns {string} A string representing the session.
|
1588
|
+
*/
|
1589
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1590
|
+
/**
|
1591
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1592
|
+
*
|
1593
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1594
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1595
|
+
* @returns {string} A string representing the answer.
|
1596
|
+
*/
|
1597
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1268
1598
|
/**
|
1269
1599
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1270
1600
|
*
|