@google-cloud/discoveryengine 2.3.0 → 2.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/README.md +17 -0
- package/build/protos/google/cloud/discoveryengine/v1/assist_answer.proto +251 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant.proto +44 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant_service.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +15 -3
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +21 -8
- package/build/protos/google/cloud/discoveryengine/v1/session_service.proto +128 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +15 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +30 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +238 -8
- package/build/protos/google/cloud/discoveryengine/v1alpha/session_service.proto +201 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +26 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +40 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/session_service.proto +128 -0
- package/build/protos/protos.d.ts +15057 -10636
- package/build/protos/protos.js +45523 -34174
- package/build/protos/protos.json +4835 -3203
- package/build/src/index.d.ts +7 -1
- package/build/src/index.js +6 -2
- package/build/src/v1/assistant_service_client.d.ts +2058 -0
- package/build/src/v1/assistant_service_client.js +2957 -0
- package/build/src/v1/assistant_service_client_config.json +43 -0
- package/build/src/v1/assistant_service_proto_list.json +48 -0
- package/build/src/v1/cmek_config_service_client.d.ts +255 -144
- package/build/src/v1/cmek_config_service_client.js +348 -196
- package/build/src/v1/cmek_config_service_proto_list.json +4 -0
- package/build/src/v1/completion_service_client.d.ts +255 -144
- package/build/src/v1/completion_service_client.js +348 -196
- package/build/src/v1/completion_service_proto_list.json +4 -0
- package/build/src/v1/control_service_client.d.ts +255 -144
- package/build/src/v1/control_service_client.js +348 -196
- package/build/src/v1/control_service_proto_list.json +4 -0
- package/build/src/v1/conversational_search_service_client.d.ts +302 -155
- package/build/src/v1/conversational_search_service_client.js +380 -204
- package/build/src/v1/conversational_search_service_proto_list.json +4 -0
- package/build/src/v1/data_store_service_client.d.ts +255 -144
- package/build/src/v1/data_store_service_client.js +348 -196
- package/build/src/v1/data_store_service_proto_list.json +4 -0
- package/build/src/v1/document_service_client.d.ts +255 -144
- package/build/src/v1/document_service_client.js +348 -196
- package/build/src/v1/document_service_proto_list.json +4 -0
- package/build/src/v1/engine_service_client.d.ts +255 -144
- package/build/src/v1/engine_service_client.js +348 -196
- package/build/src/v1/engine_service_proto_list.json +4 -0
- package/build/src/v1/gapic_metadata.json +86 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +255 -144
- package/build/src/v1/grounded_generation_service_client.js +348 -196
- package/build/src/v1/grounded_generation_service_proto_list.json +4 -0
- package/build/src/v1/identity_mapping_store_service_client.d.ts +255 -144
- package/build/src/v1/identity_mapping_store_service_client.js +348 -196
- package/build/src/v1/identity_mapping_store_service_proto_list.json +4 -0
- package/build/src/v1/index.d.ts +2 -0
- package/build/src/v1/index.js +5 -1
- package/build/src/v1/project_service_client.d.ts +255 -144
- package/build/src/v1/project_service_client.js +348 -196
- package/build/src/v1/project_service_proto_list.json +4 -0
- package/build/src/v1/rank_service_client.d.ts +255 -144
- package/build/src/v1/rank_service_client.js +348 -196
- package/build/src/v1/rank_service_proto_list.json +4 -0
- package/build/src/v1/recommendation_service_client.d.ts +255 -144
- package/build/src/v1/recommendation_service_client.js +348 -196
- package/build/src/v1/recommendation_service_proto_list.json +4 -0
- package/build/src/v1/schema_service_client.d.ts +255 -144
- package/build/src/v1/schema_service_client.js +348 -196
- package/build/src/v1/schema_service_proto_list.json +4 -0
- package/build/src/v1/search_service_client.d.ts +303 -228
- package/build/src/v1/search_service_client.js +380 -252
- package/build/src/v1/search_service_proto_list.json +4 -0
- package/build/src/v1/search_tuning_service_client.d.ts +255 -144
- package/build/src/v1/search_tuning_service_client.js +348 -196
- package/build/src/v1/search_tuning_service_proto_list.json +4 -0
- package/build/src/v1/serving_config_service_client.d.ts +255 -144
- package/build/src/v1/serving_config_service_client.js +348 -196
- package/build/src/v1/serving_config_service_proto_list.json +4 -0
- package/build/src/v1/session_service_client.d.ts +2326 -0
- package/build/src/v1/session_service_client.js +3218 -0
- package/build/src/v1/session_service_client_config.json +63 -0
- package/build/src/v1/session_service_proto_list.json +48 -0
- package/build/src/v1/site_search_engine_service_client.d.ts +255 -144
- package/build/src/v1/site_search_engine_service_client.js +348 -196
- package/build/src/v1/site_search_engine_service_proto_list.json +4 -0
- package/build/src/v1/user_event_service_client.d.ts +255 -144
- package/build/src/v1/user_event_service_client.js +348 -196
- package/build/src/v1/user_event_service_proto_list.json +4 -0
- package/build/src/v1/user_license_service_client.d.ts +255 -144
- package/build/src/v1/user_license_service_client.js +348 -196
- package/build/src/v1/user_license_service_proto_list.json +4 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/acl_config_service_client.js +196 -196
- package/build/src/v1alpha/acl_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +144 -144
- package/build/src/v1alpha/chunk_service_client.js +196 -196
- package/build/src/v1alpha/chunk_service_proto_list.json +1 -0
- package/build/src/v1alpha/completion_service_client.d.ts +144 -144
- package/build/src/v1alpha/completion_service_client.js +196 -196
- package/build/src/v1alpha/completion_service_proto_list.json +1 -0
- package/build/src/v1alpha/control_service_client.d.ts +144 -144
- package/build/src/v1alpha/control_service_client.js +196 -196
- package/build/src/v1alpha/control_service_proto_list.json +1 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +221 -167
- package/build/src/v1alpha/conversational_search_service_client.js +244 -210
- package/build/src/v1alpha/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +144 -144
- package/build/src/v1alpha/data_store_service_client.js +196 -196
- package/build/src/v1alpha/data_store_service_proto_list.json +1 -0
- package/build/src/v1alpha/document_service_client.d.ts +144 -144
- package/build/src/v1alpha/document_service_client.js +196 -196
- package/build/src/v1alpha/document_service_proto_list.json +1 -0
- package/build/src/v1alpha/engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/engine_service_client.js +196 -196
- package/build/src/v1alpha/engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +144 -144
- package/build/src/v1alpha/estimate_billing_service_client.js +196 -196
- package/build/src/v1alpha/estimate_billing_service_proto_list.json +1 -0
- package/build/src/v1alpha/evaluation_service_client.d.ts +144 -144
- package/build/src/v1alpha/evaluation_service_client.js +196 -196
- package/build/src/v1alpha/evaluation_service_proto_list.json +1 -0
- package/build/src/v1alpha/gapic_metadata.json +82 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1alpha/grounded_generation_service_client.js +196 -196
- package/build/src/v1alpha/grounded_generation_service_proto_list.json +1 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +3 -1
- package/build/src/v1alpha/project_service_client.d.ts +144 -144
- package/build/src/v1alpha/project_service_client.js +196 -196
- package/build/src/v1alpha/project_service_proto_list.json +1 -0
- package/build/src/v1alpha/rank_service_client.d.ts +144 -144
- package/build/src/v1alpha/rank_service_client.js +196 -196
- package/build/src/v1alpha/rank_service_proto_list.json +1 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +144 -144
- package/build/src/v1alpha/recommendation_service_client.js +196 -196
- package/build/src/v1alpha/recommendation_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_service_client.js +196 -196
- package/build/src/v1alpha/sample_query_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_set_service_client.js +196 -196
- package/build/src/v1alpha/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1alpha/schema_service_client.d.ts +144 -144
- package/build/src/v1alpha/schema_service_client.js +196 -196
- package/build/src/v1alpha/schema_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_service_client.d.ts +168 -186
- package/build/src/v1alpha/search_service_client.js +212 -224
- package/build/src/v1alpha/search_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1alpha/search_tuning_service_client.js +196 -196
- package/build/src/v1alpha/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/serving_config_service_client.js +196 -196
- package/build/src/v1alpha/serving_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/session_service_client.d.ts +2331 -0
- package/build/src/v1alpha/session_service_client.js +3161 -0
- package/build/src/v1alpha/session_service_client_config.json +68 -0
- package/build/src/v1alpha/session_service_proto_list.json +49 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/site_search_engine_service_client.js +196 -196
- package/build/src/v1alpha/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +144 -144
- package/build/src/v1alpha/user_event_service_client.js +196 -196
- package/build/src/v1alpha/user_event_service_proto_list.json +1 -0
- package/build/src/v1beta/completion_service_client.d.ts +144 -144
- package/build/src/v1beta/completion_service_client.js +196 -196
- package/build/src/v1beta/completion_service_proto_list.json +1 -0
- package/build/src/v1beta/control_service_client.d.ts +144 -144
- package/build/src/v1beta/control_service_client.js +196 -196
- package/build/src/v1beta/control_service_proto_list.json +1 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +215 -161
- package/build/src/v1beta/conversational_search_service_client.js +242 -208
- package/build/src/v1beta/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1beta/data_store_service_client.d.ts +144 -144
- package/build/src/v1beta/data_store_service_client.js +196 -196
- package/build/src/v1beta/data_store_service_proto_list.json +1 -0
- package/build/src/v1beta/document_service_client.d.ts +144 -144
- package/build/src/v1beta/document_service_client.js +196 -196
- package/build/src/v1beta/document_service_proto_list.json +1 -0
- package/build/src/v1beta/engine_service_client.d.ts +144 -144
- package/build/src/v1beta/engine_service_client.js +196 -196
- package/build/src/v1beta/engine_service_proto_list.json +1 -0
- package/build/src/v1beta/evaluation_service_client.d.ts +144 -144
- package/build/src/v1beta/evaluation_service_client.js +196 -196
- package/build/src/v1beta/evaluation_service_proto_list.json +1 -0
- package/build/src/v1beta/gapic_metadata.json +68 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1beta/grounded_generation_service_client.js +196 -196
- package/build/src/v1beta/grounded_generation_service_proto_list.json +1 -0
- package/build/src/v1beta/index.d.ts +1 -0
- package/build/src/v1beta/index.js +3 -1
- package/build/src/v1beta/project_service_client.d.ts +144 -144
- package/build/src/v1beta/project_service_client.js +196 -196
- package/build/src/v1beta/project_service_proto_list.json +1 -0
- package/build/src/v1beta/rank_service_client.d.ts +144 -144
- package/build/src/v1beta/rank_service_client.js +196 -196
- package/build/src/v1beta/rank_service_proto_list.json +1 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +144 -144
- package/build/src/v1beta/recommendation_service_client.js +196 -196
- package/build/src/v1beta/recommendation_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_service_client.js +196 -196
- package/build/src/v1beta/sample_query_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_set_service_client.js +196 -196
- package/build/src/v1beta/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1beta/schema_service_client.d.ts +144 -144
- package/build/src/v1beta/schema_service_client.js +196 -196
- package/build/src/v1beta/schema_service_proto_list.json +1 -0
- package/build/src/v1beta/search_service_client.d.ts +192 -228
- package/build/src/v1beta/search_service_client.js +228 -252
- package/build/src/v1beta/search_service_proto_list.json +1 -0
- package/build/src/v1beta/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1beta/search_tuning_service_client.js +196 -196
- package/build/src/v1beta/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +144 -144
- package/build/src/v1beta/serving_config_service_client.js +196 -196
- package/build/src/v1beta/serving_config_service_proto_list.json +1 -0
- package/build/src/v1beta/session_service_client.d.ts +2266 -0
- package/build/src/v1beta/session_service_client.js +3136 -0
- package/build/src/v1beta/session_service_client_config.json +63 -0
- package/build/src/v1beta/session_service_proto_list.json +45 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1beta/site_search_engine_service_client.js +196 -196
- package/build/src/v1beta/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1beta/user_event_service_client.d.ts +144 -144
- package/build/src/v1beta/user_event_service_client.js +196 -196
- package/build/src/v1beta/user_event_service_proto_list.json +1 -0
- package/package.json +1 -1
@@ -1,5 +1,8 @@
|
|
1
1
|
[
|
2
2
|
"../../protos/google/cloud/discoveryengine/v1/answer.proto",
|
3
|
+
"../../protos/google/cloud/discoveryengine/v1/assist_answer.proto",
|
4
|
+
"../../protos/google/cloud/discoveryengine/v1/assistant.proto",
|
5
|
+
"../../protos/google/cloud/discoveryengine/v1/assistant_service.proto",
|
3
6
|
"../../protos/google/cloud/discoveryengine/v1/chunk.proto",
|
4
7
|
"../../protos/google/cloud/discoveryengine/v1/cmek_config_service.proto",
|
5
8
|
"../../protos/google/cloud/discoveryengine/v1/common.proto",
|
@@ -35,6 +38,7 @@
|
|
35
38
|
"../../protos/google/cloud/discoveryengine/v1/serving_config.proto",
|
36
39
|
"../../protos/google/cloud/discoveryengine/v1/serving_config_service.proto",
|
37
40
|
"../../protos/google/cloud/discoveryengine/v1/session.proto",
|
41
|
+
"../../protos/google/cloud/discoveryengine/v1/session_service.proto",
|
38
42
|
"../../protos/google/cloud/discoveryengine/v1/site_search_engine.proto",
|
39
43
|
"../../protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto",
|
40
44
|
"../../protos/google/cloud/discoveryengine/v1/user_event.proto",
|
@@ -225,6 +225,117 @@ export declare class RankServiceClient {
|
|
225
225
|
* ```
|
226
226
|
*/
|
227
227
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
228
|
+
/**
|
229
|
+
* Return a fully-qualified assistAnswer resource name string.
|
230
|
+
*
|
231
|
+
* @param {string} project
|
232
|
+
* @param {string} location
|
233
|
+
* @param {string} collection
|
234
|
+
* @param {string} engine
|
235
|
+
* @param {string} session
|
236
|
+
* @param {string} assist_answer
|
237
|
+
* @returns {string} Resource name string.
|
238
|
+
*/
|
239
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
240
|
+
/**
|
241
|
+
* Parse the project from AssistAnswer resource.
|
242
|
+
*
|
243
|
+
* @param {string} assistAnswerName
|
244
|
+
* A fully-qualified path representing AssistAnswer resource.
|
245
|
+
* @returns {string} A string representing the project.
|
246
|
+
*/
|
247
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
248
|
+
/**
|
249
|
+
* Parse the location from AssistAnswer resource.
|
250
|
+
*
|
251
|
+
* @param {string} assistAnswerName
|
252
|
+
* A fully-qualified path representing AssistAnswer resource.
|
253
|
+
* @returns {string} A string representing the location.
|
254
|
+
*/
|
255
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
256
|
+
/**
|
257
|
+
* Parse the collection from AssistAnswer resource.
|
258
|
+
*
|
259
|
+
* @param {string} assistAnswerName
|
260
|
+
* A fully-qualified path representing AssistAnswer resource.
|
261
|
+
* @returns {string} A string representing the collection.
|
262
|
+
*/
|
263
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
264
|
+
/**
|
265
|
+
* Parse the engine from AssistAnswer resource.
|
266
|
+
*
|
267
|
+
* @param {string} assistAnswerName
|
268
|
+
* A fully-qualified path representing AssistAnswer resource.
|
269
|
+
* @returns {string} A string representing the engine.
|
270
|
+
*/
|
271
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
272
|
+
/**
|
273
|
+
* Parse the session from AssistAnswer resource.
|
274
|
+
*
|
275
|
+
* @param {string} assistAnswerName
|
276
|
+
* A fully-qualified path representing AssistAnswer resource.
|
277
|
+
* @returns {string} A string representing the session.
|
278
|
+
*/
|
279
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
280
|
+
/**
|
281
|
+
* Parse the assist_answer from AssistAnswer resource.
|
282
|
+
*
|
283
|
+
* @param {string} assistAnswerName
|
284
|
+
* A fully-qualified path representing AssistAnswer resource.
|
285
|
+
* @returns {string} A string representing the assist_answer.
|
286
|
+
*/
|
287
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
288
|
+
/**
|
289
|
+
* Return a fully-qualified assistant resource name string.
|
290
|
+
*
|
291
|
+
* @param {string} project
|
292
|
+
* @param {string} location
|
293
|
+
* @param {string} collection
|
294
|
+
* @param {string} engine
|
295
|
+
* @param {string} assistant
|
296
|
+
* @returns {string} Resource name string.
|
297
|
+
*/
|
298
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
299
|
+
/**
|
300
|
+
* Parse the project from Assistant resource.
|
301
|
+
*
|
302
|
+
* @param {string} assistantName
|
303
|
+
* A fully-qualified path representing Assistant resource.
|
304
|
+
* @returns {string} A string representing the project.
|
305
|
+
*/
|
306
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
307
|
+
/**
|
308
|
+
* Parse the location from Assistant resource.
|
309
|
+
*
|
310
|
+
* @param {string} assistantName
|
311
|
+
* A fully-qualified path representing Assistant resource.
|
312
|
+
* @returns {string} A string representing the location.
|
313
|
+
*/
|
314
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
315
|
+
/**
|
316
|
+
* Parse the collection from Assistant resource.
|
317
|
+
*
|
318
|
+
* @param {string} assistantName
|
319
|
+
* A fully-qualified path representing Assistant resource.
|
320
|
+
* @returns {string} A string representing the collection.
|
321
|
+
*/
|
322
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
323
|
+
/**
|
324
|
+
* Parse the engine from Assistant resource.
|
325
|
+
*
|
326
|
+
* @param {string} assistantName
|
327
|
+
* A fully-qualified path representing Assistant resource.
|
328
|
+
* @returns {string} A string representing the engine.
|
329
|
+
*/
|
330
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
331
|
+
/**
|
332
|
+
* Parse the assistant from Assistant resource.
|
333
|
+
*
|
334
|
+
* @param {string} assistantName
|
335
|
+
* A fully-qualified path representing Assistant resource.
|
336
|
+
* @returns {string} A string representing the assistant.
|
337
|
+
*/
|
338
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
228
339
|
/**
|
229
340
|
* Return a fully-qualified engine resource name string.
|
230
341
|
*
|
@@ -840,57 +951,6 @@ export declare class RankServiceClient {
|
|
840
951
|
* @returns {string} A string representing the serving_config.
|
841
952
|
*/
|
842
953
|
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
843
|
-
/**
|
844
|
-
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
845
|
-
*
|
846
|
-
* @param {string} project
|
847
|
-
* @param {string} location
|
848
|
-
* @param {string} collection
|
849
|
-
* @param {string} data_store
|
850
|
-
* @param {string} session
|
851
|
-
* @returns {string} Resource name string.
|
852
|
-
*/
|
853
|
-
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
854
|
-
/**
|
855
|
-
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
856
|
-
*
|
857
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
858
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
859
|
-
* @returns {string} A string representing the project.
|
860
|
-
*/
|
861
|
-
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
862
|
-
/**
|
863
|
-
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
864
|
-
*
|
865
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
866
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
867
|
-
* @returns {string} A string representing the location.
|
868
|
-
*/
|
869
|
-
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
870
|
-
/**
|
871
|
-
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
872
|
-
*
|
873
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
874
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
875
|
-
* @returns {string} A string representing the collection.
|
876
|
-
*/
|
877
|
-
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
878
|
-
/**
|
879
|
-
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
880
|
-
*
|
881
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
882
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
883
|
-
* @returns {string} A string representing the data_store.
|
884
|
-
*/
|
885
|
-
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
886
|
-
/**
|
887
|
-
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
888
|
-
*
|
889
|
-
* @param {string} projectLocationCollectionDataStoreSessionName
|
890
|
-
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
891
|
-
* @returns {string} A string representing the session.
|
892
|
-
*/
|
893
|
-
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
894
954
|
/**
|
895
955
|
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
896
956
|
*
|
@@ -951,6 +1011,57 @@ export declare class RankServiceClient {
|
|
951
1011
|
* @returns {string} A string representing the answer.
|
952
1012
|
*/
|
953
1013
|
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1014
|
+
/**
|
1015
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1016
|
+
*
|
1017
|
+
* @param {string} project
|
1018
|
+
* @param {string} location
|
1019
|
+
* @param {string} collection
|
1020
|
+
* @param {string} data_store
|
1021
|
+
* @param {string} session
|
1022
|
+
* @returns {string} Resource name string.
|
1023
|
+
*/
|
1024
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1025
|
+
/**
|
1026
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1027
|
+
*
|
1028
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1029
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1030
|
+
* @returns {string} A string representing the project.
|
1031
|
+
*/
|
1032
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1033
|
+
/**
|
1034
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1035
|
+
*
|
1036
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1037
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1038
|
+
* @returns {string} A string representing the location.
|
1039
|
+
*/
|
1040
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1041
|
+
/**
|
1042
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1043
|
+
*
|
1044
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1045
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1046
|
+
* @returns {string} A string representing the collection.
|
1047
|
+
*/
|
1048
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1049
|
+
/**
|
1050
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1051
|
+
*
|
1052
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1053
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1054
|
+
* @returns {string} A string representing the data_store.
|
1055
|
+
*/
|
1056
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1057
|
+
/**
|
1058
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1059
|
+
*
|
1060
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1061
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1062
|
+
* @returns {string} A string representing the session.
|
1063
|
+
*/
|
1064
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
954
1065
|
/**
|
955
1066
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
956
1067
|
*
|
@@ -1248,57 +1359,6 @@ export declare class RankServiceClient {
|
|
1248
1359
|
* @returns {string} A string representing the serving_config.
|
1249
1360
|
*/
|
1250
1361
|
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1251
|
-
/**
|
1252
|
-
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1253
|
-
*
|
1254
|
-
* @param {string} project
|
1255
|
-
* @param {string} location
|
1256
|
-
* @param {string} collection
|
1257
|
-
* @param {string} engine
|
1258
|
-
* @param {string} session
|
1259
|
-
* @returns {string} Resource name string.
|
1260
|
-
*/
|
1261
|
-
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1262
|
-
/**
|
1263
|
-
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1264
|
-
*
|
1265
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1266
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1267
|
-
* @returns {string} A string representing the project.
|
1268
|
-
*/
|
1269
|
-
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1270
|
-
/**
|
1271
|
-
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1272
|
-
*
|
1273
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1274
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1275
|
-
* @returns {string} A string representing the location.
|
1276
|
-
*/
|
1277
|
-
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1278
|
-
/**
|
1279
|
-
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1280
|
-
*
|
1281
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1282
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1283
|
-
* @returns {string} A string representing the collection.
|
1284
|
-
*/
|
1285
|
-
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1286
|
-
/**
|
1287
|
-
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1288
|
-
*
|
1289
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1290
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1291
|
-
* @returns {string} A string representing the engine.
|
1292
|
-
*/
|
1293
|
-
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1294
|
-
/**
|
1295
|
-
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1296
|
-
*
|
1297
|
-
* @param {string} projectLocationCollectionEngineSessionName
|
1298
|
-
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1299
|
-
* @returns {string} A string representing the session.
|
1300
|
-
*/
|
1301
|
-
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1302
1362
|
/**
|
1303
1363
|
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1304
1364
|
*
|
@@ -1359,6 +1419,57 @@ export declare class RankServiceClient {
|
|
1359
1419
|
* @returns {string} A string representing the answer.
|
1360
1420
|
*/
|
1361
1421
|
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1422
|
+
/**
|
1423
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1424
|
+
*
|
1425
|
+
* @param {string} project
|
1426
|
+
* @param {string} location
|
1427
|
+
* @param {string} collection
|
1428
|
+
* @param {string} engine
|
1429
|
+
* @param {string} session
|
1430
|
+
* @returns {string} Resource name string.
|
1431
|
+
*/
|
1432
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1433
|
+
/**
|
1434
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1435
|
+
*
|
1436
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1437
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1438
|
+
* @returns {string} A string representing the project.
|
1439
|
+
*/
|
1440
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1441
|
+
/**
|
1442
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1443
|
+
*
|
1444
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1445
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1446
|
+
* @returns {string} A string representing the location.
|
1447
|
+
*/
|
1448
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1449
|
+
/**
|
1450
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1451
|
+
*
|
1452
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1453
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1454
|
+
* @returns {string} A string representing the collection.
|
1455
|
+
*/
|
1456
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1457
|
+
/**
|
1458
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1459
|
+
*
|
1460
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1461
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1462
|
+
* @returns {string} A string representing the engine.
|
1463
|
+
*/
|
1464
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1465
|
+
/**
|
1466
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1467
|
+
*
|
1468
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1469
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1470
|
+
* @returns {string} A string representing the session.
|
1471
|
+
*/
|
1472
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1362
1473
|
/**
|
1363
1474
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
1364
1475
|
*
|
@@ -1746,48 +1857,6 @@ export declare class RankServiceClient {
|
|
1746
1857
|
* @returns {string} A string representing the serving_config.
|
1747
1858
|
*/
|
1748
1859
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
1749
|
-
/**
|
1750
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1751
|
-
*
|
1752
|
-
* @param {string} project
|
1753
|
-
* @param {string} location
|
1754
|
-
* @param {string} data_store
|
1755
|
-
* @param {string} session
|
1756
|
-
* @returns {string} Resource name string.
|
1757
|
-
*/
|
1758
|
-
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1759
|
-
/**
|
1760
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
1761
|
-
*
|
1762
|
-
* @param {string} projectLocationDataStoreSessionName
|
1763
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1764
|
-
* @returns {string} A string representing the project.
|
1765
|
-
*/
|
1766
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1767
|
-
/**
|
1768
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
1769
|
-
*
|
1770
|
-
* @param {string} projectLocationDataStoreSessionName
|
1771
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1772
|
-
* @returns {string} A string representing the location.
|
1773
|
-
*/
|
1774
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1775
|
-
/**
|
1776
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1777
|
-
*
|
1778
|
-
* @param {string} projectLocationDataStoreSessionName
|
1779
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1780
|
-
* @returns {string} A string representing the data_store.
|
1781
|
-
*/
|
1782
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1783
|
-
/**
|
1784
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
1785
|
-
*
|
1786
|
-
* @param {string} projectLocationDataStoreSessionName
|
1787
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
1788
|
-
* @returns {string} A string representing the session.
|
1789
|
-
*/
|
1790
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1791
1860
|
/**
|
1792
1861
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1793
1862
|
*
|
@@ -1839,6 +1908,48 @@ export declare class RankServiceClient {
|
|
1839
1908
|
* @returns {string} A string representing the answer.
|
1840
1909
|
*/
|
1841
1910
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1911
|
+
/**
|
1912
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
1913
|
+
*
|
1914
|
+
* @param {string} project
|
1915
|
+
* @param {string} location
|
1916
|
+
* @param {string} data_store
|
1917
|
+
* @param {string} session
|
1918
|
+
* @returns {string} Resource name string.
|
1919
|
+
*/
|
1920
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
1921
|
+
/**
|
1922
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
1923
|
+
*
|
1924
|
+
* @param {string} projectLocationDataStoreSessionsName
|
1925
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
1926
|
+
* @returns {string} A string representing the project.
|
1927
|
+
*/
|
1928
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
1929
|
+
/**
|
1930
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
1931
|
+
*
|
1932
|
+
* @param {string} projectLocationDataStoreSessionsName
|
1933
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
1934
|
+
* @returns {string} A string representing the location.
|
1935
|
+
*/
|
1936
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
1937
|
+
/**
|
1938
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
1939
|
+
*
|
1940
|
+
* @param {string} projectLocationDataStoreSessionsName
|
1941
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
1942
|
+
* @returns {string} A string representing the data_store.
|
1943
|
+
*/
|
1944
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
1945
|
+
/**
|
1946
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
1947
|
+
*
|
1948
|
+
* @param {string} projectLocationDataStoreSessionsName
|
1949
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
1950
|
+
* @returns {string} A string representing the session.
|
1951
|
+
*/
|
1952
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
1842
1953
|
/**
|
1843
1954
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1844
1955
|
*
|