@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 ConversationalSearchServiceClient {
|
|
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;
|
@@ -85,15 +87,22 @@ export declare class ConversationalSearchServiceClient {
|
|
85
87
|
}>;
|
86
88
|
/**
|
87
89
|
* The DNS address for this API service.
|
90
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
88
91
|
* @returns {string} The DNS address for this service.
|
89
92
|
*/
|
90
93
|
static get servicePath(): string;
|
91
94
|
/**
|
92
|
-
* The DNS address for this API service - same as servicePath
|
93
|
-
*
|
95
|
+
* The DNS address for this API service - same as servicePath.
|
96
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
94
97
|
* @returns {string} The DNS address for this service.
|
95
98
|
*/
|
96
99
|
static get apiEndpoint(): string;
|
100
|
+
/**
|
101
|
+
* The DNS address for this API service.
|
102
|
+
* @returns {string} The DNS address for this service.
|
103
|
+
*/
|
104
|
+
get apiEndpoint(): string;
|
105
|
+
get universeDomain(): string;
|
97
106
|
/**
|
98
107
|
* The port for this API service.
|
99
108
|
* @returns {number} The default port for this service.
|
@@ -151,6 +160,23 @@ export declare class ConversationalSearchServiceClient {
|
|
151
160
|
* for more details.
|
152
161
|
* @param {google.cloud.discoveryengine.v1alpha.SearchRequest.ContentSearchSpec.SummarySpec} request.summarySpec
|
153
162
|
* A specification for configuring the summary returned in the response.
|
163
|
+
* @param {string} request.filter
|
164
|
+
* The filter syntax consists of an expression language for constructing a
|
165
|
+
* predicate from one or more fields of the documents being filtered. Filter
|
166
|
+
* expression is case-sensitive. This will be used to filter search results
|
167
|
+
* which may affect the summary response.
|
168
|
+
*
|
169
|
+
* If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
|
170
|
+
*
|
171
|
+
* Filtering in Vertex AI Search is done by mapping the LHS filter key to a
|
172
|
+
* key property defined in the Vertex AI Search backend -- this mapping is
|
173
|
+
* defined by the customer in their schema. For example a media customer might
|
174
|
+
* have a field 'name' in their schema. In this case the filter would look
|
175
|
+
* like this: filter --> name:'ANY("king kong")'
|
176
|
+
*
|
177
|
+
* For more information about filtering including syntax and filter
|
178
|
+
* operators, see
|
179
|
+
* [Filter](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
|
154
180
|
* @param {object} [options]
|
155
181
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
156
182
|
* @returns {Promise} - The promise which resolves to an array.
|
@@ -769,6 +795,150 @@ export declare class ConversationalSearchServiceClient {
|
|
769
795
|
* @returns {string} A string representing the serving_config.
|
770
796
|
*/
|
771
797
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
798
|
+
/**
|
799
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
800
|
+
*
|
801
|
+
* @param {string} project
|
802
|
+
* @param {string} location
|
803
|
+
* @param {string} collection
|
804
|
+
* @param {string} data_store
|
805
|
+
* @returns {string} Resource name string.
|
806
|
+
*/
|
807
|
+
projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
|
808
|
+
/**
|
809
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
810
|
+
*
|
811
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
812
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
813
|
+
* @returns {string} A string representing the project.
|
814
|
+
*/
|
815
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
816
|
+
/**
|
817
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
818
|
+
*
|
819
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
820
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
821
|
+
* @returns {string} A string representing the location.
|
822
|
+
*/
|
823
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
824
|
+
/**
|
825
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
826
|
+
*
|
827
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
828
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
829
|
+
* @returns {string} A string representing the collection.
|
830
|
+
*/
|
831
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
832
|
+
/**
|
833
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
834
|
+
*
|
835
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
836
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
837
|
+
* @returns {string} A string representing the data_store.
|
838
|
+
*/
|
839
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
840
|
+
/**
|
841
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
|
842
|
+
*
|
843
|
+
* @param {string} project
|
844
|
+
* @param {string} location
|
845
|
+
* @param {string} collection
|
846
|
+
* @param {string} data_store
|
847
|
+
* @param {string} target_site
|
848
|
+
* @returns {string} Resource name string.
|
849
|
+
*/
|
850
|
+
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
|
851
|
+
/**
|
852
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
853
|
+
*
|
854
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
855
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
856
|
+
* @returns {string} A string representing the project.
|
857
|
+
*/
|
858
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
859
|
+
/**
|
860
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
861
|
+
*
|
862
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
863
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
864
|
+
* @returns {string} A string representing the location.
|
865
|
+
*/
|
866
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
867
|
+
/**
|
868
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
869
|
+
*
|
870
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
871
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
872
|
+
* @returns {string} A string representing the collection.
|
873
|
+
*/
|
874
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
875
|
+
/**
|
876
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
877
|
+
*
|
878
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
879
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
880
|
+
* @returns {string} A string representing the data_store.
|
881
|
+
*/
|
882
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
883
|
+
/**
|
884
|
+
* Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
885
|
+
*
|
886
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
887
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
888
|
+
* @returns {string} A string representing the target_site.
|
889
|
+
*/
|
890
|
+
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
891
|
+
/**
|
892
|
+
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
893
|
+
*
|
894
|
+
* @param {string} project
|
895
|
+
* @param {string} location
|
896
|
+
* @param {string} collection
|
897
|
+
* @param {string} engine
|
898
|
+
* @param {string} conversation
|
899
|
+
* @returns {string} Resource name string.
|
900
|
+
*/
|
901
|
+
projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
|
902
|
+
/**
|
903
|
+
* Parse the project from ProjectLocationCollectionEngineConversation resource.
|
904
|
+
*
|
905
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
906
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
907
|
+
* @returns {string} A string representing the project.
|
908
|
+
*/
|
909
|
+
matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
910
|
+
/**
|
911
|
+
* Parse the location from ProjectLocationCollectionEngineConversation resource.
|
912
|
+
*
|
913
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
914
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
915
|
+
* @returns {string} A string representing the location.
|
916
|
+
*/
|
917
|
+
matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
918
|
+
/**
|
919
|
+
* Parse the collection from ProjectLocationCollectionEngineConversation resource.
|
920
|
+
*
|
921
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
922
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
923
|
+
* @returns {string} A string representing the collection.
|
924
|
+
*/
|
925
|
+
matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
926
|
+
/**
|
927
|
+
* Parse the engine from ProjectLocationCollectionEngineConversation resource.
|
928
|
+
*
|
929
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
930
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
931
|
+
* @returns {string} A string representing the engine.
|
932
|
+
*/
|
933
|
+
matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
934
|
+
/**
|
935
|
+
* Parse the conversation from ProjectLocationCollectionEngineConversation resource.
|
936
|
+
*
|
937
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
938
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
939
|
+
* @returns {string} A string representing the conversation.
|
940
|
+
*/
|
941
|
+
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
772
942
|
/**
|
773
943
|
* Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
|
774
944
|
*
|
@@ -1030,6 +1200,81 @@ export declare class ConversationalSearchServiceClient {
|
|
1030
1200
|
* @returns {string} A string representing the serving_config.
|
1031
1201
|
*/
|
1032
1202
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1203
|
+
/**
|
1204
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1205
|
+
*
|
1206
|
+
* @param {string} project
|
1207
|
+
* @param {string} location
|
1208
|
+
* @param {string} data_store
|
1209
|
+
* @returns {string} Resource name string.
|
1210
|
+
*/
|
1211
|
+
projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
|
1212
|
+
/**
|
1213
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
|
1214
|
+
*
|
1215
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1216
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1217
|
+
* @returns {string} A string representing the project.
|
1218
|
+
*/
|
1219
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1220
|
+
/**
|
1221
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
|
1222
|
+
*
|
1223
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1224
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1225
|
+
* @returns {string} A string representing the location.
|
1226
|
+
*/
|
1227
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1228
|
+
/**
|
1229
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
|
1230
|
+
*
|
1231
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1232
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1233
|
+
* @returns {string} A string representing the data_store.
|
1234
|
+
*/
|
1235
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1236
|
+
/**
|
1237
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
|
1238
|
+
*
|
1239
|
+
* @param {string} project
|
1240
|
+
* @param {string} location
|
1241
|
+
* @param {string} data_store
|
1242
|
+
* @param {string} target_site
|
1243
|
+
* @returns {string} Resource name string.
|
1244
|
+
*/
|
1245
|
+
projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
|
1246
|
+
/**
|
1247
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1248
|
+
*
|
1249
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1250
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1251
|
+
* @returns {string} A string representing the project.
|
1252
|
+
*/
|
1253
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1254
|
+
/**
|
1255
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1256
|
+
*
|
1257
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1258
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1259
|
+
* @returns {string} A string representing the location.
|
1260
|
+
*/
|
1261
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1262
|
+
/**
|
1263
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1264
|
+
*
|
1265
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1266
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1267
|
+
* @returns {string} A string representing the data_store.
|
1268
|
+
*/
|
1269
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1270
|
+
/**
|
1271
|
+
* Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1272
|
+
*
|
1273
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1274
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1275
|
+
* @returns {string} A string representing the target_site.
|
1276
|
+
*/
|
1277
|
+
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1033
1278
|
/**
|
1034
1279
|
* Terminate the gRPC channel and close the client.
|
1035
1280
|
*
|