@google-cloud/discoveryengine 0.3.0 → 0.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 +4 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +5 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +26 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +14 -13
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +8 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +16 -10
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +14 -3
- package/build/protos/protos.d.ts +1493 -0
- package/build/protos/protos.js +3853 -0
- package/build/protos/protos.json +362 -21
- package/build/src/v1beta/document_service_client.d.ts +180 -71
- package/build/src/v1beta/document_service_client.js +249 -76
- package/build/src/v1beta/document_service_client.js.map +1 -1
- package/build/src/v1beta/recommendation_service_client.d.ts +155 -44
- package/build/src/v1beta/recommendation_service_client.js +205 -58
- package/build/src/v1beta/recommendation_service_client.js.map +1 -1
- package/build/src/v1beta/user_event_service_client.d.ts +158 -58
- package/build/src/v1beta/user_event_service_client.js +228 -70
- package/build/src/v1beta/user_event_service_client.js.map +1 -1
- package/package.json +1 -1
@@ -118,7 +118,7 @@ export declare class DocumentServiceClient {
|
|
118
118
|
* @param {string} request.name
|
119
119
|
* Required. Full resource name of
|
120
120
|
* {@link google.cloud.discoveryengine.v1beta.Document|Document}, such as
|
121
|
-
* `projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}`.
|
121
|
+
* `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}`.
|
122
122
|
*
|
123
123
|
* If the caller does not have permission to access the
|
124
124
|
* {@link google.cloud.discoveryengine.v1beta.Document|Document}, regardless of
|
@@ -129,7 +129,7 @@ export declare class DocumentServiceClient {
|
|
129
129
|
* @param {object} [options]
|
130
130
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
131
131
|
* @returns {Promise} - The promise which resolves to an array.
|
132
|
-
* The first element of the array is an object representing
|
132
|
+
* The first element of the array is an object representing {@link google.cloud.discoveryengine.v1beta.Document | Document}.
|
133
133
|
* Please see the
|
134
134
|
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
135
135
|
* for more details and examples.
|
@@ -150,7 +150,7 @@ export declare class DocumentServiceClient {
|
|
150
150
|
* The request object that will be sent.
|
151
151
|
* @param {string} request.parent
|
152
152
|
* Required. The parent resource name, such as
|
153
|
-
* `projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}`.
|
153
|
+
* `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
|
154
154
|
* @param {google.cloud.discoveryengine.v1beta.Document} request.document
|
155
155
|
* Required. The {@link google.cloud.discoveryengine.v1beta.Document|Document} to
|
156
156
|
* create.
|
@@ -175,7 +175,7 @@ export declare class DocumentServiceClient {
|
|
175
175
|
* @param {object} [options]
|
176
176
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
177
177
|
* @returns {Promise} - The promise which resolves to an array.
|
178
|
-
* The first element of the array is an object representing
|
178
|
+
* The first element of the array is an object representing {@link google.cloud.discoveryengine.v1beta.Document | Document}.
|
179
179
|
* Please see the
|
180
180
|
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
181
181
|
* for more details and examples.
|
@@ -213,7 +213,7 @@ export declare class DocumentServiceClient {
|
|
213
213
|
* @param {object} [options]
|
214
214
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
215
215
|
* @returns {Promise} - The promise which resolves to an array.
|
216
|
-
* The first element of the array is an object representing
|
216
|
+
* The first element of the array is an object representing {@link google.cloud.discoveryengine.v1beta.Document | Document}.
|
217
217
|
* Please see the
|
218
218
|
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
219
219
|
* for more details and examples.
|
@@ -235,7 +235,7 @@ export declare class DocumentServiceClient {
|
|
235
235
|
* @param {string} request.name
|
236
236
|
* Required. Full resource name of
|
237
237
|
* {@link google.cloud.discoveryengine.v1beta.Document|Document}, such as
|
238
|
-
* `projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}`.
|
238
|
+
* `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}`.
|
239
239
|
*
|
240
240
|
* If the caller does not have permission to delete the
|
241
241
|
* {@link google.cloud.discoveryengine.v1beta.Document|Document}, regardless of
|
@@ -246,7 +246,7 @@ export declare class DocumentServiceClient {
|
|
246
246
|
* @param {object} [options]
|
247
247
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
248
248
|
* @returns {Promise} - The promise which resolves to an array.
|
249
|
-
* The first element of the array is an object representing
|
249
|
+
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}.
|
250
250
|
* Please see the
|
251
251
|
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
|
252
252
|
* for more details and examples.
|
@@ -274,12 +274,12 @@ export declare class DocumentServiceClient {
|
|
274
274
|
* @param {google.cloud.discoveryengine.v1beta.ImportDocumentsRequest.InlineSource} request.inlineSource
|
275
275
|
* The Inline source for the input content for documents.
|
276
276
|
* @param {google.cloud.discoveryengine.v1beta.GcsSource} request.gcsSource
|
277
|
-
*
|
277
|
+
* Cloud Storage location for the input content.
|
278
278
|
* @param {google.cloud.discoveryengine.v1beta.BigQuerySource} request.bigquerySource
|
279
279
|
* BigQuery input source.
|
280
280
|
* @param {string} request.parent
|
281
281
|
* Required. The parent branch resource name, such as
|
282
|
-
* `projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}`.
|
282
|
+
* `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
|
283
283
|
* Requires create/update permission.
|
284
284
|
* @param {google.cloud.discoveryengine.v1beta.ImportErrorConfig} request.errorConfig
|
285
285
|
* The desired location of errors incurred during the Import.
|
@@ -326,7 +326,7 @@ export declare class DocumentServiceClient {
|
|
326
326
|
* The request object that will be sent.
|
327
327
|
* @param {string} request.parent
|
328
328
|
* Required. The parent branch resource name, such as
|
329
|
-
* `projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}`.
|
329
|
+
* `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
|
330
330
|
* Use `default_branch` as the branch ID, to list documents under the default
|
331
331
|
* branch.
|
332
332
|
*
|
@@ -353,7 +353,7 @@ export declare class DocumentServiceClient {
|
|
353
353
|
* @param {object} [options]
|
354
354
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
355
355
|
* @returns {Promise} - The promise which resolves to an array.
|
356
|
-
* The first element of the array is Array of
|
356
|
+
* The first element of the array is Array of {@link google.cloud.discoveryengine.v1beta.Document | Document}.
|
357
357
|
* The client library will perform auto-pagination by default: it will call the API as many
|
358
358
|
* times as needed and will merge results from all the pages into this array.
|
359
359
|
* Note that it can affect your quota.
|
@@ -376,7 +376,7 @@ export declare class DocumentServiceClient {
|
|
376
376
|
* The request object that will be sent.
|
377
377
|
* @param {string} request.parent
|
378
378
|
* Required. The parent branch resource name, such as
|
379
|
-
* `projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}`.
|
379
|
+
* `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
|
380
380
|
* Use `default_branch` as the branch ID, to list documents under the default
|
381
381
|
* branch.
|
382
382
|
*
|
@@ -403,7 +403,7 @@ export declare class DocumentServiceClient {
|
|
403
403
|
* @param {object} [options]
|
404
404
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
405
405
|
* @returns {Stream}
|
406
|
-
* An object stream which emits an object representing
|
406
|
+
* An object stream which emits an object representing {@link google.cloud.discoveryengine.v1beta.Document | Document} on 'data' event.
|
407
407
|
* The client library will perform auto-pagination by default: it will call the API as many
|
408
408
|
* times as needed. Note that it can affect your quota.
|
409
409
|
* We recommend using `listDocumentsAsync()`
|
@@ -421,7 +421,7 @@ export declare class DocumentServiceClient {
|
|
421
421
|
* The request object that will be sent.
|
422
422
|
* @param {string} request.parent
|
423
423
|
* Required. The parent branch resource name, such as
|
424
|
-
* `projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}`.
|
424
|
+
* `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
|
425
425
|
* Use `default_branch` as the branch ID, to list documents under the default
|
426
426
|
* branch.
|
427
427
|
*
|
@@ -450,7 +450,7 @@ export declare class DocumentServiceClient {
|
|
450
450
|
* @returns {Object}
|
451
451
|
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
|
452
452
|
* When you iterate the returned iterable, each element will be an object representing
|
453
|
-
*
|
453
|
+
* {@link google.cloud.discoveryengine.v1beta.Document | Document}. The API will be called under the hood as needed, once per the page,
|
454
454
|
* so you can stop the iteration when you don't need more results.
|
455
455
|
* Please see the
|
456
456
|
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
|
@@ -468,20 +468,18 @@ export declare class DocumentServiceClient {
|
|
468
468
|
* @param {string} request.name - The name of the operation resource.
|
469
469
|
* @param {Object=} options
|
470
470
|
* Optional parameters. You can override the default settings for this call,
|
471
|
-
* e.g, timeout, retries, paginations, etc. See
|
472
|
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions
|
473
|
-
* details.
|
471
|
+
* e.g, timeout, retries, paginations, etc. See {@link
|
472
|
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions}
|
473
|
+
* for the details.
|
474
474
|
* @param {function(?Error, ?Object)=} callback
|
475
475
|
* The function which will be called with the result of the API call.
|
476
476
|
*
|
477
477
|
* The second parameter to the callback is an object representing
|
478
|
-
*
|
479
|
-
* external:"google.longrunning.Operation"}.
|
478
|
+
* {@link google.longrunning.Operation | google.longrunning.Operation}.
|
480
479
|
* @return {Promise} - The promise which resolves to an array.
|
481
480
|
* The first element of the array is an object representing
|
482
|
-
*
|
483
|
-
*
|
484
|
-
* "cancel" which cancels the ongoing API call.
|
481
|
+
* {@link google.longrunning.Operation | google.longrunning.Operation}.
|
482
|
+
* The promise has a method named "cancel" which cancels the ongoing API call.
|
485
483
|
*
|
486
484
|
* @example
|
487
485
|
* ```
|
@@ -509,11 +507,11 @@ export declare class DocumentServiceClient {
|
|
509
507
|
* resources in a page.
|
510
508
|
* @param {Object=} options
|
511
509
|
* Optional parameters. You can override the default settings for this call,
|
512
|
-
* e.g, timeout, retries, paginations, etc. See
|
513
|
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions} for the
|
510
|
+
* e.g, timeout, retries, paginations, etc. See {@link
|
511
|
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
|
514
512
|
* details.
|
515
513
|
* @returns {Object}
|
516
|
-
* An iterable Object that conforms to @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols.
|
514
|
+
* An iterable Object that conforms to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | iteration protocols}.
|
517
515
|
*
|
518
516
|
* @example
|
519
517
|
* ```
|
@@ -539,8 +537,8 @@ export declare class DocumentServiceClient {
|
|
539
537
|
* @param {string} request.name - The name of the operation resource to be cancelled.
|
540
538
|
* @param {Object=} options
|
541
539
|
* Optional parameters. You can override the default settings for this call,
|
542
|
-
* e.g, timeout, retries, paginations, etc. See
|
543
|
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions} for the
|
540
|
+
* e.g, timeout, retries, paginations, etc. See {@link
|
541
|
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
|
544
542
|
* details.
|
545
543
|
* @param {function(?Error)=} callback
|
546
544
|
* The function which will be called with the result of the API call.
|
@@ -565,9 +563,9 @@ export declare class DocumentServiceClient {
|
|
565
563
|
* @param {string} request.name - The name of the operation resource to be deleted.
|
566
564
|
* @param {Object=} options
|
567
565
|
* Optional parameters. You can override the default settings for this call,
|
568
|
-
* e.g, timeout, retries, paginations, etc. See
|
569
|
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions
|
570
|
-
* details.
|
566
|
+
* e.g, timeout, retries, paginations, etc. See {@link
|
567
|
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions}
|
568
|
+
* for the details.
|
571
569
|
* @param {function(?Error)=} callback
|
572
570
|
* The function which will be called with the result of the API call.
|
573
571
|
* @return {Promise} - The promise which resolves when API call finishes.
|
@@ -582,7 +580,118 @@ export declare class DocumentServiceClient {
|
|
582
580
|
*/
|
583
581
|
deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>): Promise<protos.google.protobuf.Empty>;
|
584
582
|
/**
|
585
|
-
* Return a fully-qualified
|
583
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranch resource name string.
|
584
|
+
*
|
585
|
+
* @param {string} project
|
586
|
+
* @param {string} location
|
587
|
+
* @param {string} collection
|
588
|
+
* @param {string} data_store
|
589
|
+
* @param {string} branch
|
590
|
+
* @returns {string} Resource name string.
|
591
|
+
*/
|
592
|
+
projectLocationCollectionDataStoreBranchPath(project: string, location: string, collection: string, dataStore: string, branch: string): string;
|
593
|
+
/**
|
594
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranch resource.
|
595
|
+
*
|
596
|
+
* @param {string} projectLocationCollectionDataStoreBranchName
|
597
|
+
* A fully-qualified path representing project_location_collection_data_store_branch resource.
|
598
|
+
* @returns {string} A string representing the project.
|
599
|
+
*/
|
600
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchName(projectLocationCollectionDataStoreBranchName: string): string | number;
|
601
|
+
/**
|
602
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranch resource.
|
603
|
+
*
|
604
|
+
* @param {string} projectLocationCollectionDataStoreBranchName
|
605
|
+
* A fully-qualified path representing project_location_collection_data_store_branch resource.
|
606
|
+
* @returns {string} A string representing the location.
|
607
|
+
*/
|
608
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchName(projectLocationCollectionDataStoreBranchName: string): string | number;
|
609
|
+
/**
|
610
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranch resource.
|
611
|
+
*
|
612
|
+
* @param {string} projectLocationCollectionDataStoreBranchName
|
613
|
+
* A fully-qualified path representing project_location_collection_data_store_branch resource.
|
614
|
+
* @returns {string} A string representing the collection.
|
615
|
+
*/
|
616
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchName(projectLocationCollectionDataStoreBranchName: string): string | number;
|
617
|
+
/**
|
618
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranch resource.
|
619
|
+
*
|
620
|
+
* @param {string} projectLocationCollectionDataStoreBranchName
|
621
|
+
* A fully-qualified path representing project_location_collection_data_store_branch resource.
|
622
|
+
* @returns {string} A string representing the data_store.
|
623
|
+
*/
|
624
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchName(projectLocationCollectionDataStoreBranchName: string): string | number;
|
625
|
+
/**
|
626
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranch resource.
|
627
|
+
*
|
628
|
+
* @param {string} projectLocationCollectionDataStoreBranchName
|
629
|
+
* A fully-qualified path representing project_location_collection_data_store_branch resource.
|
630
|
+
* @returns {string} A string representing the branch.
|
631
|
+
*/
|
632
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchName(projectLocationCollectionDataStoreBranchName: string): string | number;
|
633
|
+
/**
|
634
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
|
635
|
+
*
|
636
|
+
* @param {string} project
|
637
|
+
* @param {string} location
|
638
|
+
* @param {string} collection
|
639
|
+
* @param {string} data_store
|
640
|
+
* @param {string} branch
|
641
|
+
* @param {string} document
|
642
|
+
* @returns {string} Resource name string.
|
643
|
+
*/
|
644
|
+
projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
|
645
|
+
/**
|
646
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
|
647
|
+
*
|
648
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
649
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
650
|
+
* @returns {string} A string representing the project.
|
651
|
+
*/
|
652
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
653
|
+
/**
|
654
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
|
655
|
+
*
|
656
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
657
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
658
|
+
* @returns {string} A string representing the location.
|
659
|
+
*/
|
660
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
661
|
+
/**
|
662
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
|
663
|
+
*
|
664
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
665
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
666
|
+
* @returns {string} A string representing the collection.
|
667
|
+
*/
|
668
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
669
|
+
/**
|
670
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocument resource.
|
671
|
+
*
|
672
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
673
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
674
|
+
* @returns {string} A string representing the data_store.
|
675
|
+
*/
|
676
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
677
|
+
/**
|
678
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocument resource.
|
679
|
+
*
|
680
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
681
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
682
|
+
* @returns {string} A string representing the branch.
|
683
|
+
*/
|
684
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
685
|
+
/**
|
686
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocument resource.
|
687
|
+
*
|
688
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
689
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
690
|
+
* @returns {string} A string representing the document.
|
691
|
+
*/
|
692
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
693
|
+
/**
|
694
|
+
* Return a fully-qualified projectLocationDataStoreBranch resource name string.
|
586
695
|
*
|
587
696
|
* @param {string} project
|
588
697
|
* @param {string} location
|
@@ -590,41 +699,41 @@ export declare class DocumentServiceClient {
|
|
590
699
|
* @param {string} branch
|
591
700
|
* @returns {string} Resource name string.
|
592
701
|
*/
|
593
|
-
|
702
|
+
projectLocationDataStoreBranchPath(project: string, location: string, dataStore: string, branch: string): string;
|
594
703
|
/**
|
595
|
-
* Parse the project from
|
704
|
+
* Parse the project from ProjectLocationDataStoreBranch resource.
|
596
705
|
*
|
597
|
-
* @param {string}
|
598
|
-
* A fully-qualified path representing
|
706
|
+
* @param {string} projectLocationDataStoreBranchName
|
707
|
+
* A fully-qualified path representing project_location_data_store_branch resource.
|
599
708
|
* @returns {string} A string representing the project.
|
600
709
|
*/
|
601
|
-
|
710
|
+
matchProjectFromProjectLocationDataStoreBranchName(projectLocationDataStoreBranchName: string): string | number;
|
602
711
|
/**
|
603
|
-
* Parse the location from
|
712
|
+
* Parse the location from ProjectLocationDataStoreBranch resource.
|
604
713
|
*
|
605
|
-
* @param {string}
|
606
|
-
* A fully-qualified path representing
|
714
|
+
* @param {string} projectLocationDataStoreBranchName
|
715
|
+
* A fully-qualified path representing project_location_data_store_branch resource.
|
607
716
|
* @returns {string} A string representing the location.
|
608
717
|
*/
|
609
|
-
|
718
|
+
matchLocationFromProjectLocationDataStoreBranchName(projectLocationDataStoreBranchName: string): string | number;
|
610
719
|
/**
|
611
|
-
* Parse the data_store from
|
720
|
+
* Parse the data_store from ProjectLocationDataStoreBranch resource.
|
612
721
|
*
|
613
|
-
* @param {string}
|
614
|
-
* A fully-qualified path representing
|
722
|
+
* @param {string} projectLocationDataStoreBranchName
|
723
|
+
* A fully-qualified path representing project_location_data_store_branch resource.
|
615
724
|
* @returns {string} A string representing the data_store.
|
616
725
|
*/
|
617
|
-
|
726
|
+
matchDataStoreFromProjectLocationDataStoreBranchName(projectLocationDataStoreBranchName: string): string | number;
|
618
727
|
/**
|
619
|
-
* Parse the branch from
|
728
|
+
* Parse the branch from ProjectLocationDataStoreBranch resource.
|
620
729
|
*
|
621
|
-
* @param {string}
|
622
|
-
* A fully-qualified path representing
|
730
|
+
* @param {string} projectLocationDataStoreBranchName
|
731
|
+
* A fully-qualified path representing project_location_data_store_branch resource.
|
623
732
|
* @returns {string} A string representing the branch.
|
624
733
|
*/
|
625
|
-
|
734
|
+
matchBranchFromProjectLocationDataStoreBranchName(projectLocationDataStoreBranchName: string): string | number;
|
626
735
|
/**
|
627
|
-
* Return a fully-qualified
|
736
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
|
628
737
|
*
|
629
738
|
* @param {string} project
|
630
739
|
* @param {string} location
|
@@ -633,47 +742,47 @@ export declare class DocumentServiceClient {
|
|
633
742
|
* @param {string} document
|
634
743
|
* @returns {string} Resource name string.
|
635
744
|
*/
|
636
|
-
|
745
|
+
projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
|
637
746
|
/**
|
638
|
-
* Parse the project from
|
747
|
+
* Parse the project from ProjectLocationDataStoreBranchDocument resource.
|
639
748
|
*
|
640
|
-
* @param {string}
|
641
|
-
* A fully-qualified path representing
|
749
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
750
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
642
751
|
* @returns {string} A string representing the project.
|
643
752
|
*/
|
644
|
-
|
753
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
645
754
|
/**
|
646
|
-
* Parse the location from
|
755
|
+
* Parse the location from ProjectLocationDataStoreBranchDocument resource.
|
647
756
|
*
|
648
|
-
* @param {string}
|
649
|
-
* A fully-qualified path representing
|
757
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
758
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
650
759
|
* @returns {string} A string representing the location.
|
651
760
|
*/
|
652
|
-
|
761
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
653
762
|
/**
|
654
|
-
* Parse the data_store from
|
763
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
|
655
764
|
*
|
656
|
-
* @param {string}
|
657
|
-
* A fully-qualified path representing
|
765
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
766
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
658
767
|
* @returns {string} A string representing the data_store.
|
659
768
|
*/
|
660
|
-
|
769
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
661
770
|
/**
|
662
|
-
* Parse the branch from
|
771
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocument resource.
|
663
772
|
*
|
664
|
-
* @param {string}
|
665
|
-
* A fully-qualified path representing
|
773
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
774
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
666
775
|
* @returns {string} A string representing the branch.
|
667
776
|
*/
|
668
|
-
|
777
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
669
778
|
/**
|
670
|
-
* Parse the document from
|
779
|
+
* Parse the document from ProjectLocationDataStoreBranchDocument resource.
|
671
780
|
*
|
672
|
-
* @param {string}
|
673
|
-
* A fully-qualified path representing
|
781
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
782
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
674
783
|
* @returns {string} A string representing the document.
|
675
784
|
*/
|
676
|
-
|
785
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
677
786
|
/**
|
678
787
|
* Terminate the gRPC channel and close the client.
|
679
788
|
*
|