@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
@@ -36,6 +36,16 @@
|
|
36
36
|
"timeout_millis": 5000,
|
37
37
|
"retry_codes_name": "unavailable",
|
38
38
|
"retry_params_name": "319f27672a8be83550d842a373549dd84649a57e"
|
39
|
+
},
|
40
|
+
"ImportSuggestionDenyListEntries": {
|
41
|
+
"timeout_millis": 5000,
|
42
|
+
"retry_codes_name": "unavailable",
|
43
|
+
"retry_params_name": "319f27672a8be83550d842a373549dd84649a57e"
|
44
|
+
},
|
45
|
+
"PurgeSuggestionDenyListEntries": {
|
46
|
+
"timeout_millis": 5000,
|
47
|
+
"retry_codes_name": "unavailable",
|
48
|
+
"retry_params_name": "319f27672a8be83550d842a373549dd84649a57e"
|
39
49
|
}
|
40
50
|
}
|
41
51
|
}
|
@@ -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.v1.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.
|
@@ -240,7 +266,7 @@ export declare class ConversationalSearchServiceClient {
|
|
240
266
|
* {@link protos.google.cloud.discoveryengine.v1.Conversation|Conversation} to update. The
|
241
267
|
* following are NOT supported:
|
242
268
|
*
|
243
|
-
* * {@link protos
|
269
|
+
* * {@link protos.google.cloud.discoveryengine.v1.Conversation.name|Conversation.name}
|
244
270
|
*
|
245
271
|
* If not set or empty, all supported fields are updated.
|
246
272
|
* @param {object} [options]
|
@@ -472,6 +498,48 @@ export declare class ConversationalSearchServiceClient {
|
|
472
498
|
* ```
|
473
499
|
*/
|
474
500
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
501
|
+
/**
|
502
|
+
* Return a fully-qualified engine resource name string.
|
503
|
+
*
|
504
|
+
* @param {string} project
|
505
|
+
* @param {string} location
|
506
|
+
* @param {string} collection
|
507
|
+
* @param {string} engine
|
508
|
+
* @returns {string} Resource name string.
|
509
|
+
*/
|
510
|
+
enginePath(project: string, location: string, collection: string, engine: string): string;
|
511
|
+
/**
|
512
|
+
* Parse the project from Engine resource.
|
513
|
+
*
|
514
|
+
* @param {string} engineName
|
515
|
+
* A fully-qualified path representing Engine resource.
|
516
|
+
* @returns {string} A string representing the project.
|
517
|
+
*/
|
518
|
+
matchProjectFromEngineName(engineName: string): string | number;
|
519
|
+
/**
|
520
|
+
* Parse the location from Engine resource.
|
521
|
+
*
|
522
|
+
* @param {string} engineName
|
523
|
+
* A fully-qualified path representing Engine resource.
|
524
|
+
* @returns {string} A string representing the location.
|
525
|
+
*/
|
526
|
+
matchLocationFromEngineName(engineName: string): string | number;
|
527
|
+
/**
|
528
|
+
* Parse the collection from Engine resource.
|
529
|
+
*
|
530
|
+
* @param {string} engineName
|
531
|
+
* A fully-qualified path representing Engine resource.
|
532
|
+
* @returns {string} A string representing the collection.
|
533
|
+
*/
|
534
|
+
matchCollectionFromEngineName(engineName: string): string | number;
|
535
|
+
/**
|
536
|
+
* Parse the engine from Engine resource.
|
537
|
+
*
|
538
|
+
* @param {string} engineName
|
539
|
+
* A fully-qualified path representing Engine resource.
|
540
|
+
* @returns {string} A string representing the engine.
|
541
|
+
*/
|
542
|
+
matchEngineFromEngineName(engineName: string): string | number;
|
475
543
|
/**
|
476
544
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
477
545
|
*
|
@@ -727,6 +795,201 @@ export declare class ConversationalSearchServiceClient {
|
|
727
795
|
* @returns {string} A string representing the serving_config.
|
728
796
|
*/
|
729
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;
|
942
|
+
/**
|
943
|
+
* Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
|
944
|
+
*
|
945
|
+
* @param {string} project
|
946
|
+
* @param {string} location
|
947
|
+
* @param {string} collection
|
948
|
+
* @param {string} engine
|
949
|
+
* @param {string} serving_config
|
950
|
+
* @returns {string} Resource name string.
|
951
|
+
*/
|
952
|
+
projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
|
953
|
+
/**
|
954
|
+
* Parse the project from ProjectLocationCollectionEngineServingConfig resource.
|
955
|
+
*
|
956
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
957
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
958
|
+
* @returns {string} A string representing the project.
|
959
|
+
*/
|
960
|
+
matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
961
|
+
/**
|
962
|
+
* Parse the location from ProjectLocationCollectionEngineServingConfig resource.
|
963
|
+
*
|
964
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
965
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
966
|
+
* @returns {string} A string representing the location.
|
967
|
+
*/
|
968
|
+
matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
969
|
+
/**
|
970
|
+
* Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
|
971
|
+
*
|
972
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
973
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
974
|
+
* @returns {string} A string representing the collection.
|
975
|
+
*/
|
976
|
+
matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
977
|
+
/**
|
978
|
+
* Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
|
979
|
+
*
|
980
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
981
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
982
|
+
* @returns {string} A string representing the engine.
|
983
|
+
*/
|
984
|
+
matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
985
|
+
/**
|
986
|
+
* Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
|
987
|
+
*
|
988
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
989
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
990
|
+
* @returns {string} A string representing the serving_config.
|
991
|
+
*/
|
992
|
+
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
730
993
|
/**
|
731
994
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
732
995
|
*
|
@@ -937,6 +1200,81 @@ export declare class ConversationalSearchServiceClient {
|
|
937
1200
|
* @returns {string} A string representing the serving_config.
|
938
1201
|
*/
|
939
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;
|
940
1278
|
/**
|
941
1279
|
* Terminate the gRPC channel and close the client.
|
942
1280
|
*
|