@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
@@ -0,0 +1,46 @@
|
|
1
|
+
{
|
2
|
+
"interfaces": {
|
3
|
+
"google.cloud.discoveryengine.v1beta.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
|
+
}
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
@@ -1,7 +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 { ServingConfigServiceClient } from './serving_config_service_client';
|
10
|
+
export { SiteSearchEngineServiceClient } from './site_search_engine_service_client';
|
7
11
|
export { UserEventServiceClient } from './user_event_service_client';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
|
-
// Copyright
|
2
|
+
// Copyright 2024 Google LLC
|
3
3
|
//
|
4
4
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
5
5
|
// you may not use this file except in compliance with the License.
|
@@ -17,19 +17,27 @@
|
|
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.SearchServiceClient = exports.SchemaServiceClient = exports.RecommendationServiceClient = exports.DocumentServiceClient = exports.ConversationalSearchServiceClient = exports.CompletionServiceClient = void 0;
|
20
|
+
exports.UserEventServiceClient = exports.SiteSearchEngineServiceClient = exports.ServingConfigServiceClient = 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 serving_config_service_client_1 = require("./serving_config_service_client");
|
38
|
+
Object.defineProperty(exports, "ServingConfigServiceClient", { enumerable: true, get: function () { return serving_config_service_client_1.ServingConfigServiceClient; } });
|
39
|
+
var site_search_engine_service_client_1 = require("./site_search_engine_service_client");
|
40
|
+
Object.defineProperty(exports, "SiteSearchEngineServiceClient", { enumerable: true, get: function () { return site_search_engine_service_client_1.SiteSearchEngineServiceClient; } });
|
33
41
|
var user_event_service_client_1 = require("./user_event_service_client");
|
34
42
|
Object.defineProperty(exports, "UserEventServiceClient", { enumerable: true, get: function () { return user_event_service_client_1.UserEventServiceClient; } });
|
35
43
|
//# sourceMappingURL=index.js.map
|
@@ -14,6 +14,8 @@ export declare class RecommendationServiceClient {
|
|
14
14
|
private _gaxGrpc;
|
15
15
|
private _protos;
|
16
16
|
private _defaults;
|
17
|
+
private _universeDomain;
|
18
|
+
private _servicePath;
|
17
19
|
auth: gax.GoogleAuth;
|
18
20
|
descriptors: Descriptors;
|
19
21
|
warn: (code: string, message: string, warnType?: string) => void;
|
@@ -83,15 +85,22 @@ export declare class RecommendationServiceClient {
|
|
83
85
|
}>;
|
84
86
|
/**
|
85
87
|
* The DNS address for this API service.
|
88
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
86
89
|
* @returns {string} The DNS address for this service.
|
87
90
|
*/
|
88
91
|
static get servicePath(): string;
|
89
92
|
/**
|
90
|
-
* The DNS address for this API service - same as servicePath
|
91
|
-
*
|
93
|
+
* The DNS address for this API service - same as servicePath.
|
94
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
92
95
|
* @returns {string} The DNS address for this service.
|
93
96
|
*/
|
94
97
|
static get apiEndpoint(): string;
|
98
|
+
/**
|
99
|
+
* The DNS address for this API service.
|
100
|
+
* @returns {string} The DNS address for this service.
|
101
|
+
*/
|
102
|
+
get apiEndpoint(): string;
|
103
|
+
get universeDomain(): string;
|
95
104
|
/**
|
96
105
|
* The port for this API service.
|
97
106
|
* @returns {number} The default port for this service.
|
@@ -111,11 +120,19 @@ export declare class RecommendationServiceClient {
|
|
111
120
|
* @param {Object} request
|
112
121
|
* The request object that will be sent.
|
113
122
|
* @param {string} request.servingConfig
|
114
|
-
* Required. Full resource name of
|
123
|
+
* Required. Full resource name of a
|
124
|
+
* {@link protos.google.cloud.discoveryengine.v1beta.ServingConfig|ServingConfig}:
|
125
|
+
* `projects/* /locations/global/collections/* /engines/* /servingConfigs/*`, or
|
115
126
|
* `projects/* /locations/global/collections/* /dataStores/* /servingConfigs/*`
|
116
127
|
*
|
117
|
-
*
|
118
|
-
*
|
128
|
+
* One default serving config is created along with your recommendation engine
|
129
|
+
* creation. The engine ID will be used as the ID of the default serving
|
130
|
+
* config. For example, for Engine
|
131
|
+
* `projects/* /locations/global/collections/* /engines/my-engine`, you can use
|
132
|
+
* `projects/* /locations/global/collections/* /engines/my-engine/servingConfigs/my-engine`
|
133
|
+
* for your
|
134
|
+
* {@link protos.google.cloud.discoveryengine.v1beta.RecommendationService.Recommend|RecommendationService.Recommend}
|
135
|
+
* requests.
|
119
136
|
* @param {google.cloud.discoveryengine.v1beta.UserEvent} request.userEvent
|
120
137
|
* Required. Context about the user, what they are looking at and what action
|
121
138
|
* they took to trigger the Recommend request. Note that this user event
|
@@ -149,6 +166,14 @@ export declare class RecommendationServiceClient {
|
|
149
166
|
* * `(filter_tags: ANY("Red", "Blue") OR filter_tags: ANY("Hot", "Cold"))`
|
150
167
|
* * `(filter_tags: ANY("Red", "Blue")) AND NOT (filter_tags: ANY("Green"))`
|
151
168
|
*
|
169
|
+
* If `attributeFilteringSyntax` is set to true under the `params` field, then
|
170
|
+
* attribute-based expressions are expected instead of the above described
|
171
|
+
* tag-based syntax. Examples:
|
172
|
+
*
|
173
|
+
* * (launguage: ANY("en", "es")) AND NOT (categories: ANY("Movie"))
|
174
|
+
* * (available: true) AND
|
175
|
+
* (launguage: ANY("en", "es")) OR (categories: ANY("Movie"))
|
176
|
+
*
|
152
177
|
* If your filter blocks all results, the API will return generic
|
153
178
|
* (unfiltered) popular Documents. If you only want results strictly matching
|
154
179
|
* the filters, set `strictFiltering` to True in
|
@@ -188,6 +213,9 @@ export declare class RecommendationServiceClient {
|
|
188
213
|
* * `auto-diversity`
|
189
214
|
* This gives request-level control and adjusts recommendation results
|
190
215
|
* based on Document category.
|
216
|
+
* * `attributeFilteringSyntax`: Boolean. False by default. If set to true,
|
217
|
+
* the `filter` field is interpreted according to the new,
|
218
|
+
* attribute-based syntax.
|
191
219
|
* @param {number[]} request.userLabels
|
192
220
|
* The user labels applied to a resource must meet the following requirements:
|
193
221
|
*
|
@@ -273,6 +301,90 @@ export declare class RecommendationServiceClient {
|
|
273
301
|
* ```
|
274
302
|
*/
|
275
303
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
304
|
+
/**
|
305
|
+
* Return a fully-qualified engine resource name string.
|
306
|
+
*
|
307
|
+
* @param {string} project
|
308
|
+
* @param {string} location
|
309
|
+
* @param {string} collection
|
310
|
+
* @param {string} engine
|
311
|
+
* @returns {string} Resource name string.
|
312
|
+
*/
|
313
|
+
enginePath(project: string, location: string, collection: string, engine: string): string;
|
314
|
+
/**
|
315
|
+
* Parse the project from Engine resource.
|
316
|
+
*
|
317
|
+
* @param {string} engineName
|
318
|
+
* A fully-qualified path representing Engine resource.
|
319
|
+
* @returns {string} A string representing the project.
|
320
|
+
*/
|
321
|
+
matchProjectFromEngineName(engineName: string): string | number;
|
322
|
+
/**
|
323
|
+
* Parse the location from Engine resource.
|
324
|
+
*
|
325
|
+
* @param {string} engineName
|
326
|
+
* A fully-qualified path representing Engine resource.
|
327
|
+
* @returns {string} A string representing the location.
|
328
|
+
*/
|
329
|
+
matchLocationFromEngineName(engineName: string): string | number;
|
330
|
+
/**
|
331
|
+
* Parse the collection from Engine resource.
|
332
|
+
*
|
333
|
+
* @param {string} engineName
|
334
|
+
* A fully-qualified path representing Engine resource.
|
335
|
+
* @returns {string} A string representing the collection.
|
336
|
+
*/
|
337
|
+
matchCollectionFromEngineName(engineName: string): string | number;
|
338
|
+
/**
|
339
|
+
* Parse the engine from Engine resource.
|
340
|
+
*
|
341
|
+
* @param {string} engineName
|
342
|
+
* A fully-qualified path representing Engine resource.
|
343
|
+
* @returns {string} A string representing the engine.
|
344
|
+
*/
|
345
|
+
matchEngineFromEngineName(engineName: string): string | number;
|
346
|
+
/**
|
347
|
+
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
348
|
+
*
|
349
|
+
* @param {string} project
|
350
|
+
* @param {string} location
|
351
|
+
* @param {string} collection
|
352
|
+
* @param {string} data_store
|
353
|
+
* @returns {string} Resource name string.
|
354
|
+
*/
|
355
|
+
projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
|
356
|
+
/**
|
357
|
+
* Parse the project from ProjectLocationCollectionDataStore resource.
|
358
|
+
*
|
359
|
+
* @param {string} projectLocationCollectionDataStoreName
|
360
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
361
|
+
* @returns {string} A string representing the project.
|
362
|
+
*/
|
363
|
+
matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
364
|
+
/**
|
365
|
+
* Parse the location from ProjectLocationCollectionDataStore resource.
|
366
|
+
*
|
367
|
+
* @param {string} projectLocationCollectionDataStoreName
|
368
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
369
|
+
* @returns {string} A string representing the location.
|
370
|
+
*/
|
371
|
+
matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
372
|
+
/**
|
373
|
+
* Parse the collection from ProjectLocationCollectionDataStore resource.
|
374
|
+
*
|
375
|
+
* @param {string} projectLocationCollectionDataStoreName
|
376
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
377
|
+
* @returns {string} A string representing the collection.
|
378
|
+
*/
|
379
|
+
matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
380
|
+
/**
|
381
|
+
* Parse the data_store from ProjectLocationCollectionDataStore resource.
|
382
|
+
*
|
383
|
+
* @param {string} projectLocationCollectionDataStoreName
|
384
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
385
|
+
* @returns {string} A string representing the data_store.
|
386
|
+
*/
|
387
|
+
matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
276
388
|
/**
|
277
389
|
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
|
278
390
|
*
|
@@ -486,6 +598,234 @@ export declare class RecommendationServiceClient {
|
|
486
598
|
* @returns {string} A string representing the serving_config.
|
487
599
|
*/
|
488
600
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
601
|
+
/**
|
602
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
603
|
+
*
|
604
|
+
* @param {string} project
|
605
|
+
* @param {string} location
|
606
|
+
* @param {string} collection
|
607
|
+
* @param {string} data_store
|
608
|
+
* @returns {string} Resource name string.
|
609
|
+
*/
|
610
|
+
projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
|
611
|
+
/**
|
612
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
613
|
+
*
|
614
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
615
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
616
|
+
* @returns {string} A string representing the project.
|
617
|
+
*/
|
618
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
619
|
+
/**
|
620
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
621
|
+
*
|
622
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
623
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
624
|
+
* @returns {string} A string representing the location.
|
625
|
+
*/
|
626
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
627
|
+
/**
|
628
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
629
|
+
*
|
630
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
631
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
632
|
+
* @returns {string} A string representing the collection.
|
633
|
+
*/
|
634
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
635
|
+
/**
|
636
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
637
|
+
*
|
638
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
639
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
640
|
+
* @returns {string} A string representing the data_store.
|
641
|
+
*/
|
642
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
643
|
+
/**
|
644
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
|
645
|
+
*
|
646
|
+
* @param {string} project
|
647
|
+
* @param {string} location
|
648
|
+
* @param {string} collection
|
649
|
+
* @param {string} data_store
|
650
|
+
* @param {string} target_site
|
651
|
+
* @returns {string} Resource name string.
|
652
|
+
*/
|
653
|
+
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
|
654
|
+
/**
|
655
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
656
|
+
*
|
657
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
658
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
659
|
+
* @returns {string} A string representing the project.
|
660
|
+
*/
|
661
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
662
|
+
/**
|
663
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
664
|
+
*
|
665
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
666
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
667
|
+
* @returns {string} A string representing the location.
|
668
|
+
*/
|
669
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
670
|
+
/**
|
671
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
672
|
+
*
|
673
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
674
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
675
|
+
* @returns {string} A string representing the collection.
|
676
|
+
*/
|
677
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
678
|
+
/**
|
679
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
680
|
+
*
|
681
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
682
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
683
|
+
* @returns {string} A string representing the data_store.
|
684
|
+
*/
|
685
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
686
|
+
/**
|
687
|
+
* Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
688
|
+
*
|
689
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
690
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
691
|
+
* @returns {string} A string representing the target_site.
|
692
|
+
*/
|
693
|
+
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
694
|
+
/**
|
695
|
+
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
696
|
+
*
|
697
|
+
* @param {string} project
|
698
|
+
* @param {string} location
|
699
|
+
* @param {string} collection
|
700
|
+
* @param {string} engine
|
701
|
+
* @param {string} conversation
|
702
|
+
* @returns {string} Resource name string.
|
703
|
+
*/
|
704
|
+
projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
|
705
|
+
/**
|
706
|
+
* Parse the project from ProjectLocationCollectionEngineConversation resource.
|
707
|
+
*
|
708
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
709
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
710
|
+
* @returns {string} A string representing the project.
|
711
|
+
*/
|
712
|
+
matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
713
|
+
/**
|
714
|
+
* Parse the location from ProjectLocationCollectionEngineConversation resource.
|
715
|
+
*
|
716
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
717
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
718
|
+
* @returns {string} A string representing the location.
|
719
|
+
*/
|
720
|
+
matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
721
|
+
/**
|
722
|
+
* Parse the collection from ProjectLocationCollectionEngineConversation resource.
|
723
|
+
*
|
724
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
725
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
726
|
+
* @returns {string} A string representing the collection.
|
727
|
+
*/
|
728
|
+
matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
729
|
+
/**
|
730
|
+
* Parse the engine from ProjectLocationCollectionEngineConversation resource.
|
731
|
+
*
|
732
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
733
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
734
|
+
* @returns {string} A string representing the engine.
|
735
|
+
*/
|
736
|
+
matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
737
|
+
/**
|
738
|
+
* Parse the conversation from ProjectLocationCollectionEngineConversation resource.
|
739
|
+
*
|
740
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
741
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
742
|
+
* @returns {string} A string representing the conversation.
|
743
|
+
*/
|
744
|
+
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
745
|
+
/**
|
746
|
+
* Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
|
747
|
+
*
|
748
|
+
* @param {string} project
|
749
|
+
* @param {string} location
|
750
|
+
* @param {string} collection
|
751
|
+
* @param {string} engine
|
752
|
+
* @param {string} serving_config
|
753
|
+
* @returns {string} Resource name string.
|
754
|
+
*/
|
755
|
+
projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
|
756
|
+
/**
|
757
|
+
* Parse the project from ProjectLocationCollectionEngineServingConfig resource.
|
758
|
+
*
|
759
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
760
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
761
|
+
* @returns {string} A string representing the project.
|
762
|
+
*/
|
763
|
+
matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
764
|
+
/**
|
765
|
+
* Parse the location from ProjectLocationCollectionEngineServingConfig resource.
|
766
|
+
*
|
767
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
768
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
769
|
+
* @returns {string} A string representing the location.
|
770
|
+
*/
|
771
|
+
matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
772
|
+
/**
|
773
|
+
* Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
|
774
|
+
*
|
775
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
776
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
777
|
+
* @returns {string} A string representing the collection.
|
778
|
+
*/
|
779
|
+
matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
780
|
+
/**
|
781
|
+
* Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
|
782
|
+
*
|
783
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
784
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
785
|
+
* @returns {string} A string representing the engine.
|
786
|
+
*/
|
787
|
+
matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
788
|
+
/**
|
789
|
+
* Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
|
790
|
+
*
|
791
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
792
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
793
|
+
* @returns {string} A string representing the serving_config.
|
794
|
+
*/
|
795
|
+
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
796
|
+
/**
|
797
|
+
* Return a fully-qualified projectLocationDataStore resource name string.
|
798
|
+
*
|
799
|
+
* @param {string} project
|
800
|
+
* @param {string} location
|
801
|
+
* @param {string} data_store
|
802
|
+
* @returns {string} Resource name string.
|
803
|
+
*/
|
804
|
+
projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
|
805
|
+
/**
|
806
|
+
* Parse the project from ProjectLocationDataStore resource.
|
807
|
+
*
|
808
|
+
* @param {string} projectLocationDataStoreName
|
809
|
+
* A fully-qualified path representing project_location_data_store resource.
|
810
|
+
* @returns {string} A string representing the project.
|
811
|
+
*/
|
812
|
+
matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
813
|
+
/**
|
814
|
+
* Parse the location from ProjectLocationDataStore resource.
|
815
|
+
*
|
816
|
+
* @param {string} projectLocationDataStoreName
|
817
|
+
* A fully-qualified path representing project_location_data_store resource.
|
818
|
+
* @returns {string} A string representing the location.
|
819
|
+
*/
|
820
|
+
matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
821
|
+
/**
|
822
|
+
* Parse the data_store from ProjectLocationDataStore resource.
|
823
|
+
*
|
824
|
+
* @param {string} projectLocationDataStoreName
|
825
|
+
* A fully-qualified path representing project_location_data_store resource.
|
826
|
+
* @returns {string} A string representing the data_store.
|
827
|
+
*/
|
828
|
+
matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
489
829
|
/**
|
490
830
|
* Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
|
491
831
|
*
|
@@ -663,6 +1003,81 @@ export declare class RecommendationServiceClient {
|
|
663
1003
|
* @returns {string} A string representing the serving_config.
|
664
1004
|
*/
|
665
1005
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1006
|
+
/**
|
1007
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1008
|
+
*
|
1009
|
+
* @param {string} project
|
1010
|
+
* @param {string} location
|
1011
|
+
* @param {string} data_store
|
1012
|
+
* @returns {string} Resource name string.
|
1013
|
+
*/
|
1014
|
+
projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
|
1015
|
+
/**
|
1016
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
|
1017
|
+
*
|
1018
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1019
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1020
|
+
* @returns {string} A string representing the project.
|
1021
|
+
*/
|
1022
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1023
|
+
/**
|
1024
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
|
1025
|
+
*
|
1026
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1027
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1028
|
+
* @returns {string} A string representing the location.
|
1029
|
+
*/
|
1030
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1031
|
+
/**
|
1032
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
|
1033
|
+
*
|
1034
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1035
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1036
|
+
* @returns {string} A string representing the data_store.
|
1037
|
+
*/
|
1038
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1039
|
+
/**
|
1040
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
|
1041
|
+
*
|
1042
|
+
* @param {string} project
|
1043
|
+
* @param {string} location
|
1044
|
+
* @param {string} data_store
|
1045
|
+
* @param {string} target_site
|
1046
|
+
* @returns {string} Resource name string.
|
1047
|
+
*/
|
1048
|
+
projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
|
1049
|
+
/**
|
1050
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1051
|
+
*
|
1052
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1053
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1054
|
+
* @returns {string} A string representing the project.
|
1055
|
+
*/
|
1056
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1057
|
+
/**
|
1058
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1059
|
+
*
|
1060
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1061
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1062
|
+
* @returns {string} A string representing the location.
|
1063
|
+
*/
|
1064
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1065
|
+
/**
|
1066
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1067
|
+
*
|
1068
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1069
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1070
|
+
* @returns {string} A string representing the data_store.
|
1071
|
+
*/
|
1072
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1073
|
+
/**
|
1074
|
+
* Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1075
|
+
*
|
1076
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1077
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1078
|
+
* @returns {string} A string representing the target_site.
|
1079
|
+
*/
|
1080
|
+
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
666
1081
|
/**
|
667
1082
|
* Terminate the gRPC channel and close the client.
|
668
1083
|
*
|