@google-cloud/discoveryengine 1.9.0 → 1.10.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 +7 -0
- package/README.md +2 -0
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +13 -0
- package/build/protos/google/cloud/discoveryengine/v1/chunk.proto +119 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +0 -5
- package/build/protos/google/cloud/discoveryengine/v1/completion.proto +31 -0
- package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +38 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +35 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +37 -2
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +108 -0
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +38 -0
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +200 -4
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +3 -0
- package/build/protos/protos.d.ts +3851 -1527
- package/build/protos/protos.js +14056 -8213
- package/build/protos/protos.json +548 -8
- package/build/src/v1/completion_service_client.d.ts +220 -0
- package/build/src/v1/completion_service_client.js +260 -0
- package/build/src/v1/completion_service_client_config.json +10 -0
- package/build/src/v1/control_service_client.d.ts +129 -1
- package/build/src/v1/control_service_client.js +176 -0
- package/build/src/v1/conversational_search_service_client.d.ts +147 -1
- package/build/src/v1/conversational_search_service_client.js +176 -0
- package/build/src/v1/data_store_service_client.d.ts +129 -1
- package/build/src/v1/data_store_service_client.js +176 -0
- package/build/src/v1/document_service_client.d.ts +131 -1
- package/build/src/v1/document_service_client.js +176 -0
- package/build/src/v1/engine_service_client.d.ts +129 -1
- package/build/src/v1/engine_service_client.js +176 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +129 -0
- package/build/src/v1/grounded_generation_service_client.js +176 -0
- package/build/src/v1/project_service_client.d.ts +129 -0
- package/build/src/v1/project_service_client.js +176 -0
- package/build/src/v1/rank_service_client.d.ts +129 -0
- package/build/src/v1/rank_service_client.js +176 -0
- package/build/src/v1/recommendation_service_client.d.ts +129 -0
- package/build/src/v1/recommendation_service_client.js +176 -0
- package/build/src/v1/schema_service_client.d.ts +129 -1
- package/build/src/v1/schema_service_client.js +176 -0
- package/build/src/v1/search_service_client.d.ts +252 -1
- package/build/src/v1/search_service_client.js +258 -0
- package/build/src/v1/site_search_engine_service_client.d.ts +129 -1
- package/build/src/v1/site_search_engine_service_client.js +176 -0
- package/build/src/v1/user_event_service_client.d.ts +129 -0
- package/build/src/v1/user_event_service_client.js +176 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +0 -1
- package/build/src/v1alpha/control_service_client.d.ts +0 -1
- package/build/src/v1alpha/conversational_search_service_client.d.ts +0 -1
- package/build/src/v1alpha/data_store_service_client.d.ts +0 -1
- package/build/src/v1alpha/document_service_client.d.ts +0 -1
- package/build/src/v1alpha/engine_service_client.d.ts +0 -1
- package/build/src/v1alpha/schema_service_client.d.ts +0 -1
- package/build/src/v1alpha/search_service_client.d.ts +0 -1
- package/build/src/v1alpha/serving_config_service_client.d.ts +0 -1
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +0 -1
- package/build/src/v1beta/control_service_client.d.ts +0 -1
- package/build/src/v1beta/conversational_search_service_client.d.ts +0 -1
- package/build/src/v1beta/data_store_service_client.d.ts +0 -1
- package/build/src/v1beta/document_service_client.d.ts +0 -1
- package/build/src/v1beta/engine_service_client.d.ts +0 -1
- package/build/src/v1beta/schema_service_client.d.ts +0 -1
- package/build/src/v1beta/search_service_client.d.ts +0 -1
- package/build/src/v1beta/serving_config_service_client.d.ts +0 -1
- package/build/src/v1beta/site_search_engine_service_client.d.ts +0 -1
- package/package.json +1 -1
@@ -500,6 +500,75 @@ export declare class ProjectServiceClient {
|
|
500
500
|
* @returns {string} A string representing the document.
|
501
501
|
*/
|
502
502
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
503
|
+
/**
|
504
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
505
|
+
*
|
506
|
+
* @param {string} project
|
507
|
+
* @param {string} location
|
508
|
+
* @param {string} collection
|
509
|
+
* @param {string} data_store
|
510
|
+
* @param {string} branch
|
511
|
+
* @param {string} document
|
512
|
+
* @param {string} chunk
|
513
|
+
* @returns {string} Resource name string.
|
514
|
+
*/
|
515
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
516
|
+
/**
|
517
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
518
|
+
*
|
519
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
520
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
521
|
+
* @returns {string} A string representing the project.
|
522
|
+
*/
|
523
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
524
|
+
/**
|
525
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
526
|
+
*
|
527
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
528
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
529
|
+
* @returns {string} A string representing the location.
|
530
|
+
*/
|
531
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
532
|
+
/**
|
533
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
534
|
+
*
|
535
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
536
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
537
|
+
* @returns {string} A string representing the collection.
|
538
|
+
*/
|
539
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
540
|
+
/**
|
541
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
542
|
+
*
|
543
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
544
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
545
|
+
* @returns {string} A string representing the data_store.
|
546
|
+
*/
|
547
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
548
|
+
/**
|
549
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
550
|
+
*
|
551
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
552
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
553
|
+
* @returns {string} A string representing the branch.
|
554
|
+
*/
|
555
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
556
|
+
/**
|
557
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
558
|
+
*
|
559
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
560
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
561
|
+
* @returns {string} A string representing the document.
|
562
|
+
*/
|
563
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
564
|
+
/**
|
565
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
566
|
+
*
|
567
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
568
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
569
|
+
* @returns {string} A string representing the chunk.
|
570
|
+
*/
|
571
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
503
572
|
/**
|
504
573
|
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
505
574
|
*
|
@@ -1196,6 +1265,66 @@ export declare class ProjectServiceClient {
|
|
1196
1265
|
* @returns {string} A string representing the document.
|
1197
1266
|
*/
|
1198
1267
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1268
|
+
/**
|
1269
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
1270
|
+
*
|
1271
|
+
* @param {string} project
|
1272
|
+
* @param {string} location
|
1273
|
+
* @param {string} data_store
|
1274
|
+
* @param {string} branch
|
1275
|
+
* @param {string} document
|
1276
|
+
* @param {string} chunk
|
1277
|
+
* @returns {string} Resource name string.
|
1278
|
+
*/
|
1279
|
+
projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
1280
|
+
/**
|
1281
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1282
|
+
*
|
1283
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1284
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1285
|
+
* @returns {string} A string representing the project.
|
1286
|
+
*/
|
1287
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1288
|
+
/**
|
1289
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1290
|
+
*
|
1291
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1292
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1293
|
+
* @returns {string} A string representing the location.
|
1294
|
+
*/
|
1295
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1296
|
+
/**
|
1297
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1298
|
+
*
|
1299
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1300
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1301
|
+
* @returns {string} A string representing the data_store.
|
1302
|
+
*/
|
1303
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1304
|
+
/**
|
1305
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1306
|
+
*
|
1307
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1308
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1309
|
+
* @returns {string} A string representing the branch.
|
1310
|
+
*/
|
1311
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1312
|
+
/**
|
1313
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1314
|
+
*
|
1315
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1316
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1317
|
+
* @returns {string} A string representing the document.
|
1318
|
+
*/
|
1319
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1320
|
+
/**
|
1321
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1322
|
+
*
|
1323
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1324
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1325
|
+
* @returns {string} A string representing the chunk.
|
1326
|
+
*/
|
1327
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1199
1328
|
/**
|
1200
1329
|
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1201
1330
|
*
|
@@ -154,6 +154,7 @@ class ProjectServiceClient {
|
|
154
154
|
projectPathTemplate: new this._gaxModule.PathTemplate('projects/{project}'),
|
155
155
|
projectLocationCollectionDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}'),
|
156
156
|
projectLocationCollectionDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
|
157
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
|
157
158
|
projectLocationCollectionDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}'),
|
158
159
|
projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
|
159
160
|
projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
|
@@ -168,6 +169,7 @@ class ProjectServiceClient {
|
|
168
169
|
projectLocationCollectionEngineSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/answers/{answer}'),
|
169
170
|
projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
|
170
171
|
projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
|
172
|
+
projectLocationDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
|
171
173
|
projectLocationDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}'),
|
172
174
|
projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
|
173
175
|
projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
|
@@ -847,6 +849,99 @@ class ProjectServiceClient {
|
|
847
849
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName) {
|
848
850
|
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentName).document;
|
849
851
|
}
|
852
|
+
/**
|
853
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
854
|
+
*
|
855
|
+
* @param {string} project
|
856
|
+
* @param {string} location
|
857
|
+
* @param {string} collection
|
858
|
+
* @param {string} data_store
|
859
|
+
* @param {string} branch
|
860
|
+
* @param {string} document
|
861
|
+
* @param {string} chunk
|
862
|
+
* @returns {string} Resource name string.
|
863
|
+
*/
|
864
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project, location, collection, dataStore, branch, document, chunk) {
|
865
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.render({
|
866
|
+
project: project,
|
867
|
+
location: location,
|
868
|
+
collection: collection,
|
869
|
+
data_store: dataStore,
|
870
|
+
branch: branch,
|
871
|
+
document: document,
|
872
|
+
chunk: chunk,
|
873
|
+
});
|
874
|
+
}
|
875
|
+
/**
|
876
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
877
|
+
*
|
878
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
879
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
880
|
+
* @returns {string} A string representing the project.
|
881
|
+
*/
|
882
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
883
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).project;
|
884
|
+
}
|
885
|
+
/**
|
886
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
887
|
+
*
|
888
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
889
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
890
|
+
* @returns {string} A string representing the location.
|
891
|
+
*/
|
892
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
893
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).location;
|
894
|
+
}
|
895
|
+
/**
|
896
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
897
|
+
*
|
898
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
899
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
900
|
+
* @returns {string} A string representing the collection.
|
901
|
+
*/
|
902
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
903
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).collection;
|
904
|
+
}
|
905
|
+
/**
|
906
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
907
|
+
*
|
908
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
909
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
910
|
+
* @returns {string} A string representing the data_store.
|
911
|
+
*/
|
912
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
913
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).data_store;
|
914
|
+
}
|
915
|
+
/**
|
916
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
917
|
+
*
|
918
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
919
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
920
|
+
* @returns {string} A string representing the branch.
|
921
|
+
*/
|
922
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
923
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).branch;
|
924
|
+
}
|
925
|
+
/**
|
926
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
927
|
+
*
|
928
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
929
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
930
|
+
* @returns {string} A string representing the document.
|
931
|
+
*/
|
932
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
933
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).document;
|
934
|
+
}
|
935
|
+
/**
|
936
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
937
|
+
*
|
938
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
939
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
940
|
+
* @returns {string} A string representing the chunk.
|
941
|
+
*/
|
942
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
943
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).chunk;
|
944
|
+
}
|
850
945
|
/**
|
851
946
|
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
852
947
|
*
|
@@ -1789,6 +1884,87 @@ class ProjectServiceClient {
|
|
1789
1884
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName) {
|
1790
1885
|
return this.pathTemplates.projectLocationDataStoreBranchDocumentPathTemplate.match(projectLocationDataStoreBranchDocumentName).document;
|
1791
1886
|
}
|
1887
|
+
/**
|
1888
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
1889
|
+
*
|
1890
|
+
* @param {string} project
|
1891
|
+
* @param {string} location
|
1892
|
+
* @param {string} data_store
|
1893
|
+
* @param {string} branch
|
1894
|
+
* @param {string} document
|
1895
|
+
* @param {string} chunk
|
1896
|
+
* @returns {string} Resource name string.
|
1897
|
+
*/
|
1898
|
+
projectLocationDataStoreBranchDocumentChunkPath(project, location, dataStore, branch, document, chunk) {
|
1899
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.render({
|
1900
|
+
project: project,
|
1901
|
+
location: location,
|
1902
|
+
data_store: dataStore,
|
1903
|
+
branch: branch,
|
1904
|
+
document: document,
|
1905
|
+
chunk: chunk,
|
1906
|
+
});
|
1907
|
+
}
|
1908
|
+
/**
|
1909
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1910
|
+
*
|
1911
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1912
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1913
|
+
* @returns {string} A string representing the project.
|
1914
|
+
*/
|
1915
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
1916
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).project;
|
1917
|
+
}
|
1918
|
+
/**
|
1919
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1920
|
+
*
|
1921
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1922
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1923
|
+
* @returns {string} A string representing the location.
|
1924
|
+
*/
|
1925
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
1926
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).location;
|
1927
|
+
}
|
1928
|
+
/**
|
1929
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1930
|
+
*
|
1931
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1932
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1933
|
+
* @returns {string} A string representing the data_store.
|
1934
|
+
*/
|
1935
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
1936
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).data_store;
|
1937
|
+
}
|
1938
|
+
/**
|
1939
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1940
|
+
*
|
1941
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1942
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1943
|
+
* @returns {string} A string representing the branch.
|
1944
|
+
*/
|
1945
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
1946
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).branch;
|
1947
|
+
}
|
1948
|
+
/**
|
1949
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1950
|
+
*
|
1951
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1952
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1953
|
+
* @returns {string} A string representing the document.
|
1954
|
+
*/
|
1955
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
1956
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).document;
|
1957
|
+
}
|
1958
|
+
/**
|
1959
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1960
|
+
*
|
1961
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1962
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1963
|
+
* @returns {string} A string representing the chunk.
|
1964
|
+
*/
|
1965
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
1966
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).chunk;
|
1967
|
+
}
|
1792
1968
|
/**
|
1793
1969
|
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1794
1970
|
*
|
@@ -383,6 +383,75 @@ export declare class RankServiceClient {
|
|
383
383
|
* @returns {string} A string representing the document.
|
384
384
|
*/
|
385
385
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
386
|
+
/**
|
387
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
388
|
+
*
|
389
|
+
* @param {string} project
|
390
|
+
* @param {string} location
|
391
|
+
* @param {string} collection
|
392
|
+
* @param {string} data_store
|
393
|
+
* @param {string} branch
|
394
|
+
* @param {string} document
|
395
|
+
* @param {string} chunk
|
396
|
+
* @returns {string} Resource name string.
|
397
|
+
*/
|
398
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
399
|
+
/**
|
400
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
401
|
+
*
|
402
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
403
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
404
|
+
* @returns {string} A string representing the project.
|
405
|
+
*/
|
406
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
407
|
+
/**
|
408
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
409
|
+
*
|
410
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
411
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
412
|
+
* @returns {string} A string representing the location.
|
413
|
+
*/
|
414
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
415
|
+
/**
|
416
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
417
|
+
*
|
418
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
419
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
420
|
+
* @returns {string} A string representing the collection.
|
421
|
+
*/
|
422
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
423
|
+
/**
|
424
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
425
|
+
*
|
426
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
427
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
428
|
+
* @returns {string} A string representing the data_store.
|
429
|
+
*/
|
430
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
431
|
+
/**
|
432
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
433
|
+
*
|
434
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
435
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
436
|
+
* @returns {string} A string representing the branch.
|
437
|
+
*/
|
438
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
439
|
+
/**
|
440
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
441
|
+
*
|
442
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
443
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
444
|
+
* @returns {string} A string representing the document.
|
445
|
+
*/
|
446
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
447
|
+
/**
|
448
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
449
|
+
*
|
450
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
451
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
452
|
+
* @returns {string} A string representing the chunk.
|
453
|
+
*/
|
454
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
386
455
|
/**
|
387
456
|
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
388
457
|
*
|
@@ -1079,6 +1148,66 @@ export declare class RankServiceClient {
|
|
1079
1148
|
* @returns {string} A string representing the document.
|
1080
1149
|
*/
|
1081
1150
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1151
|
+
/**
|
1152
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
1153
|
+
*
|
1154
|
+
* @param {string} project
|
1155
|
+
* @param {string} location
|
1156
|
+
* @param {string} data_store
|
1157
|
+
* @param {string} branch
|
1158
|
+
* @param {string} document
|
1159
|
+
* @param {string} chunk
|
1160
|
+
* @returns {string} Resource name string.
|
1161
|
+
*/
|
1162
|
+
projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
1163
|
+
/**
|
1164
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1165
|
+
*
|
1166
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1167
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1168
|
+
* @returns {string} A string representing the project.
|
1169
|
+
*/
|
1170
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1171
|
+
/**
|
1172
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1173
|
+
*
|
1174
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1175
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1176
|
+
* @returns {string} A string representing the location.
|
1177
|
+
*/
|
1178
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1179
|
+
/**
|
1180
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1181
|
+
*
|
1182
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1183
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1184
|
+
* @returns {string} A string representing the data_store.
|
1185
|
+
*/
|
1186
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1187
|
+
/**
|
1188
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1189
|
+
*
|
1190
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1191
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1192
|
+
* @returns {string} A string representing the branch.
|
1193
|
+
*/
|
1194
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1195
|
+
/**
|
1196
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1197
|
+
*
|
1198
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1199
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1200
|
+
* @returns {string} A string representing the document.
|
1201
|
+
*/
|
1202
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1203
|
+
/**
|
1204
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1205
|
+
*
|
1206
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1207
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1208
|
+
* @returns {string} A string representing the chunk.
|
1209
|
+
*/
|
1210
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1082
1211
|
/**
|
1083
1212
|
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1084
1213
|
*
|