@google-cloud/discoveryengine 2.3.0 → 2.4.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/README.md +17 -0
- package/build/protos/google/cloud/discoveryengine/v1/assist_answer.proto +251 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant.proto +44 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant_service.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +15 -3
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +21 -8
- package/build/protos/google/cloud/discoveryengine/v1/session_service.proto +128 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +15 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +30 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +238 -8
- package/build/protos/google/cloud/discoveryengine/v1alpha/session_service.proto +201 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +26 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +40 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/session_service.proto +128 -0
- package/build/protos/protos.d.ts +15057 -10636
- package/build/protos/protos.js +45523 -34174
- package/build/protos/protos.json +4835 -3203
- package/build/src/index.d.ts +7 -1
- package/build/src/index.js +6 -2
- package/build/src/v1/assistant_service_client.d.ts +2058 -0
- package/build/src/v1/assistant_service_client.js +2957 -0
- package/build/src/v1/assistant_service_client_config.json +43 -0
- package/build/src/v1/assistant_service_proto_list.json +48 -0
- package/build/src/v1/cmek_config_service_client.d.ts +255 -144
- package/build/src/v1/cmek_config_service_client.js +348 -196
- package/build/src/v1/cmek_config_service_proto_list.json +4 -0
- package/build/src/v1/completion_service_client.d.ts +255 -144
- package/build/src/v1/completion_service_client.js +348 -196
- package/build/src/v1/completion_service_proto_list.json +4 -0
- package/build/src/v1/control_service_client.d.ts +255 -144
- package/build/src/v1/control_service_client.js +348 -196
- package/build/src/v1/control_service_proto_list.json +4 -0
- package/build/src/v1/conversational_search_service_client.d.ts +302 -155
- package/build/src/v1/conversational_search_service_client.js +380 -204
- package/build/src/v1/conversational_search_service_proto_list.json +4 -0
- package/build/src/v1/data_store_service_client.d.ts +255 -144
- package/build/src/v1/data_store_service_client.js +348 -196
- package/build/src/v1/data_store_service_proto_list.json +4 -0
- package/build/src/v1/document_service_client.d.ts +255 -144
- package/build/src/v1/document_service_client.js +348 -196
- package/build/src/v1/document_service_proto_list.json +4 -0
- package/build/src/v1/engine_service_client.d.ts +255 -144
- package/build/src/v1/engine_service_client.js +348 -196
- package/build/src/v1/engine_service_proto_list.json +4 -0
- package/build/src/v1/gapic_metadata.json +86 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +255 -144
- package/build/src/v1/grounded_generation_service_client.js +348 -196
- package/build/src/v1/grounded_generation_service_proto_list.json +4 -0
- package/build/src/v1/identity_mapping_store_service_client.d.ts +255 -144
- package/build/src/v1/identity_mapping_store_service_client.js +348 -196
- package/build/src/v1/identity_mapping_store_service_proto_list.json +4 -0
- package/build/src/v1/index.d.ts +2 -0
- package/build/src/v1/index.js +5 -1
- package/build/src/v1/project_service_client.d.ts +255 -144
- package/build/src/v1/project_service_client.js +348 -196
- package/build/src/v1/project_service_proto_list.json +4 -0
- package/build/src/v1/rank_service_client.d.ts +255 -144
- package/build/src/v1/rank_service_client.js +348 -196
- package/build/src/v1/rank_service_proto_list.json +4 -0
- package/build/src/v1/recommendation_service_client.d.ts +255 -144
- package/build/src/v1/recommendation_service_client.js +348 -196
- package/build/src/v1/recommendation_service_proto_list.json +4 -0
- package/build/src/v1/schema_service_client.d.ts +255 -144
- package/build/src/v1/schema_service_client.js +348 -196
- package/build/src/v1/schema_service_proto_list.json +4 -0
- package/build/src/v1/search_service_client.d.ts +303 -228
- package/build/src/v1/search_service_client.js +380 -252
- package/build/src/v1/search_service_proto_list.json +4 -0
- package/build/src/v1/search_tuning_service_client.d.ts +255 -144
- package/build/src/v1/search_tuning_service_client.js +348 -196
- package/build/src/v1/search_tuning_service_proto_list.json +4 -0
- package/build/src/v1/serving_config_service_client.d.ts +255 -144
- package/build/src/v1/serving_config_service_client.js +348 -196
- package/build/src/v1/serving_config_service_proto_list.json +4 -0
- package/build/src/v1/session_service_client.d.ts +2326 -0
- package/build/src/v1/session_service_client.js +3218 -0
- package/build/src/v1/session_service_client_config.json +63 -0
- package/build/src/v1/session_service_proto_list.json +48 -0
- package/build/src/v1/site_search_engine_service_client.d.ts +255 -144
- package/build/src/v1/site_search_engine_service_client.js +348 -196
- package/build/src/v1/site_search_engine_service_proto_list.json +4 -0
- package/build/src/v1/user_event_service_client.d.ts +255 -144
- package/build/src/v1/user_event_service_client.js +348 -196
- package/build/src/v1/user_event_service_proto_list.json +4 -0
- package/build/src/v1/user_license_service_client.d.ts +255 -144
- package/build/src/v1/user_license_service_client.js +348 -196
- package/build/src/v1/user_license_service_proto_list.json +4 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/acl_config_service_client.js +196 -196
- package/build/src/v1alpha/acl_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +144 -144
- package/build/src/v1alpha/chunk_service_client.js +196 -196
- package/build/src/v1alpha/chunk_service_proto_list.json +1 -0
- package/build/src/v1alpha/completion_service_client.d.ts +144 -144
- package/build/src/v1alpha/completion_service_client.js +196 -196
- package/build/src/v1alpha/completion_service_proto_list.json +1 -0
- package/build/src/v1alpha/control_service_client.d.ts +144 -144
- package/build/src/v1alpha/control_service_client.js +196 -196
- package/build/src/v1alpha/control_service_proto_list.json +1 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +221 -167
- package/build/src/v1alpha/conversational_search_service_client.js +244 -210
- package/build/src/v1alpha/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +144 -144
- package/build/src/v1alpha/data_store_service_client.js +196 -196
- package/build/src/v1alpha/data_store_service_proto_list.json +1 -0
- package/build/src/v1alpha/document_service_client.d.ts +144 -144
- package/build/src/v1alpha/document_service_client.js +196 -196
- package/build/src/v1alpha/document_service_proto_list.json +1 -0
- package/build/src/v1alpha/engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/engine_service_client.js +196 -196
- package/build/src/v1alpha/engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +144 -144
- package/build/src/v1alpha/estimate_billing_service_client.js +196 -196
- package/build/src/v1alpha/estimate_billing_service_proto_list.json +1 -0
- package/build/src/v1alpha/evaluation_service_client.d.ts +144 -144
- package/build/src/v1alpha/evaluation_service_client.js +196 -196
- package/build/src/v1alpha/evaluation_service_proto_list.json +1 -0
- package/build/src/v1alpha/gapic_metadata.json +82 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1alpha/grounded_generation_service_client.js +196 -196
- package/build/src/v1alpha/grounded_generation_service_proto_list.json +1 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +3 -1
- package/build/src/v1alpha/project_service_client.d.ts +144 -144
- package/build/src/v1alpha/project_service_client.js +196 -196
- package/build/src/v1alpha/project_service_proto_list.json +1 -0
- package/build/src/v1alpha/rank_service_client.d.ts +144 -144
- package/build/src/v1alpha/rank_service_client.js +196 -196
- package/build/src/v1alpha/rank_service_proto_list.json +1 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +144 -144
- package/build/src/v1alpha/recommendation_service_client.js +196 -196
- package/build/src/v1alpha/recommendation_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_service_client.js +196 -196
- package/build/src/v1alpha/sample_query_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_set_service_client.js +196 -196
- package/build/src/v1alpha/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1alpha/schema_service_client.d.ts +144 -144
- package/build/src/v1alpha/schema_service_client.js +196 -196
- package/build/src/v1alpha/schema_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_service_client.d.ts +168 -186
- package/build/src/v1alpha/search_service_client.js +212 -224
- package/build/src/v1alpha/search_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1alpha/search_tuning_service_client.js +196 -196
- package/build/src/v1alpha/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/serving_config_service_client.js +196 -196
- package/build/src/v1alpha/serving_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/session_service_client.d.ts +2331 -0
- package/build/src/v1alpha/session_service_client.js +3161 -0
- package/build/src/v1alpha/session_service_client_config.json +68 -0
- package/build/src/v1alpha/session_service_proto_list.json +49 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/site_search_engine_service_client.js +196 -196
- package/build/src/v1alpha/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +144 -144
- package/build/src/v1alpha/user_event_service_client.js +196 -196
- package/build/src/v1alpha/user_event_service_proto_list.json +1 -0
- package/build/src/v1beta/completion_service_client.d.ts +144 -144
- package/build/src/v1beta/completion_service_client.js +196 -196
- package/build/src/v1beta/completion_service_proto_list.json +1 -0
- package/build/src/v1beta/control_service_client.d.ts +144 -144
- package/build/src/v1beta/control_service_client.js +196 -196
- package/build/src/v1beta/control_service_proto_list.json +1 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +215 -161
- package/build/src/v1beta/conversational_search_service_client.js +242 -208
- package/build/src/v1beta/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1beta/data_store_service_client.d.ts +144 -144
- package/build/src/v1beta/data_store_service_client.js +196 -196
- package/build/src/v1beta/data_store_service_proto_list.json +1 -0
- package/build/src/v1beta/document_service_client.d.ts +144 -144
- package/build/src/v1beta/document_service_client.js +196 -196
- package/build/src/v1beta/document_service_proto_list.json +1 -0
- package/build/src/v1beta/engine_service_client.d.ts +144 -144
- package/build/src/v1beta/engine_service_client.js +196 -196
- package/build/src/v1beta/engine_service_proto_list.json +1 -0
- package/build/src/v1beta/evaluation_service_client.d.ts +144 -144
- package/build/src/v1beta/evaluation_service_client.js +196 -196
- package/build/src/v1beta/evaluation_service_proto_list.json +1 -0
- package/build/src/v1beta/gapic_metadata.json +68 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1beta/grounded_generation_service_client.js +196 -196
- package/build/src/v1beta/grounded_generation_service_proto_list.json +1 -0
- package/build/src/v1beta/index.d.ts +1 -0
- package/build/src/v1beta/index.js +3 -1
- package/build/src/v1beta/project_service_client.d.ts +144 -144
- package/build/src/v1beta/project_service_client.js +196 -196
- package/build/src/v1beta/project_service_proto_list.json +1 -0
- package/build/src/v1beta/rank_service_client.d.ts +144 -144
- package/build/src/v1beta/rank_service_client.js +196 -196
- package/build/src/v1beta/rank_service_proto_list.json +1 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +144 -144
- package/build/src/v1beta/recommendation_service_client.js +196 -196
- package/build/src/v1beta/recommendation_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_service_client.js +196 -196
- package/build/src/v1beta/sample_query_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_set_service_client.js +196 -196
- package/build/src/v1beta/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1beta/schema_service_client.d.ts +144 -144
- package/build/src/v1beta/schema_service_client.js +196 -196
- package/build/src/v1beta/schema_service_proto_list.json +1 -0
- package/build/src/v1beta/search_service_client.d.ts +192 -228
- package/build/src/v1beta/search_service_client.js +228 -252
- package/build/src/v1beta/search_service_proto_list.json +1 -0
- package/build/src/v1beta/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1beta/search_tuning_service_client.js +196 -196
- package/build/src/v1beta/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +144 -144
- package/build/src/v1beta/serving_config_service_client.js +196 -196
- package/build/src/v1beta/serving_config_service_proto_list.json +1 -0
- package/build/src/v1beta/session_service_client.d.ts +2266 -0
- package/build/src/v1beta/session_service_client.js +3136 -0
- package/build/src/v1beta/session_service_client_config.json +63 -0
- package/build/src/v1beta/session_service_proto_list.json +45 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1beta/site_search_engine_service_client.js +196 -196
- package/build/src/v1beta/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1beta/user_event_service_client.d.ts +144 -144
- package/build/src/v1beta/user_event_service_client.js +196 -196
- package/build/src/v1beta/user_event_service_proto_list.json +1 -0
- package/package.json +1 -1
@@ -1,5 +1,8 @@
|
|
1
1
|
[
|
2
2
|
"../../protos/google/cloud/discoveryengine/v1/answer.proto",
|
3
|
+
"../../protos/google/cloud/discoveryengine/v1/assist_answer.proto",
|
4
|
+
"../../protos/google/cloud/discoveryengine/v1/assistant.proto",
|
5
|
+
"../../protos/google/cloud/discoveryengine/v1/assistant_service.proto",
|
3
6
|
"../../protos/google/cloud/discoveryengine/v1/chunk.proto",
|
4
7
|
"../../protos/google/cloud/discoveryengine/v1/cmek_config_service.proto",
|
5
8
|
"../../protos/google/cloud/discoveryengine/v1/common.proto",
|
@@ -35,6 +38,7 @@
|
|
35
38
|
"../../protos/google/cloud/discoveryengine/v1/serving_config.proto",
|
36
39
|
"../../protos/google/cloud/discoveryengine/v1/serving_config_service.proto",
|
37
40
|
"../../protos/google/cloud/discoveryengine/v1/session.proto",
|
41
|
+
"../../protos/google/cloud/discoveryengine/v1/session_service.proto",
|
38
42
|
"../../protos/google/cloud/discoveryengine/v1/site_search_engine.proto",
|
39
43
|
"../../protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto",
|
40
44
|
"../../protos/google/cloud/discoveryengine/v1/user_event.proto",
|
@@ -814,6 +814,117 @@ export declare class DocumentServiceClient {
|
|
814
814
|
* ```
|
815
815
|
*/
|
816
816
|
deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, optionsOrCallback?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>): Promise<protos.google.protobuf.Empty>;
|
817
|
+
/**
|
818
|
+
* Return a fully-qualified assistAnswer resource name string.
|
819
|
+
*
|
820
|
+
* @param {string} project
|
821
|
+
* @param {string} location
|
822
|
+
* @param {string} collection
|
823
|
+
* @param {string} engine
|
824
|
+
* @param {string} session
|
825
|
+
* @param {string} assist_answer
|
826
|
+
* @returns {string} Resource name string.
|
827
|
+
*/
|
828
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
829
|
+
/**
|
830
|
+
* Parse the project from AssistAnswer resource.
|
831
|
+
*
|
832
|
+
* @param {string} assistAnswerName
|
833
|
+
* A fully-qualified path representing AssistAnswer resource.
|
834
|
+
* @returns {string} A string representing the project.
|
835
|
+
*/
|
836
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
837
|
+
/**
|
838
|
+
* Parse the location from AssistAnswer resource.
|
839
|
+
*
|
840
|
+
* @param {string} assistAnswerName
|
841
|
+
* A fully-qualified path representing AssistAnswer resource.
|
842
|
+
* @returns {string} A string representing the location.
|
843
|
+
*/
|
844
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
845
|
+
/**
|
846
|
+
* Parse the collection from AssistAnswer resource.
|
847
|
+
*
|
848
|
+
* @param {string} assistAnswerName
|
849
|
+
* A fully-qualified path representing AssistAnswer resource.
|
850
|
+
* @returns {string} A string representing the collection.
|
851
|
+
*/
|
852
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
853
|
+
/**
|
854
|
+
* Parse the engine from AssistAnswer resource.
|
855
|
+
*
|
856
|
+
* @param {string} assistAnswerName
|
857
|
+
* A fully-qualified path representing AssistAnswer resource.
|
858
|
+
* @returns {string} A string representing the engine.
|
859
|
+
*/
|
860
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
861
|
+
/**
|
862
|
+
* Parse the session from AssistAnswer resource.
|
863
|
+
*
|
864
|
+
* @param {string} assistAnswerName
|
865
|
+
* A fully-qualified path representing AssistAnswer resource.
|
866
|
+
* @returns {string} A string representing the session.
|
867
|
+
*/
|
868
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
869
|
+
/**
|
870
|
+
* Parse the assist_answer from AssistAnswer resource.
|
871
|
+
*
|
872
|
+
* @param {string} assistAnswerName
|
873
|
+
* A fully-qualified path representing AssistAnswer resource.
|
874
|
+
* @returns {string} A string representing the assist_answer.
|
875
|
+
*/
|
876
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
877
|
+
/**
|
878
|
+
* Return a fully-qualified assistant resource name string.
|
879
|
+
*
|
880
|
+
* @param {string} project
|
881
|
+
* @param {string} location
|
882
|
+
* @param {string} collection
|
883
|
+
* @param {string} engine
|
884
|
+
* @param {string} assistant
|
885
|
+
* @returns {string} Resource name string.
|
886
|
+
*/
|
887
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
888
|
+
/**
|
889
|
+
* Parse the project from Assistant resource.
|
890
|
+
*
|
891
|
+
* @param {string} assistantName
|
892
|
+
* A fully-qualified path representing Assistant resource.
|
893
|
+
* @returns {string} A string representing the project.
|
894
|
+
*/
|
895
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
896
|
+
/**
|
897
|
+
* Parse the location from Assistant resource.
|
898
|
+
*
|
899
|
+
* @param {string} assistantName
|
900
|
+
* A fully-qualified path representing Assistant resource.
|
901
|
+
* @returns {string} A string representing the location.
|
902
|
+
*/
|
903
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
904
|
+
/**
|
905
|
+
* Parse the collection from Assistant resource.
|
906
|
+
*
|
907
|
+
* @param {string} assistantName
|
908
|
+
* A fully-qualified path representing Assistant resource.
|
909
|
+
* @returns {string} A string representing the collection.
|
910
|
+
*/
|
911
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
912
|
+
/**
|
913
|
+
* Parse the engine from Assistant resource.
|
914
|
+
*
|
915
|
+
* @param {string} assistantName
|
916
|
+
* A fully-qualified path representing Assistant resource.
|
917
|
+
* @returns {string} A string representing the engine.
|
918
|
+
*/
|
919
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
920
|
+
/**
|
921
|
+
* Parse the assistant from Assistant resource.
|
922
|
+
*
|
923
|
+
* @param {string} assistantName
|
924
|
+
* A fully-qualified path representing Assistant resource.
|
925
|
+
* @returns {string} A string representing the assistant.
|
926
|
+
*/
|
927
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
817
928
|
/**
|
818
929
|
* Return a fully-qualified engine resource name string.
|
819
930
|
*
|
@@ -1480,57 +1591,6 @@ export declare class DocumentServiceClient {
|
|
1480
1591
|
* @returns {string} A string representing the serving_config.
|
1481
1592
|
*/
|
1482
1593
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1483
|
-
/**
|
1484
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
1485
|
-
*
|
1486
|
-
* @param {string} project
|
1487
|
-
* @param {string} location
|
1488
|
-
* @param {string} collection
|
1489
|
-
* @param {string} data_store
|
1490
|
-
* @param {string} session
|
1491
|
-
* @returns {string} Resource name string.
|
1492
|
-
*/
|
1493
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1494
|
-
/**
|
1495
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
1496
|
-
*
|
1497
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1498
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1499
|
-
* @returns {string} A string representing the project.
|
1500
|
-
*/
|
1501
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1502
|
-
/**
|
1503
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
1504
|
-
*
|
1505
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1506
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1507
|
-
* @returns {string} A string representing the location.
|
1508
|
-
*/
|
1509
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1510
|
-
/**
|
1511
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
1512
|
-
*
|
1513
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1514
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1515
|
-
* @returns {string} A string representing the collection.
|
1516
|
-
*/
|
1517
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1518
|
-
/**
|
1519
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
1520
|
-
*
|
1521
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1522
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1523
|
-
* @returns {string} A string representing the data_store.
|
1524
|
-
*/
|
1525
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1526
|
-
/**
|
1527
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
1528
|
-
*
|
1529
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
1530
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
1531
|
-
* @returns {string} A string representing the session.
|
1532
|
-
*/
|
1533
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
1534
1594
|
/**
|
1535
1595
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1536
1596
|
*
|
@@ -1591,6 +1651,57 @@ export declare class DocumentServiceClient {
|
|
1591
1651
|
* @returns {string} A string representing the answer.
|
1592
1652
|
*/
|
1593
1653
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1654
|
+
/**
|
1655
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1656
|
+
*
|
1657
|
+
* @param {string} project
|
1658
|
+
* @param {string} location
|
1659
|
+
* @param {string} collection
|
1660
|
+
* @param {string} data_store
|
1661
|
+
* @param {string} session
|
1662
|
+
* @returns {string} Resource name string.
|
1663
|
+
*/
|
1664
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1665
|
+
/**
|
1666
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1667
|
+
*
|
1668
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1669
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1670
|
+
* @returns {string} A string representing the project.
|
1671
|
+
*/
|
1672
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1673
|
+
/**
|
1674
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1675
|
+
*
|
1676
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1677
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1678
|
+
* @returns {string} A string representing the location.
|
1679
|
+
*/
|
1680
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1681
|
+
/**
|
1682
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1683
|
+
*
|
1684
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1685
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1686
|
+
* @returns {string} A string representing the collection.
|
1687
|
+
*/
|
1688
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1689
|
+
/**
|
1690
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1691
|
+
*
|
1692
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1693
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1694
|
+
* @returns {string} A string representing the data_store.
|
1695
|
+
*/
|
1696
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1697
|
+
/**
|
1698
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1699
|
+
*
|
1700
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1701
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1702
|
+
* @returns {string} A string representing the session.
|
1703
|
+
*/
|
1704
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1594
1705
|
/**
|
1595
1706
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1596
1707
|
*
|
@@ -1888,57 +1999,6 @@ export declare class DocumentServiceClient {
|
|
1888
1999
|
* @returns {string} A string representing the serving_config.
|
1889
2000
|
*/
|
1890
2001
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1891
|
-
/**
|
1892
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1893
|
-
*
|
1894
|
-
* @param {string} project
|
1895
|
-
* @param {string} location
|
1896
|
-
* @param {string} collection
|
1897
|
-
* @param {string} engine
|
1898
|
-
* @param {string} session
|
1899
|
-
* @returns {string} Resource name string.
|
1900
|
-
*/
|
1901
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1902
|
-
/**
|
1903
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1904
|
-
*
|
1905
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1906
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1907
|
-
* @returns {string} A string representing the project.
|
1908
|
-
*/
|
1909
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1910
|
-
/**
|
1911
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1912
|
-
*
|
1913
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1914
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1915
|
-
* @returns {string} A string representing the location.
|
1916
|
-
*/
|
1917
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1918
|
-
/**
|
1919
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1920
|
-
*
|
1921
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1922
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1923
|
-
* @returns {string} A string representing the collection.
|
1924
|
-
*/
|
1925
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1926
|
-
/**
|
1927
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1928
|
-
*
|
1929
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1930
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1931
|
-
* @returns {string} A string representing the engine.
|
1932
|
-
*/
|
1933
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1934
|
-
/**
|
1935
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1936
|
-
*
|
1937
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1938
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1939
|
-
* @returns {string} A string representing the session.
|
1940
|
-
*/
|
1941
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1942
2002
|
/**
|
1943
2003
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1944
2004
|
*
|
@@ -1999,6 +2059,57 @@ export declare class DocumentServiceClient {
|
|
1999
2059
|
* @returns {string} A string representing the answer.
|
2000
2060
|
*/
|
2001
2061
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
2062
|
+
/**
|
2063
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
2064
|
+
*
|
2065
|
+
* @param {string} project
|
2066
|
+
* @param {string} location
|
2067
|
+
* @param {string} collection
|
2068
|
+
* @param {string} engine
|
2069
|
+
* @param {string} session
|
2070
|
+
* @returns {string} Resource name string.
|
2071
|
+
*/
|
2072
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
2073
|
+
/**
|
2074
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
2075
|
+
*
|
2076
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2077
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2078
|
+
* @returns {string} A string representing the project.
|
2079
|
+
*/
|
2080
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2081
|
+
/**
|
2082
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
2083
|
+
*
|
2084
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2085
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2086
|
+
* @returns {string} A string representing the location.
|
2087
|
+
*/
|
2088
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2089
|
+
/**
|
2090
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
2091
|
+
*
|
2092
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2093
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2094
|
+
* @returns {string} A string representing the collection.
|
2095
|
+
*/
|
2096
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2097
|
+
/**
|
2098
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
2099
|
+
*
|
2100
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2101
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2102
|
+
* @returns {string} A string representing the engine.
|
2103
|
+
*/
|
2104
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2105
|
+
/**
|
2106
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
2107
|
+
*
|
2108
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
2109
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
2110
|
+
* @returns {string} A string representing the session.
|
2111
|
+
*/
|
2112
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
2002
2113
|
/**
|
2003
2114
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
2004
2115
|
*
|
@@ -2428,48 +2539,6 @@ export declare class DocumentServiceClient {
|
|
2428
2539
|
* @returns {string} A string representing the serving_config.
|
2429
2540
|
*/
|
2430
2541
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
2431
|
-
/**
|
2432
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
2433
|
-
*
|
2434
|
-
* @param {string} project
|
2435
|
-
* @param {string} location
|
2436
|
-
* @param {string} data_store
|
2437
|
-
* @param {string} session
|
2438
|
-
* @returns {string} Resource name string.
|
2439
|
-
*/
|
2440
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
2441
|
-
/**
|
2442
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
2443
|
-
*
|
2444
|
-
* @param {string} projectLocationDataStoreSessionName
|
2445
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2446
|
-
* @returns {string} A string representing the project.
|
2447
|
-
*/
|
2448
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2449
|
-
/**
|
2450
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
2451
|
-
*
|
2452
|
-
* @param {string} projectLocationDataStoreSessionName
|
2453
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2454
|
-
* @returns {string} A string representing the location.
|
2455
|
-
*/
|
2456
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2457
|
-
/**
|
2458
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
2459
|
-
*
|
2460
|
-
* @param {string} projectLocationDataStoreSessionName
|
2461
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2462
|
-
* @returns {string} A string representing the data_store.
|
2463
|
-
*/
|
2464
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2465
|
-
/**
|
2466
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
2467
|
-
*
|
2468
|
-
* @param {string} projectLocationDataStoreSessionName
|
2469
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2470
|
-
* @returns {string} A string representing the session.
|
2471
|
-
*/
|
2472
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
2473
2542
|
/**
|
2474
2543
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2475
2544
|
*
|
@@ -2521,6 +2590,48 @@ export declare class DocumentServiceClient {
|
|
2521
2590
|
* @returns {string} A string representing the answer.
|
2522
2591
|
*/
|
2523
2592
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2593
|
+
/**
|
2594
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2595
|
+
*
|
2596
|
+
* @param {string} project
|
2597
|
+
* @param {string} location
|
2598
|
+
* @param {string} data_store
|
2599
|
+
* @param {string} session
|
2600
|
+
* @returns {string} Resource name string.
|
2601
|
+
*/
|
2602
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
2603
|
+
/**
|
2604
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2605
|
+
*
|
2606
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2607
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2608
|
+
* @returns {string} A string representing the project.
|
2609
|
+
*/
|
2610
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2611
|
+
/**
|
2612
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2613
|
+
*
|
2614
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2615
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2616
|
+
* @returns {string} A string representing the location.
|
2617
|
+
*/
|
2618
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2619
|
+
/**
|
2620
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2621
|
+
*
|
2622
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2623
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2624
|
+
* @returns {string} A string representing the data_store.
|
2625
|
+
*/
|
2626
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2627
|
+
/**
|
2628
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2629
|
+
*
|
2630
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2631
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2632
|
+
* @returns {string} A string representing the session.
|
2633
|
+
*/
|
2634
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2524
2635
|
/**
|
2525
2636
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
2526
2637
|
*
|