@google-cloud/discoveryengine 1.2.0 → 1.3.1
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 +25 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +38 -8
- 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/data_store.proto +98 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +307 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +370 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +336 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +9 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +123 -3
- 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/protos.d.ts +10923 -3222
- package/build/protos/protos.js +29891 -12914
- package/build/protos/protos.json +2367 -668
- package/build/src/index.js +1 -1
- package/build/src/v1/completion_service_client.js +1 -1
- package/build/src/v1/conversational_search_service_client.js +1 -1
- package/build/src/v1/document_service_client.js +1 -1
- package/build/src/v1/index.js +1 -1
- package/build/src/v1/schema_service_client.js +1 -1
- package/build/src/v1/search_service_client.js +1 -1
- package/build/src/v1/user_event_service_client.js +1 -1
- package/build/src/v1alpha/completion_service_client.d.ts +261 -0
- package/build/src/v1alpha/completion_service_client.js +360 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +278 -0
- package/build/src/v1alpha/conversational_search_service_client.js +360 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +1279 -0
- package/build/src/v1alpha/data_store_service_client.js +1739 -0
- package/build/src/v1alpha/data_store_service_client_config.json +46 -0
- package/build/src/v1alpha/document_service_client.d.ts +336 -0
- package/build/src/v1alpha/document_service_client.js +472 -2
- package/build/src/v1alpha/engine_service_client.d.ts +1298 -0
- package/build/src/v1alpha/engine_service_client.js +1789 -0
- package/build/src/v1alpha/engine_service_client_config.json +58 -0
- package/build/src/v1alpha/index.d.ts +3 -0
- package/build/src/v1alpha/index.js +7 -1
- package/build/src/v1alpha/recommendation_service_client.d.ts +345 -3
- package/build/src/v1alpha/recommendation_service_client.js +464 -0
- package/build/src/v1alpha/schema_service_client.d.ts +261 -0
- package/build/src/v1alpha/schema_service_client.js +368 -2
- package/build/src/v1alpha/search_service_client.d.ts +453 -9
- package/build/src/v1alpha/search_service_client.js +542 -6
- package/build/src/v1alpha/search_tuning_service_client.d.ts +968 -0
- package/build/src/v1alpha/search_tuning_service_client.js +1452 -0
- package/build/src/v1alpha/search_tuning_service_client_config.json +30 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +856 -1
- package/build/src/v1alpha/site_search_engine_service_client.js +993 -34
- package/build/src/v1alpha/site_search_engine_service_client_config.json +44 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +261 -0
- package/build/src/v1alpha/user_event_service_client.js +368 -2
- package/build/src/v1beta/completion_service_client.js +1 -1
- package/build/src/v1beta/conversational_search_service_client.js +1 -1
- package/build/src/v1beta/document_service_client.js +1 -1
- package/build/src/v1beta/index.js +1 -1
- package/build/src/v1beta/recommendation_service_client.js +1 -1
- package/build/src/v1beta/schema_service_client.js +1 -1
- package/build/src/v1beta/search_service_client.js +1 -1
- package/build/src/v1beta/user_event_service_client.js +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"interfaces": {
|
|
3
|
+
"google.cloud.discoveryengine.v1alpha.EngineService": {
|
|
4
|
+
"retry_codes": {
|
|
5
|
+
"non_idempotent": [],
|
|
6
|
+
"idempotent": [
|
|
7
|
+
"DEADLINE_EXCEEDED",
|
|
8
|
+
"UNAVAILABLE"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"retry_params": {
|
|
12
|
+
"default": {
|
|
13
|
+
"initial_retry_delay_millis": 100,
|
|
14
|
+
"retry_delay_multiplier": 1.3,
|
|
15
|
+
"max_retry_delay_millis": 60000,
|
|
16
|
+
"initial_rpc_timeout_millis": 60000,
|
|
17
|
+
"rpc_timeout_multiplier": 1,
|
|
18
|
+
"max_rpc_timeout_millis": 60000,
|
|
19
|
+
"total_timeout_millis": 600000
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"methods": {
|
|
23
|
+
"CreateEngine": {
|
|
24
|
+
"retry_codes_name": "non_idempotent",
|
|
25
|
+
"retry_params_name": "default"
|
|
26
|
+
},
|
|
27
|
+
"DeleteEngine": {
|
|
28
|
+
"retry_codes_name": "non_idempotent",
|
|
29
|
+
"retry_params_name": "default"
|
|
30
|
+
},
|
|
31
|
+
"UpdateEngine": {
|
|
32
|
+
"retry_codes_name": "non_idempotent",
|
|
33
|
+
"retry_params_name": "default"
|
|
34
|
+
},
|
|
35
|
+
"GetEngine": {
|
|
36
|
+
"retry_codes_name": "non_idempotent",
|
|
37
|
+
"retry_params_name": "default"
|
|
38
|
+
},
|
|
39
|
+
"ListEngines": {
|
|
40
|
+
"retry_codes_name": "non_idempotent",
|
|
41
|
+
"retry_params_name": "default"
|
|
42
|
+
},
|
|
43
|
+
"PauseEngine": {
|
|
44
|
+
"retry_codes_name": "non_idempotent",
|
|
45
|
+
"retry_params_name": "default"
|
|
46
|
+
},
|
|
47
|
+
"ResumeEngine": {
|
|
48
|
+
"retry_codes_name": "non_idempotent",
|
|
49
|
+
"retry_params_name": "default"
|
|
50
|
+
},
|
|
51
|
+
"TuneEngine": {
|
|
52
|
+
"retry_codes_name": "non_idempotent",
|
|
53
|
+
"retry_params_name": "default"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
export { CompletionServiceClient } from './completion_service_client';
|
|
2
2
|
export { ConversationalSearchServiceClient } from './conversational_search_service_client';
|
|
3
|
+
export { DataStoreServiceClient } from './data_store_service_client';
|
|
3
4
|
export { DocumentServiceClient } from './document_service_client';
|
|
5
|
+
export { EngineServiceClient } from './engine_service_client';
|
|
4
6
|
export { RecommendationServiceClient } from './recommendation_service_client';
|
|
5
7
|
export { SchemaServiceClient } from './schema_service_client';
|
|
6
8
|
export { SearchServiceClient } from './search_service_client';
|
|
9
|
+
export { SearchTuningServiceClient } from './search_tuning_service_client';
|
|
7
10
|
export { SiteSearchEngineServiceClient } from './site_search_engine_service_client';
|
|
8
11
|
export { UserEventServiceClient } from './user_event_service_client';
|
|
@@ -17,19 +17,25 @@
|
|
|
17
17
|
// ** https://github.com/googleapis/gapic-generator-typescript **
|
|
18
18
|
// ** All changes to this file may be overwritten. **
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.UserEventServiceClient = exports.SiteSearchEngineServiceClient = exports.SearchServiceClient = exports.SchemaServiceClient = exports.RecommendationServiceClient = exports.DocumentServiceClient = exports.ConversationalSearchServiceClient = exports.CompletionServiceClient = void 0;
|
|
20
|
+
exports.UserEventServiceClient = exports.SiteSearchEngineServiceClient = exports.SearchTuningServiceClient = exports.SearchServiceClient = exports.SchemaServiceClient = exports.RecommendationServiceClient = exports.EngineServiceClient = exports.DocumentServiceClient = exports.DataStoreServiceClient = exports.ConversationalSearchServiceClient = exports.CompletionServiceClient = void 0;
|
|
21
21
|
var completion_service_client_1 = require("./completion_service_client");
|
|
22
22
|
Object.defineProperty(exports, "CompletionServiceClient", { enumerable: true, get: function () { return completion_service_client_1.CompletionServiceClient; } });
|
|
23
23
|
var conversational_search_service_client_1 = require("./conversational_search_service_client");
|
|
24
24
|
Object.defineProperty(exports, "ConversationalSearchServiceClient", { enumerable: true, get: function () { return conversational_search_service_client_1.ConversationalSearchServiceClient; } });
|
|
25
|
+
var data_store_service_client_1 = require("./data_store_service_client");
|
|
26
|
+
Object.defineProperty(exports, "DataStoreServiceClient", { enumerable: true, get: function () { return data_store_service_client_1.DataStoreServiceClient; } });
|
|
25
27
|
var document_service_client_1 = require("./document_service_client");
|
|
26
28
|
Object.defineProperty(exports, "DocumentServiceClient", { enumerable: true, get: function () { return document_service_client_1.DocumentServiceClient; } });
|
|
29
|
+
var engine_service_client_1 = require("./engine_service_client");
|
|
30
|
+
Object.defineProperty(exports, "EngineServiceClient", { enumerable: true, get: function () { return engine_service_client_1.EngineServiceClient; } });
|
|
27
31
|
var recommendation_service_client_1 = require("./recommendation_service_client");
|
|
28
32
|
Object.defineProperty(exports, "RecommendationServiceClient", { enumerable: true, get: function () { return recommendation_service_client_1.RecommendationServiceClient; } });
|
|
29
33
|
var schema_service_client_1 = require("./schema_service_client");
|
|
30
34
|
Object.defineProperty(exports, "SchemaServiceClient", { enumerable: true, get: function () { return schema_service_client_1.SchemaServiceClient; } });
|
|
31
35
|
var search_service_client_1 = require("./search_service_client");
|
|
32
36
|
Object.defineProperty(exports, "SearchServiceClient", { enumerable: true, get: function () { return search_service_client_1.SearchServiceClient; } });
|
|
37
|
+
var search_tuning_service_client_1 = require("./search_tuning_service_client");
|
|
38
|
+
Object.defineProperty(exports, "SearchTuningServiceClient", { enumerable: true, get: function () { return search_tuning_service_client_1.SearchTuningServiceClient; } });
|
|
33
39
|
var site_search_engine_service_client_1 = require("./site_search_engine_service_client");
|
|
34
40
|
Object.defineProperty(exports, "SiteSearchEngineServiceClient", { enumerable: true, get: function () { return site_search_engine_service_client_1.SiteSearchEngineServiceClient; } });
|
|
35
41
|
var user_event_service_client_1 = require("./user_event_service_client");
|
|
@@ -111,11 +111,17 @@ export declare class RecommendationServiceClient {
|
|
|
111
111
|
* @param {Object} request
|
|
112
112
|
* The request object that will be sent.
|
|
113
113
|
* @param {string} request.servingConfig
|
|
114
|
-
* Required. Full resource name of
|
|
114
|
+
* Required. Full resource name of a
|
|
115
|
+
* {@link protos.google.cloud.discoveryengine.v1alpha.ServingConfig|ServingConfig}:
|
|
116
|
+
* `projects/* /locations/global/collections/* /engines/* /servingConfigs/*`, or
|
|
115
117
|
* `projects/* /locations/global/collections/* /dataStores/* /servingConfigs/*`
|
|
116
118
|
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
+
* One default serving config is created along with your recommendation engine
|
|
120
|
+
* creation. The engine ID will be used as the ID of the default serving
|
|
121
|
+
* config. For example, for Engine
|
|
122
|
+
* `projects/* /locations/global/collections/* /engines/my-engine`, you can use
|
|
123
|
+
* `projects/* /locations/global/collections/* /engines/my-engine/servingConfigs/my-engine`
|
|
124
|
+
* for your {@link protos.|Recommend} requests.
|
|
119
125
|
* @param {google.cloud.discoveryengine.v1alpha.UserEvent} request.userEvent
|
|
120
126
|
* Required. Context about the user, what they are looking at and what action
|
|
121
127
|
* they took to trigger the Recommend request. Note that this user event
|
|
@@ -284,6 +290,90 @@ export declare class RecommendationServiceClient {
|
|
|
284
290
|
* ```
|
|
285
291
|
*/
|
|
286
292
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
|
293
|
+
/**
|
|
294
|
+
* Return a fully-qualified engine resource name string.
|
|
295
|
+
*
|
|
296
|
+
* @param {string} project
|
|
297
|
+
* @param {string} location
|
|
298
|
+
* @param {string} collection
|
|
299
|
+
* @param {string} engine
|
|
300
|
+
* @returns {string} Resource name string.
|
|
301
|
+
*/
|
|
302
|
+
enginePath(project: string, location: string, collection: string, engine: string): string;
|
|
303
|
+
/**
|
|
304
|
+
* Parse the project from Engine resource.
|
|
305
|
+
*
|
|
306
|
+
* @param {string} engineName
|
|
307
|
+
* A fully-qualified path representing Engine resource.
|
|
308
|
+
* @returns {string} A string representing the project.
|
|
309
|
+
*/
|
|
310
|
+
matchProjectFromEngineName(engineName: string): string | number;
|
|
311
|
+
/**
|
|
312
|
+
* Parse the location from Engine resource.
|
|
313
|
+
*
|
|
314
|
+
* @param {string} engineName
|
|
315
|
+
* A fully-qualified path representing Engine resource.
|
|
316
|
+
* @returns {string} A string representing the location.
|
|
317
|
+
*/
|
|
318
|
+
matchLocationFromEngineName(engineName: string): string | number;
|
|
319
|
+
/**
|
|
320
|
+
* Parse the collection from Engine resource.
|
|
321
|
+
*
|
|
322
|
+
* @param {string} engineName
|
|
323
|
+
* A fully-qualified path representing Engine resource.
|
|
324
|
+
* @returns {string} A string representing the collection.
|
|
325
|
+
*/
|
|
326
|
+
matchCollectionFromEngineName(engineName: string): string | number;
|
|
327
|
+
/**
|
|
328
|
+
* Parse the engine from Engine resource.
|
|
329
|
+
*
|
|
330
|
+
* @param {string} engineName
|
|
331
|
+
* A fully-qualified path representing Engine resource.
|
|
332
|
+
* @returns {string} A string representing the engine.
|
|
333
|
+
*/
|
|
334
|
+
matchEngineFromEngineName(engineName: string): string | number;
|
|
335
|
+
/**
|
|
336
|
+
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
|
337
|
+
*
|
|
338
|
+
* @param {string} project
|
|
339
|
+
* @param {string} location
|
|
340
|
+
* @param {string} collection
|
|
341
|
+
* @param {string} data_store
|
|
342
|
+
* @returns {string} Resource name string.
|
|
343
|
+
*/
|
|
344
|
+
projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
|
|
345
|
+
/**
|
|
346
|
+
* Parse the project from ProjectLocationCollectionDataStore resource.
|
|
347
|
+
*
|
|
348
|
+
* @param {string} projectLocationCollectionDataStoreName
|
|
349
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
|
350
|
+
* @returns {string} A string representing the project.
|
|
351
|
+
*/
|
|
352
|
+
matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
|
353
|
+
/**
|
|
354
|
+
* Parse the location from ProjectLocationCollectionDataStore resource.
|
|
355
|
+
*
|
|
356
|
+
* @param {string} projectLocationCollectionDataStoreName
|
|
357
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
|
358
|
+
* @returns {string} A string representing the location.
|
|
359
|
+
*/
|
|
360
|
+
matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
|
361
|
+
/**
|
|
362
|
+
* Parse the collection from ProjectLocationCollectionDataStore resource.
|
|
363
|
+
*
|
|
364
|
+
* @param {string} projectLocationCollectionDataStoreName
|
|
365
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
|
366
|
+
* @returns {string} A string representing the collection.
|
|
367
|
+
*/
|
|
368
|
+
matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
|
369
|
+
/**
|
|
370
|
+
* Parse the data_store from ProjectLocationCollectionDataStore resource.
|
|
371
|
+
*
|
|
372
|
+
* @param {string} projectLocationCollectionDataStoreName
|
|
373
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
|
374
|
+
* @returns {string} A string representing the data_store.
|
|
375
|
+
*/
|
|
376
|
+
matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
|
287
377
|
/**
|
|
288
378
|
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
|
|
289
379
|
*
|
|
@@ -497,6 +587,150 @@ export declare class RecommendationServiceClient {
|
|
|
497
587
|
* @returns {string} A string representing the serving_config.
|
|
498
588
|
*/
|
|
499
589
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
|
590
|
+
/**
|
|
591
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
|
592
|
+
*
|
|
593
|
+
* @param {string} project
|
|
594
|
+
* @param {string} location
|
|
595
|
+
* @param {string} collection
|
|
596
|
+
* @param {string} data_store
|
|
597
|
+
* @returns {string} Resource name string.
|
|
598
|
+
*/
|
|
599
|
+
projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
|
|
600
|
+
/**
|
|
601
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
|
602
|
+
*
|
|
603
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
|
604
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
|
605
|
+
* @returns {string} A string representing the project.
|
|
606
|
+
*/
|
|
607
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
|
608
|
+
/**
|
|
609
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
|
610
|
+
*
|
|
611
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
|
612
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
|
613
|
+
* @returns {string} A string representing the location.
|
|
614
|
+
*/
|
|
615
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
|
616
|
+
/**
|
|
617
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
|
618
|
+
*
|
|
619
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
|
620
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
|
621
|
+
* @returns {string} A string representing the collection.
|
|
622
|
+
*/
|
|
623
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
|
624
|
+
/**
|
|
625
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
|
626
|
+
*
|
|
627
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
|
628
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
|
629
|
+
* @returns {string} A string representing the data_store.
|
|
630
|
+
*/
|
|
631
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
|
632
|
+
/**
|
|
633
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
|
|
634
|
+
*
|
|
635
|
+
* @param {string} project
|
|
636
|
+
* @param {string} location
|
|
637
|
+
* @param {string} collection
|
|
638
|
+
* @param {string} data_store
|
|
639
|
+
* @param {string} target_site
|
|
640
|
+
* @returns {string} Resource name string.
|
|
641
|
+
*/
|
|
642
|
+
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
|
|
643
|
+
/**
|
|
644
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
|
645
|
+
*
|
|
646
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
|
647
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
|
648
|
+
* @returns {string} A string representing the project.
|
|
649
|
+
*/
|
|
650
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
651
|
+
/**
|
|
652
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
|
653
|
+
*
|
|
654
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
|
655
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
|
656
|
+
* @returns {string} A string representing the location.
|
|
657
|
+
*/
|
|
658
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
659
|
+
/**
|
|
660
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
|
661
|
+
*
|
|
662
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
|
663
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
|
664
|
+
* @returns {string} A string representing the collection.
|
|
665
|
+
*/
|
|
666
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
667
|
+
/**
|
|
668
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
|
669
|
+
*
|
|
670
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
|
671
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
|
672
|
+
* @returns {string} A string representing the data_store.
|
|
673
|
+
*/
|
|
674
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
675
|
+
/**
|
|
676
|
+
* Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
|
677
|
+
*
|
|
678
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
|
679
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
|
680
|
+
* @returns {string} A string representing the target_site.
|
|
681
|
+
*/
|
|
682
|
+
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
683
|
+
/**
|
|
684
|
+
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
|
685
|
+
*
|
|
686
|
+
* @param {string} project
|
|
687
|
+
* @param {string} location
|
|
688
|
+
* @param {string} collection
|
|
689
|
+
* @param {string} engine
|
|
690
|
+
* @param {string} conversation
|
|
691
|
+
* @returns {string} Resource name string.
|
|
692
|
+
*/
|
|
693
|
+
projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
|
|
694
|
+
/**
|
|
695
|
+
* Parse the project from ProjectLocationCollectionEngineConversation resource.
|
|
696
|
+
*
|
|
697
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
|
698
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
|
699
|
+
* @returns {string} A string representing the project.
|
|
700
|
+
*/
|
|
701
|
+
matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
|
702
|
+
/**
|
|
703
|
+
* Parse the location from ProjectLocationCollectionEngineConversation resource.
|
|
704
|
+
*
|
|
705
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
|
706
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
|
707
|
+
* @returns {string} A string representing the location.
|
|
708
|
+
*/
|
|
709
|
+
matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
|
710
|
+
/**
|
|
711
|
+
* Parse the collection from ProjectLocationCollectionEngineConversation resource.
|
|
712
|
+
*
|
|
713
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
|
714
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
|
715
|
+
* @returns {string} A string representing the collection.
|
|
716
|
+
*/
|
|
717
|
+
matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
|
718
|
+
/**
|
|
719
|
+
* Parse the engine from ProjectLocationCollectionEngineConversation resource.
|
|
720
|
+
*
|
|
721
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
|
722
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
|
723
|
+
* @returns {string} A string representing the engine.
|
|
724
|
+
*/
|
|
725
|
+
matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
|
726
|
+
/**
|
|
727
|
+
* Parse the conversation from ProjectLocationCollectionEngineConversation resource.
|
|
728
|
+
*
|
|
729
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
|
730
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
|
731
|
+
* @returns {string} A string representing the conversation.
|
|
732
|
+
*/
|
|
733
|
+
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
|
500
734
|
/**
|
|
501
735
|
* Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
|
|
502
736
|
*
|
|
@@ -548,6 +782,39 @@ export declare class RecommendationServiceClient {
|
|
|
548
782
|
* @returns {string} A string representing the serving_config.
|
|
549
783
|
*/
|
|
550
784
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
|
785
|
+
/**
|
|
786
|
+
* Return a fully-qualified projectLocationDataStore resource name string.
|
|
787
|
+
*
|
|
788
|
+
* @param {string} project
|
|
789
|
+
* @param {string} location
|
|
790
|
+
* @param {string} data_store
|
|
791
|
+
* @returns {string} Resource name string.
|
|
792
|
+
*/
|
|
793
|
+
projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
|
|
794
|
+
/**
|
|
795
|
+
* Parse the project from ProjectLocationDataStore resource.
|
|
796
|
+
*
|
|
797
|
+
* @param {string} projectLocationDataStoreName
|
|
798
|
+
* A fully-qualified path representing project_location_data_store resource.
|
|
799
|
+
* @returns {string} A string representing the project.
|
|
800
|
+
*/
|
|
801
|
+
matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
|
802
|
+
/**
|
|
803
|
+
* Parse the location from ProjectLocationDataStore resource.
|
|
804
|
+
*
|
|
805
|
+
* @param {string} projectLocationDataStoreName
|
|
806
|
+
* A fully-qualified path representing project_location_data_store resource.
|
|
807
|
+
* @returns {string} A string representing the location.
|
|
808
|
+
*/
|
|
809
|
+
matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
|
810
|
+
/**
|
|
811
|
+
* Parse the data_store from ProjectLocationDataStore resource.
|
|
812
|
+
*
|
|
813
|
+
* @param {string} projectLocationDataStoreName
|
|
814
|
+
* A fully-qualified path representing project_location_data_store resource.
|
|
815
|
+
* @returns {string} A string representing the data_store.
|
|
816
|
+
*/
|
|
817
|
+
matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
|
551
818
|
/**
|
|
552
819
|
* Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
|
|
553
820
|
*
|
|
@@ -725,6 +992,81 @@ export declare class RecommendationServiceClient {
|
|
|
725
992
|
* @returns {string} A string representing the serving_config.
|
|
726
993
|
*/
|
|
727
994
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
|
995
|
+
/**
|
|
996
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
|
997
|
+
*
|
|
998
|
+
* @param {string} project
|
|
999
|
+
* @param {string} location
|
|
1000
|
+
* @param {string} data_store
|
|
1001
|
+
* @returns {string} Resource name string.
|
|
1002
|
+
*/
|
|
1003
|
+
projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
|
|
1004
|
+
/**
|
|
1005
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
|
|
1006
|
+
*
|
|
1007
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
|
1008
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
|
1009
|
+
* @returns {string} A string representing the project.
|
|
1010
|
+
*/
|
|
1011
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
|
1012
|
+
/**
|
|
1013
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
|
|
1014
|
+
*
|
|
1015
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
|
1016
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
|
1017
|
+
* @returns {string} A string representing the location.
|
|
1018
|
+
*/
|
|
1019
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
|
1020
|
+
/**
|
|
1021
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
|
|
1022
|
+
*
|
|
1023
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
|
1024
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
|
1025
|
+
* @returns {string} A string representing the data_store.
|
|
1026
|
+
*/
|
|
1027
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
|
1028
|
+
/**
|
|
1029
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
|
|
1030
|
+
*
|
|
1031
|
+
* @param {string} project
|
|
1032
|
+
* @param {string} location
|
|
1033
|
+
* @param {string} data_store
|
|
1034
|
+
* @param {string} target_site
|
|
1035
|
+
* @returns {string} Resource name string.
|
|
1036
|
+
*/
|
|
1037
|
+
projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
|
|
1038
|
+
/**
|
|
1039
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
|
1040
|
+
*
|
|
1041
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
|
1042
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
|
1043
|
+
* @returns {string} A string representing the project.
|
|
1044
|
+
*/
|
|
1045
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
1046
|
+
/**
|
|
1047
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
|
1048
|
+
*
|
|
1049
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
|
1050
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
|
1051
|
+
* @returns {string} A string representing the location.
|
|
1052
|
+
*/
|
|
1053
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
1054
|
+
/**
|
|
1055
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
|
1056
|
+
*
|
|
1057
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
|
1058
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
|
1059
|
+
* @returns {string} A string representing the data_store.
|
|
1060
|
+
*/
|
|
1061
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
1062
|
+
/**
|
|
1063
|
+
* Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
|
1064
|
+
*
|
|
1065
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
|
1066
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
|
1067
|
+
* @returns {string} A string representing the target_site.
|
|
1068
|
+
*/
|
|
1069
|
+
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
728
1070
|
/**
|
|
729
1071
|
* Terminate the gRPC channel and close the client.
|
|
730
1072
|
*
|