@google-cloud/discoveryengine 1.3.0 → 1.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/CHANGELOG.md +14 -0
- package/README.md +63 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +54 -3
- package/build/protos/google/cloud/discoveryengine/v1/completion.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +51 -4
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +40 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +98 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +304 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +215 -0
- package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +242 -0
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +38 -0
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +137 -4
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +170 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +691 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +0 -5
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +97 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +147 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +164 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +540 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +59 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +51 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +40 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +98 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +306 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +220 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +244 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +38 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +26 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +150 -11
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +264 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +147 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +170 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +695 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +4 -3
- package/build/protos/protos.d.ts +42822 -21397
- package/build/protos/protos.js +110509 -61572
- package/build/protos/protos.json +11779 -6752
- package/build/src/index.d.ts +10 -1
- package/build/src/index.js +11 -2
- package/build/src/v1/completion_service_client.d.ts +489 -7
- package/build/src/v1/completion_service_client.js +716 -12
- package/build/src/v1/completion_service_client_config.json +10 -0
- package/build/src/v1/conversational_search_service_client.d.ts +341 -3
- package/build/src/v1/conversational_search_service_client.js +467 -10
- package/build/src/v1/data_store_service_client.d.ts +1286 -0
- package/build/src/v1/data_store_service_client.js +1768 -0
- package/build/src/v1/data_store_service_client_config.json +46 -0
- package/build/src/v1/document_service_client.d.ts +347 -2
- package/build/src/v1/document_service_client.js +507 -10
- package/build/src/v1/engine_service_client.d.ts +1211 -0
- package/build/src/v1/engine_service_client.js +1731 -0
- package/build/src/v1/engine_service_client_config.json +46 -0
- package/build/src/v1/index.d.ts +3 -0
- package/build/src/v1/index.js +8 -2
- package/build/src/v1/schema_service_client.d.ts +272 -2
- package/build/src/v1/schema_service_client.js +403 -10
- package/build/src/v1/search_service_client.d.ts +515 -11
- package/build/src/v1/search_service_client.js +649 -16
- package/build/src/v1/site_search_engine_service_client.d.ts +1564 -0
- package/build/src/v1/site_search_engine_service_client.js +2075 -0
- package/build/src/v1/site_search_engine_service_client_config.json +74 -0
- package/build/src/v1/user_event_service_client.d.ts +272 -2
- package/build/src/v1/user_event_service_client.js +403 -10
- package/build/src/v1alpha/completion_service_client.d.ts +230 -2
- package/build/src/v1alpha/completion_service_client.js +339 -10
- package/build/src/v1alpha/conversational_search_service_client.d.ts +247 -2
- package/build/src/v1alpha/conversational_search_service_client.js +339 -10
- package/build/src/v1alpha/data_store_service_client.d.ts +230 -2
- package/build/src/v1alpha/data_store_service_client.js +347 -12
- package/build/src/v1alpha/document_service_client.d.ts +230 -2
- package/build/src/v1alpha/document_service_client.js +347 -12
- package/build/src/v1alpha/engine_service_client.d.ts +231 -3
- package/build/src/v1alpha/engine_service_client.js +347 -12
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +4 -2
- package/build/src/v1alpha/recommendation_service_client.d.ts +230 -2
- package/build/src/v1alpha/recommendation_service_client.js +339 -10
- package/build/src/v1alpha/schema_service_client.d.ts +230 -2
- package/build/src/v1alpha/schema_service_client.js +347 -12
- package/build/src/v1alpha/search_service_client.d.ts +269 -2
- package/build/src/v1alpha/search_service_client.js +365 -10
- package/build/src/v1alpha/search_tuning_service_client.d.ts +977 -0
- package/build/src/v1alpha/search_tuning_service_client.js +1479 -0
- package/build/src/v1alpha/search_tuning_service_client_config.json +30 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +750 -3
- package/build/src/v1alpha/site_search_engine_service_client.js +838 -14
- package/build/src/v1alpha/site_search_engine_service_client_config.json +44 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +230 -2
- package/build/src/v1alpha/user_event_service_client.js +347 -12
- package/build/src/v1beta/completion_service_client.d.ts +633 -7
- package/build/src/v1beta/completion_service_client.js +912 -12
- package/build/src/v1beta/completion_service_client_config.json +10 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +341 -3
- package/build/src/v1beta/conversational_search_service_client.js +467 -10
- package/build/src/v1beta/data_store_service_client.d.ts +1433 -0
- package/build/src/v1beta/data_store_service_client.js +1966 -0
- package/build/src/v1beta/data_store_service_client_config.json +46 -0
- package/build/src/v1beta/document_service_client.d.ts +491 -2
- package/build/src/v1beta/document_service_client.js +707 -12
- package/build/src/v1beta/engine_service_client.d.ts +1357 -0
- package/build/src/v1beta/engine_service_client.js +1928 -0
- package/build/src/v1beta/engine_service_client_config.json +46 -0
- package/build/src/v1beta/index.d.ts +4 -0
- package/build/src/v1beta/index.js +10 -2
- package/build/src/v1beta/recommendation_service_client.d.ts +420 -5
- package/build/src/v1beta/recommendation_service_client.js +571 -10
- package/build/src/v1beta/schema_service_client.d.ts +416 -2
- package/build/src/v1beta/schema_service_client.js +603 -12
- package/build/src/v1beta/search_service_client.d.ts +539 -29
- package/build/src/v1beta/search_service_client.js +665 -28
- package/build/src/v1beta/serving_config_service_client.d.ts +1102 -0
- package/build/src/v1beta/serving_config_service_client.js +1563 -0
- package/build/src/v1beta/serving_config_service_client_config.json +38 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +1712 -0
- package/build/src/v1beta/site_search_engine_service_client.js +2271 -0
- package/build/src/v1beta/site_search_engine_service_client_config.json +74 -0
- package/build/src/v1beta/user_event_service_client.d.ts +416 -2
- package/build/src/v1beta/user_event_service_client.js +603 -12
- package/package.json +3 -3
@@ -16,6 +16,8 @@ export declare class SchemaServiceClient {
|
|
16
16
|
private _gaxGrpc;
|
17
17
|
private _protos;
|
18
18
|
private _defaults;
|
19
|
+
private _universeDomain;
|
20
|
+
private _servicePath;
|
19
21
|
auth: gax.GoogleAuth;
|
20
22
|
descriptors: Descriptors;
|
21
23
|
warn: (code: string, message: string, warnType?: string) => void;
|
@@ -86,15 +88,22 @@ export declare class SchemaServiceClient {
|
|
86
88
|
}>;
|
87
89
|
/**
|
88
90
|
* The DNS address for this API service.
|
91
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
89
92
|
* @returns {string} The DNS address for this service.
|
90
93
|
*/
|
91
94
|
static get servicePath(): string;
|
92
95
|
/**
|
93
|
-
* The DNS address for this API service - same as servicePath
|
94
|
-
*
|
96
|
+
* The DNS address for this API service - same as servicePath.
|
97
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
95
98
|
* @returns {string} The DNS address for this service.
|
96
99
|
*/
|
97
100
|
static get apiEndpoint(): string;
|
101
|
+
/**
|
102
|
+
* The DNS address for this API service.
|
103
|
+
* @returns {string} The DNS address for this service.
|
104
|
+
*/
|
105
|
+
get apiEndpoint(): string;
|
106
|
+
get universeDomain(): string;
|
98
107
|
/**
|
99
108
|
* The port for this API service.
|
100
109
|
* @returns {number} The default port for this service.
|
@@ -550,6 +559,48 @@ export declare class SchemaServiceClient {
|
|
550
559
|
* ```
|
551
560
|
*/
|
552
561
|
deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, options?: 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>;
|
562
|
+
/**
|
563
|
+
* Return a fully-qualified engine resource name string.
|
564
|
+
*
|
565
|
+
* @param {string} project
|
566
|
+
* @param {string} location
|
567
|
+
* @param {string} collection
|
568
|
+
* @param {string} engine
|
569
|
+
* @returns {string} Resource name string.
|
570
|
+
*/
|
571
|
+
enginePath(project: string, location: string, collection: string, engine: string): string;
|
572
|
+
/**
|
573
|
+
* Parse the project from Engine resource.
|
574
|
+
*
|
575
|
+
* @param {string} engineName
|
576
|
+
* A fully-qualified path representing Engine resource.
|
577
|
+
* @returns {string} A string representing the project.
|
578
|
+
*/
|
579
|
+
matchProjectFromEngineName(engineName: string): string | number;
|
580
|
+
/**
|
581
|
+
* Parse the location from Engine resource.
|
582
|
+
*
|
583
|
+
* @param {string} engineName
|
584
|
+
* A fully-qualified path representing Engine resource.
|
585
|
+
* @returns {string} A string representing the location.
|
586
|
+
*/
|
587
|
+
matchLocationFromEngineName(engineName: string): string | number;
|
588
|
+
/**
|
589
|
+
* Parse the collection from Engine resource.
|
590
|
+
*
|
591
|
+
* @param {string} engineName
|
592
|
+
* A fully-qualified path representing Engine resource.
|
593
|
+
* @returns {string} A string representing the collection.
|
594
|
+
*/
|
595
|
+
matchCollectionFromEngineName(engineName: string): string | number;
|
596
|
+
/**
|
597
|
+
* Parse the engine from Engine resource.
|
598
|
+
*
|
599
|
+
* @param {string} engineName
|
600
|
+
* A fully-qualified path representing Engine resource.
|
601
|
+
* @returns {string} A string representing the engine.
|
602
|
+
*/
|
603
|
+
matchEngineFromEngineName(engineName: string): string | number;
|
553
604
|
/**
|
554
605
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
555
606
|
*
|
@@ -754,6 +805,252 @@ export declare class SchemaServiceClient {
|
|
754
805
|
* @returns {string} A string representing the schema.
|
755
806
|
*/
|
756
807
|
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
808
|
+
/**
|
809
|
+
* Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
|
810
|
+
*
|
811
|
+
* @param {string} project
|
812
|
+
* @param {string} location
|
813
|
+
* @param {string} collection
|
814
|
+
* @param {string} data_store
|
815
|
+
* @param {string} serving_config
|
816
|
+
* @returns {string} Resource name string.
|
817
|
+
*/
|
818
|
+
projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
|
819
|
+
/**
|
820
|
+
* Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
|
821
|
+
*
|
822
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
823
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
824
|
+
* @returns {string} A string representing the project.
|
825
|
+
*/
|
826
|
+
matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
827
|
+
/**
|
828
|
+
* Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
|
829
|
+
*
|
830
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
831
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
832
|
+
* @returns {string} A string representing the location.
|
833
|
+
*/
|
834
|
+
matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
835
|
+
/**
|
836
|
+
* Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
|
837
|
+
*
|
838
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
839
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
840
|
+
* @returns {string} A string representing the collection.
|
841
|
+
*/
|
842
|
+
matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
843
|
+
/**
|
844
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
|
845
|
+
*
|
846
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
847
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
848
|
+
* @returns {string} A string representing the data_store.
|
849
|
+
*/
|
850
|
+
matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
851
|
+
/**
|
852
|
+
* Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
|
853
|
+
*
|
854
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
855
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
856
|
+
* @returns {string} A string representing the serving_config.
|
857
|
+
*/
|
858
|
+
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
859
|
+
/**
|
860
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
861
|
+
*
|
862
|
+
* @param {string} project
|
863
|
+
* @param {string} location
|
864
|
+
* @param {string} collection
|
865
|
+
* @param {string} data_store
|
866
|
+
* @returns {string} Resource name string.
|
867
|
+
*/
|
868
|
+
projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
|
869
|
+
/**
|
870
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
871
|
+
*
|
872
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
873
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
874
|
+
* @returns {string} A string representing the project.
|
875
|
+
*/
|
876
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
877
|
+
/**
|
878
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
879
|
+
*
|
880
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
881
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
882
|
+
* @returns {string} A string representing the location.
|
883
|
+
*/
|
884
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
885
|
+
/**
|
886
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
887
|
+
*
|
888
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
889
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
890
|
+
* @returns {string} A string representing the collection.
|
891
|
+
*/
|
892
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
893
|
+
/**
|
894
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
895
|
+
*
|
896
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
897
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
898
|
+
* @returns {string} A string representing the data_store.
|
899
|
+
*/
|
900
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
901
|
+
/**
|
902
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
|
903
|
+
*
|
904
|
+
* @param {string} project
|
905
|
+
* @param {string} location
|
906
|
+
* @param {string} collection
|
907
|
+
* @param {string} data_store
|
908
|
+
* @param {string} target_site
|
909
|
+
* @returns {string} Resource name string.
|
910
|
+
*/
|
911
|
+
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
|
912
|
+
/**
|
913
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
914
|
+
*
|
915
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
916
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
917
|
+
* @returns {string} A string representing the project.
|
918
|
+
*/
|
919
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
920
|
+
/**
|
921
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
922
|
+
*
|
923
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
924
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
925
|
+
* @returns {string} A string representing the location.
|
926
|
+
*/
|
927
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
928
|
+
/**
|
929
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
930
|
+
*
|
931
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
932
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
933
|
+
* @returns {string} A string representing the collection.
|
934
|
+
*/
|
935
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
936
|
+
/**
|
937
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
938
|
+
*
|
939
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
940
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
941
|
+
* @returns {string} A string representing the data_store.
|
942
|
+
*/
|
943
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
944
|
+
/**
|
945
|
+
* Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
946
|
+
*
|
947
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
948
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
949
|
+
* @returns {string} A string representing the target_site.
|
950
|
+
*/
|
951
|
+
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
952
|
+
/**
|
953
|
+
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
954
|
+
*
|
955
|
+
* @param {string} project
|
956
|
+
* @param {string} location
|
957
|
+
* @param {string} collection
|
958
|
+
* @param {string} engine
|
959
|
+
* @param {string} conversation
|
960
|
+
* @returns {string} Resource name string.
|
961
|
+
*/
|
962
|
+
projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
|
963
|
+
/**
|
964
|
+
* Parse the project from ProjectLocationCollectionEngineConversation resource.
|
965
|
+
*
|
966
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
967
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
968
|
+
* @returns {string} A string representing the project.
|
969
|
+
*/
|
970
|
+
matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
971
|
+
/**
|
972
|
+
* Parse the location from ProjectLocationCollectionEngineConversation resource.
|
973
|
+
*
|
974
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
975
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
976
|
+
* @returns {string} A string representing the location.
|
977
|
+
*/
|
978
|
+
matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
979
|
+
/**
|
980
|
+
* Parse the collection from ProjectLocationCollectionEngineConversation resource.
|
981
|
+
*
|
982
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
983
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
984
|
+
* @returns {string} A string representing the collection.
|
985
|
+
*/
|
986
|
+
matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
987
|
+
/**
|
988
|
+
* Parse the engine from ProjectLocationCollectionEngineConversation resource.
|
989
|
+
*
|
990
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
991
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
992
|
+
* @returns {string} A string representing the engine.
|
993
|
+
*/
|
994
|
+
matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
995
|
+
/**
|
996
|
+
* Parse the conversation from ProjectLocationCollectionEngineConversation resource.
|
997
|
+
*
|
998
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
999
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1000
|
+
* @returns {string} A string representing the conversation.
|
1001
|
+
*/
|
1002
|
+
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1003
|
+
/**
|
1004
|
+
* Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
|
1005
|
+
*
|
1006
|
+
* @param {string} project
|
1007
|
+
* @param {string} location
|
1008
|
+
* @param {string} collection
|
1009
|
+
* @param {string} engine
|
1010
|
+
* @param {string} serving_config
|
1011
|
+
* @returns {string} Resource name string.
|
1012
|
+
*/
|
1013
|
+
projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
|
1014
|
+
/**
|
1015
|
+
* Parse the project from ProjectLocationCollectionEngineServingConfig resource.
|
1016
|
+
*
|
1017
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
1018
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
1019
|
+
* @returns {string} A string representing the project.
|
1020
|
+
*/
|
1021
|
+
matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1022
|
+
/**
|
1023
|
+
* Parse the location from ProjectLocationCollectionEngineServingConfig resource.
|
1024
|
+
*
|
1025
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
1026
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
1027
|
+
* @returns {string} A string representing the location.
|
1028
|
+
*/
|
1029
|
+
matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1030
|
+
/**
|
1031
|
+
* Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
|
1032
|
+
*
|
1033
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
1034
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
1035
|
+
* @returns {string} A string representing the collection.
|
1036
|
+
*/
|
1037
|
+
matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1038
|
+
/**
|
1039
|
+
* Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
|
1040
|
+
*
|
1041
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
1042
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
1043
|
+
* @returns {string} A string representing the engine.
|
1044
|
+
*/
|
1045
|
+
matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1046
|
+
/**
|
1047
|
+
* Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
|
1048
|
+
*
|
1049
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
1050
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
1051
|
+
* @returns {string} A string representing the serving_config.
|
1052
|
+
*/
|
1053
|
+
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
757
1054
|
/**
|
758
1055
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
759
1056
|
*
|
@@ -922,6 +1219,123 @@ export declare class SchemaServiceClient {
|
|
922
1219
|
* @returns {string} A string representing the schema.
|
923
1220
|
*/
|
924
1221
|
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1222
|
+
/**
|
1223
|
+
* Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
|
1224
|
+
*
|
1225
|
+
* @param {string} project
|
1226
|
+
* @param {string} location
|
1227
|
+
* @param {string} data_store
|
1228
|
+
* @param {string} serving_config
|
1229
|
+
* @returns {string} Resource name string.
|
1230
|
+
*/
|
1231
|
+
projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
|
1232
|
+
/**
|
1233
|
+
* Parse the project from ProjectLocationDataStoreServingConfig resource.
|
1234
|
+
*
|
1235
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
1236
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
1237
|
+
* @returns {string} A string representing the project.
|
1238
|
+
*/
|
1239
|
+
matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1240
|
+
/**
|
1241
|
+
* Parse the location from ProjectLocationDataStoreServingConfig resource.
|
1242
|
+
*
|
1243
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
1244
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
1245
|
+
* @returns {string} A string representing the location.
|
1246
|
+
*/
|
1247
|
+
matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1248
|
+
/**
|
1249
|
+
* Parse the data_store from ProjectLocationDataStoreServingConfig resource.
|
1250
|
+
*
|
1251
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
1252
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
1253
|
+
* @returns {string} A string representing the data_store.
|
1254
|
+
*/
|
1255
|
+
matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1256
|
+
/**
|
1257
|
+
* Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
|
1258
|
+
*
|
1259
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
1260
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
1261
|
+
* @returns {string} A string representing the serving_config.
|
1262
|
+
*/
|
1263
|
+
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1264
|
+
/**
|
1265
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1266
|
+
*
|
1267
|
+
* @param {string} project
|
1268
|
+
* @param {string} location
|
1269
|
+
* @param {string} data_store
|
1270
|
+
* @returns {string} Resource name string.
|
1271
|
+
*/
|
1272
|
+
projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
|
1273
|
+
/**
|
1274
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
|
1275
|
+
*
|
1276
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1277
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1278
|
+
* @returns {string} A string representing the project.
|
1279
|
+
*/
|
1280
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1281
|
+
/**
|
1282
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
|
1283
|
+
*
|
1284
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1285
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1286
|
+
* @returns {string} A string representing the location.
|
1287
|
+
*/
|
1288
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1289
|
+
/**
|
1290
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
|
1291
|
+
*
|
1292
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1293
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1294
|
+
* @returns {string} A string representing the data_store.
|
1295
|
+
*/
|
1296
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1297
|
+
/**
|
1298
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
|
1299
|
+
*
|
1300
|
+
* @param {string} project
|
1301
|
+
* @param {string} location
|
1302
|
+
* @param {string} data_store
|
1303
|
+
* @param {string} target_site
|
1304
|
+
* @returns {string} Resource name string.
|
1305
|
+
*/
|
1306
|
+
projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
|
1307
|
+
/**
|
1308
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1309
|
+
*
|
1310
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1311
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1312
|
+
* @returns {string} A string representing the project.
|
1313
|
+
*/
|
1314
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1315
|
+
/**
|
1316
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1317
|
+
*
|
1318
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1319
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1320
|
+
* @returns {string} A string representing the location.
|
1321
|
+
*/
|
1322
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1323
|
+
/**
|
1324
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1325
|
+
*
|
1326
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1327
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1328
|
+
* @returns {string} A string representing the data_store.
|
1329
|
+
*/
|
1330
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1331
|
+
/**
|
1332
|
+
* Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1333
|
+
*
|
1334
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1335
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1336
|
+
* @returns {string} A string representing the target_site.
|
1337
|
+
*/
|
1338
|
+
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
925
1339
|
/**
|
926
1340
|
* Terminate the gRPC channel and close the client.
|
927
1341
|
*
|