@google-cloud/discoveryengine 1.10.0 → 1.12.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 +20 -0
- package/README.md +33 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/evaluation.proto +232 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/evaluation_service.proto +252 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +83 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query.proto +86 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query_service.proto +264 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query_set.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/sample_query_set_service.proto +258 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +14 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/chunk.proto +119 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +0 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +31 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +38 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +29 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +7 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +23 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +10 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +37 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/evaluation.proto +231 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/evaluation_service.proto +252 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +191 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +111 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/sample_query.proto +86 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_service.proto +264 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_set.proto +64 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_set_service.proto +256 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +370 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +11 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +24 -0
- package/build/protos/protos.d.ts +32735 -21073
- package/build/protos/protos.js +80768 -53241
- package/build/protos/protos.json +5309 -2481
- package/build/src/v1alpha/acl_config_service_client.d.ts +108 -0
- package/build/src/v1alpha/acl_config_service_client.js +157 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +108 -0
- package/build/src/v1alpha/chunk_service_client.js +157 -0
- package/build/src/v1alpha/completion_service_client.d.ts +108 -0
- package/build/src/v1alpha/completion_service_client.js +157 -0
- package/build/src/v1alpha/control_service_client.d.ts +108 -0
- package/build/src/v1alpha/control_service_client.js +157 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +108 -0
- package/build/src/v1alpha/conversational_search_service_client.js +157 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +108 -0
- package/build/src/v1alpha/data_store_service_client.js +157 -0
- package/build/src/v1alpha/document_service_client.d.ts +108 -0
- package/build/src/v1alpha/document_service_client.js +157 -0
- package/build/src/v1alpha/engine_service_client.d.ts +108 -0
- package/build/src/v1alpha/engine_service_client.js +157 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +108 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +157 -0
- package/build/src/v1alpha/evaluation_service_client.d.ts +2349 -0
- package/build/src/v1alpha/evaluation_service_client.js +3288 -0
- package/build/src/v1alpha/evaluation_service_client_config.json +58 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +108 -0
- package/build/src/v1alpha/grounded_generation_service_client.js +157 -0
- package/build/src/v1alpha/index.d.ts +3 -0
- package/build/src/v1alpha/index.js +7 -1
- package/build/src/v1alpha/project_service_client.d.ts +108 -0
- package/build/src/v1alpha/project_service_client.js +157 -0
- package/build/src/v1alpha/rank_service_client.d.ts +108 -0
- package/build/src/v1alpha/rank_service_client.js +157 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +108 -0
- package/build/src/v1alpha/recommendation_service_client.js +157 -0
- package/build/src/v1alpha/sample_query_service_client.d.ts +2317 -0
- package/build/src/v1alpha/sample_query_service_client.js +3186 -0
- package/build/src/v1alpha/sample_query_service_client_config.json +68 -0
- package/build/src/v1alpha/sample_query_set_service_client.d.ts +2176 -0
- package/build/src/v1alpha/sample_query_set_service_client.js +2931 -0
- package/build/src/v1alpha/sample_query_set_service_client_config.json +63 -0
- package/build/src/v1alpha/schema_service_client.d.ts +108 -0
- package/build/src/v1alpha/schema_service_client.js +157 -0
- package/build/src/v1alpha/search_service_client.d.ts +108 -0
- package/build/src/v1alpha/search_service_client.js +157 -0
- package/build/src/v1alpha/search_tuning_service_client.d.ts +108 -0
- package/build/src/v1alpha/search_tuning_service_client.js +157 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +108 -0
- package/build/src/v1alpha/serving_config_service_client.js +157 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +108 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +157 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +108 -0
- package/build/src/v1alpha/user_event_service_client.js +157 -0
- package/build/src/v1beta/completion_service_client.d.ts +328 -0
- package/build/src/v1beta/completion_service_client.js +423 -0
- package/build/src/v1beta/completion_service_client_config.json +10 -0
- package/build/src/v1beta/control_service_client.d.ts +237 -0
- package/build/src/v1beta/control_service_client.js +333 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +255 -0
- package/build/src/v1beta/conversational_search_service_client.js +333 -0
- package/build/src/v1beta/data_store_service_client.d.ts +246 -0
- package/build/src/v1beta/data_store_service_client.js +339 -0
- package/build/src/v1beta/document_service_client.d.ts +239 -0
- package/build/src/v1beta/document_service_client.js +339 -0
- package/build/src/v1beta/engine_service_client.d.ts +237 -0
- package/build/src/v1beta/engine_service_client.js +339 -0
- package/build/src/v1beta/evaluation_service_client.d.ts +2325 -0
- package/build/src/v1beta/evaluation_service_client.js +3252 -0
- package/build/src/v1beta/evaluation_service_client_config.json +58 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +237 -0
- package/build/src/v1beta/grounded_generation_service_client.js +333 -0
- package/build/src/v1beta/index.d.ts +3 -0
- package/build/src/v1beta/index.js +7 -1
- package/build/src/v1beta/project_service_client.d.ts +237 -0
- package/build/src/v1beta/project_service_client.js +339 -0
- package/build/src/v1beta/rank_service_client.d.ts +237 -0
- package/build/src/v1beta/rank_service_client.js +333 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +237 -0
- package/build/src/v1beta/recommendation_service_client.js +333 -0
- package/build/src/v1beta/sample_query_service_client.d.ts +2293 -0
- package/build/src/v1beta/sample_query_service_client.js +3150 -0
- package/build/src/v1beta/sample_query_service_client_config.json +68 -0
- package/build/src/v1beta/sample_query_set_service_client.d.ts +2150 -0
- package/build/src/v1beta/sample_query_set_service_client.js +2895 -0
- package/build/src/v1beta/sample_query_set_service_client_config.json +63 -0
- package/build/src/v1beta/schema_service_client.d.ts +237 -0
- package/build/src/v1beta/schema_service_client.js +339 -0
- package/build/src/v1beta/search_service_client.d.ts +414 -12
- package/build/src/v1beta/search_service_client.js +451 -8
- package/build/src/v1beta/search_tuning_service_client.d.ts +237 -0
- package/build/src/v1beta/search_tuning_service_client.js +339 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
- package/build/src/v1beta/serving_config_service_client.js +333 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +237 -0
- package/build/src/v1beta/site_search_engine_service_client.js +339 -0
- package/build/src/v1beta/user_event_service_client.d.ts +312 -0
- package/build/src/v1beta/user_event_service_client.js +381 -0
- package/build/src/v1beta/user_event_service_client_config.json +5 -0
- package/package.json +1 -1
@@ -192,6 +192,81 @@ export declare class UserEventServiceClient {
|
|
192
192
|
]>;
|
193
193
|
collectUserEvent(request: protos.google.cloud.discoveryengine.v1beta.ICollectUserEventRequest, options: CallOptions, callback: Callback<protos.google.api.IHttpBody, protos.google.cloud.discoveryengine.v1beta.ICollectUserEventRequest | null | undefined, {} | null | undefined>): void;
|
194
194
|
collectUserEvent(request: protos.google.cloud.discoveryengine.v1beta.ICollectUserEventRequest, callback: Callback<protos.google.api.IHttpBody, protos.google.cloud.discoveryengine.v1beta.ICollectUserEventRequest | null | undefined, {} | null | undefined>): void;
|
195
|
+
/**
|
196
|
+
* Deletes permanently all user events specified by the filter provided.
|
197
|
+
* Depending on the number of events specified by the filter, this operation
|
198
|
+
* could take hours or days to complete. To test a filter, use the list
|
199
|
+
* command first.
|
200
|
+
*
|
201
|
+
* @param {Object} request
|
202
|
+
* The request object that will be sent.
|
203
|
+
* @param {string} request.parent
|
204
|
+
* Required. The resource name of the catalog under which the events are
|
205
|
+
* created. The format is
|
206
|
+
* `projects/${projectId}/locations/global/collections/{$collectionId}/dataStores/${dataStoreId}`
|
207
|
+
* @param {string} request.filter
|
208
|
+
* Required. The filter string to specify the events to be deleted with a
|
209
|
+
* length limit of 5,000 characters. The eligible fields for filtering are:
|
210
|
+
*
|
211
|
+
* * `eventType`: Double quoted
|
212
|
+
* {@link protos.google.cloud.discoveryengine.v1beta.UserEvent.event_type|UserEvent.event_type}
|
213
|
+
* string.
|
214
|
+
* * `eventTime`: in ISO 8601 "zulu" format.
|
215
|
+
* * `userPseudoId`: Double quoted string. Specifying this will delete all
|
216
|
+
* events associated with a visitor.
|
217
|
+
* * `userId`: Double quoted string. Specifying this will delete all events
|
218
|
+
* associated with a user.
|
219
|
+
*
|
220
|
+
* Examples:
|
221
|
+
*
|
222
|
+
* * Deleting all events in a time range:
|
223
|
+
* `eventTime > "2012-04-23T18:25:43.511Z"
|
224
|
+
* eventTime < "2012-04-23T18:30:43.511Z"`
|
225
|
+
* * Deleting specific eventType:
|
226
|
+
* `eventType = "search"`
|
227
|
+
* * Deleting all events for a specific visitor:
|
228
|
+
* `userPseudoId = "visitor1024"`
|
229
|
+
* * Deleting all events inside a DataStore:
|
230
|
+
* `*`
|
231
|
+
*
|
232
|
+
* The filtering fields are assumed to have an implicit AND.
|
233
|
+
* @param {boolean} request.force
|
234
|
+
* The `force` field is currently not supported. Purge user event requests
|
235
|
+
* will permanently delete all purgeable events. Once the development is
|
236
|
+
* complete:
|
237
|
+
* If `force` is set to false, the method will return the expected
|
238
|
+
* purge count without deleting any user events. This field will default to
|
239
|
+
* false if not included in the request.
|
240
|
+
* @param {object} [options]
|
241
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
242
|
+
* @returns {Promise} - The promise which resolves to an array.
|
243
|
+
* The first element of the array is an object representing
|
244
|
+
* a long running operation. Its `promise()` method returns a promise
|
245
|
+
* you can `await` for.
|
246
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
|
247
|
+
* for more details and examples.
|
248
|
+
* @example <caption>include:samples/generated/v1beta/user_event_service.purge_user_events.js</caption>
|
249
|
+
* region_tag:discoveryengine_v1beta_generated_UserEventService_PurgeUserEvents_async
|
250
|
+
*/
|
251
|
+
purgeUserEvents(request?: protos.google.cloud.discoveryengine.v1beta.IPurgeUserEventsRequest, options?: CallOptions): Promise<[
|
252
|
+
LROperation<protos.google.cloud.discoveryengine.v1beta.IPurgeUserEventsResponse, protos.google.cloud.discoveryengine.v1beta.IPurgeUserEventsMetadata>,
|
253
|
+
protos.google.longrunning.IOperation | undefined,
|
254
|
+
{} | undefined
|
255
|
+
]>;
|
256
|
+
purgeUserEvents(request: protos.google.cloud.discoveryengine.v1beta.IPurgeUserEventsRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IPurgeUserEventsResponse, protos.google.cloud.discoveryengine.v1beta.IPurgeUserEventsMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
|
257
|
+
purgeUserEvents(request: protos.google.cloud.discoveryengine.v1beta.IPurgeUserEventsRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IPurgeUserEventsResponse, protos.google.cloud.discoveryengine.v1beta.IPurgeUserEventsMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
|
258
|
+
/**
|
259
|
+
* Check the status of the long running operation returned by `purgeUserEvents()`.
|
260
|
+
* @param {String} name
|
261
|
+
* The operation name that will be passed.
|
262
|
+
* @returns {Promise} - The promise which resolves to an object.
|
263
|
+
* The decoded operation object has result and metadata field to get information from.
|
264
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
|
265
|
+
* for more details and examples.
|
266
|
+
* @example <caption>include:samples/generated/v1beta/user_event_service.purge_user_events.js</caption>
|
267
|
+
* region_tag:discoveryengine_v1beta_generated_UserEventService_PurgeUserEvents_async
|
268
|
+
*/
|
269
|
+
checkPurgeUserEventsProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1beta.PurgeUserEventsResponse, protos.google.cloud.discoveryengine.v1beta.PurgeUserEventsMetadata>>;
|
195
270
|
/**
|
196
271
|
* Bulk import of user events. Request processing might be
|
197
272
|
* synchronous. Events that already exist are skipped.
|
@@ -458,6 +533,39 @@ export declare class UserEventServiceClient {
|
|
458
533
|
* @returns {string} A string representing the engine.
|
459
534
|
*/
|
460
535
|
matchEngineFromEngineName(engineName: string): string | number;
|
536
|
+
/**
|
537
|
+
* Return a fully-qualified evaluation resource name string.
|
538
|
+
*
|
539
|
+
* @param {string} project
|
540
|
+
* @param {string} location
|
541
|
+
* @param {string} evaluation
|
542
|
+
* @returns {string} Resource name string.
|
543
|
+
*/
|
544
|
+
evaluationPath(project: string, location: string, evaluation: string): string;
|
545
|
+
/**
|
546
|
+
* Parse the project from Evaluation resource.
|
547
|
+
*
|
548
|
+
* @param {string} evaluationName
|
549
|
+
* A fully-qualified path representing Evaluation resource.
|
550
|
+
* @returns {string} A string representing the project.
|
551
|
+
*/
|
552
|
+
matchProjectFromEvaluationName(evaluationName: string): string | number;
|
553
|
+
/**
|
554
|
+
* Parse the location from Evaluation resource.
|
555
|
+
*
|
556
|
+
* @param {string} evaluationName
|
557
|
+
* A fully-qualified path representing Evaluation resource.
|
558
|
+
* @returns {string} A string representing the location.
|
559
|
+
*/
|
560
|
+
matchLocationFromEvaluationName(evaluationName: string): string | number;
|
561
|
+
/**
|
562
|
+
* Parse the evaluation from Evaluation resource.
|
563
|
+
*
|
564
|
+
* @param {string} evaluationName
|
565
|
+
* A fully-qualified path representing Evaluation resource.
|
566
|
+
* @returns {string} A string representing the evaluation.
|
567
|
+
*/
|
568
|
+
matchEvaluationFromEvaluationName(evaluationName: string): string | number;
|
461
569
|
/**
|
462
570
|
* Return a fully-qualified project resource name string.
|
463
571
|
*
|
@@ -575,6 +683,75 @@ export declare class UserEventServiceClient {
|
|
575
683
|
* @returns {string} A string representing the document.
|
576
684
|
*/
|
577
685
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
686
|
+
/**
|
687
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
688
|
+
*
|
689
|
+
* @param {string} project
|
690
|
+
* @param {string} location
|
691
|
+
* @param {string} collection
|
692
|
+
* @param {string} data_store
|
693
|
+
* @param {string} branch
|
694
|
+
* @param {string} document
|
695
|
+
* @param {string} chunk
|
696
|
+
* @returns {string} Resource name string.
|
697
|
+
*/
|
698
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
699
|
+
/**
|
700
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
701
|
+
*
|
702
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
703
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
704
|
+
* @returns {string} A string representing the project.
|
705
|
+
*/
|
706
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
707
|
+
/**
|
708
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
709
|
+
*
|
710
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
711
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
712
|
+
* @returns {string} A string representing the location.
|
713
|
+
*/
|
714
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
715
|
+
/**
|
716
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
717
|
+
*
|
718
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
719
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
720
|
+
* @returns {string} A string representing the collection.
|
721
|
+
*/
|
722
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
723
|
+
/**
|
724
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
725
|
+
*
|
726
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
727
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
728
|
+
* @returns {string} A string representing the data_store.
|
729
|
+
*/
|
730
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
731
|
+
/**
|
732
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
733
|
+
*
|
734
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
735
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
736
|
+
* @returns {string} A string representing the branch.
|
737
|
+
*/
|
738
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
739
|
+
/**
|
740
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
741
|
+
*
|
742
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
743
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
744
|
+
* @returns {string} A string representing the document.
|
745
|
+
*/
|
746
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
747
|
+
/**
|
748
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
749
|
+
*
|
750
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
751
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
752
|
+
* @returns {string} A string representing the chunk.
|
753
|
+
*/
|
754
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
578
755
|
/**
|
579
756
|
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
580
757
|
*
|
@@ -1424,6 +1601,66 @@ export declare class UserEventServiceClient {
|
|
1424
1601
|
* @returns {string} A string representing the document.
|
1425
1602
|
*/
|
1426
1603
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1604
|
+
/**
|
1605
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
1606
|
+
*
|
1607
|
+
* @param {string} project
|
1608
|
+
* @param {string} location
|
1609
|
+
* @param {string} data_store
|
1610
|
+
* @param {string} branch
|
1611
|
+
* @param {string} document
|
1612
|
+
* @param {string} chunk
|
1613
|
+
* @returns {string} Resource name string.
|
1614
|
+
*/
|
1615
|
+
projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
1616
|
+
/**
|
1617
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1618
|
+
*
|
1619
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1620
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1621
|
+
* @returns {string} A string representing the project.
|
1622
|
+
*/
|
1623
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1624
|
+
/**
|
1625
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1626
|
+
*
|
1627
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1628
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1629
|
+
* @returns {string} A string representing the location.
|
1630
|
+
*/
|
1631
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1632
|
+
/**
|
1633
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1634
|
+
*
|
1635
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1636
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1637
|
+
* @returns {string} A string representing the data_store.
|
1638
|
+
*/
|
1639
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1640
|
+
/**
|
1641
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1642
|
+
*
|
1643
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1644
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1645
|
+
* @returns {string} A string representing the branch.
|
1646
|
+
*/
|
1647
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1648
|
+
/**
|
1649
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1650
|
+
*
|
1651
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1652
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1653
|
+
* @returns {string} A string representing the document.
|
1654
|
+
*/
|
1655
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1656
|
+
/**
|
1657
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1658
|
+
*
|
1659
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1660
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1661
|
+
* @returns {string} A string representing the chunk.
|
1662
|
+
*/
|
1663
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1427
1664
|
/**
|
1428
1665
|
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1429
1666
|
*
|
@@ -1835,6 +2072,81 @@ export declare class UserEventServiceClient {
|
|
1835
2072
|
* @returns {string} A string representing the target_site.
|
1836
2073
|
*/
|
1837
2074
|
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
2075
|
+
/**
|
2076
|
+
* Return a fully-qualified sampleQuery resource name string.
|
2077
|
+
*
|
2078
|
+
* @param {string} project
|
2079
|
+
* @param {string} location
|
2080
|
+
* @param {string} sample_query_set
|
2081
|
+
* @param {string} sample_query
|
2082
|
+
* @returns {string} Resource name string.
|
2083
|
+
*/
|
2084
|
+
sampleQueryPath(project: string, location: string, sampleQuerySet: string, sampleQuery: string): string;
|
2085
|
+
/**
|
2086
|
+
* Parse the project from SampleQuery resource.
|
2087
|
+
*
|
2088
|
+
* @param {string} sampleQueryName
|
2089
|
+
* A fully-qualified path representing SampleQuery resource.
|
2090
|
+
* @returns {string} A string representing the project.
|
2091
|
+
*/
|
2092
|
+
matchProjectFromSampleQueryName(sampleQueryName: string): string | number;
|
2093
|
+
/**
|
2094
|
+
* Parse the location from SampleQuery resource.
|
2095
|
+
*
|
2096
|
+
* @param {string} sampleQueryName
|
2097
|
+
* A fully-qualified path representing SampleQuery resource.
|
2098
|
+
* @returns {string} A string representing the location.
|
2099
|
+
*/
|
2100
|
+
matchLocationFromSampleQueryName(sampleQueryName: string): string | number;
|
2101
|
+
/**
|
2102
|
+
* Parse the sample_query_set from SampleQuery resource.
|
2103
|
+
*
|
2104
|
+
* @param {string} sampleQueryName
|
2105
|
+
* A fully-qualified path representing SampleQuery resource.
|
2106
|
+
* @returns {string} A string representing the sample_query_set.
|
2107
|
+
*/
|
2108
|
+
matchSampleQuerySetFromSampleQueryName(sampleQueryName: string): string | number;
|
2109
|
+
/**
|
2110
|
+
* Parse the sample_query from SampleQuery resource.
|
2111
|
+
*
|
2112
|
+
* @param {string} sampleQueryName
|
2113
|
+
* A fully-qualified path representing SampleQuery resource.
|
2114
|
+
* @returns {string} A string representing the sample_query.
|
2115
|
+
*/
|
2116
|
+
matchSampleQueryFromSampleQueryName(sampleQueryName: string): string | number;
|
2117
|
+
/**
|
2118
|
+
* Return a fully-qualified sampleQuerySet resource name string.
|
2119
|
+
*
|
2120
|
+
* @param {string} project
|
2121
|
+
* @param {string} location
|
2122
|
+
* @param {string} sample_query_set
|
2123
|
+
* @returns {string} Resource name string.
|
2124
|
+
*/
|
2125
|
+
sampleQuerySetPath(project: string, location: string, sampleQuerySet: string): string;
|
2126
|
+
/**
|
2127
|
+
* Parse the project from SampleQuerySet resource.
|
2128
|
+
*
|
2129
|
+
* @param {string} sampleQuerySetName
|
2130
|
+
* A fully-qualified path representing SampleQuerySet resource.
|
2131
|
+
* @returns {string} A string representing the project.
|
2132
|
+
*/
|
2133
|
+
matchProjectFromSampleQuerySetName(sampleQuerySetName: string): string | number;
|
2134
|
+
/**
|
2135
|
+
* Parse the location from SampleQuerySet resource.
|
2136
|
+
*
|
2137
|
+
* @param {string} sampleQuerySetName
|
2138
|
+
* A fully-qualified path representing SampleQuerySet resource.
|
2139
|
+
* @returns {string} A string representing the location.
|
2140
|
+
*/
|
2141
|
+
matchLocationFromSampleQuerySetName(sampleQuerySetName: string): string | number;
|
2142
|
+
/**
|
2143
|
+
* Parse the sample_query_set from SampleQuerySet resource.
|
2144
|
+
*
|
2145
|
+
* @param {string} sampleQuerySetName
|
2146
|
+
* A fully-qualified path representing SampleQuerySet resource.
|
2147
|
+
* @returns {string} A string representing the sample_query_set.
|
2148
|
+
*/
|
2149
|
+
matchSampleQuerySetFromSampleQuerySetName(sampleQuerySetName: string): string | number;
|
1838
2150
|
/**
|
1839
2151
|
* Terminate the gRPC channel and close the client.
|
1840
2152
|
*
|