@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
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="node" />
|
2
1
|
import type * as gax from 'google-gax';
|
3
2
|
import type { Callback, CallOptions, Descriptors, ClientOptions, LROperation, PaginationCallback, LocationsClient, LocationProtos } from 'google-gax';
|
4
3
|
import { Transform } from 'stream';
|
@@ -291,6 +290,8 @@ export declare class DocumentServiceClient {
|
|
291
290
|
* Cloud SQL input source.
|
292
291
|
* @param {google.cloud.discoveryengine.v1.FirestoreSource} request.firestoreSource
|
293
292
|
* Firestore input source.
|
293
|
+
* @param {google.cloud.discoveryengine.v1.AlloyDbSource} request.alloyDbSource
|
294
|
+
* AlloyDB input source.
|
294
295
|
* @param {google.cloud.discoveryengine.v1.BigtableSource} request.bigtableSource
|
295
296
|
* Cloud Bigtable input source.
|
296
297
|
* @param {string} request.parent
|
@@ -978,6 +979,75 @@ export declare class DocumentServiceClient {
|
|
978
979
|
* @returns {string} A string representing the document.
|
979
980
|
*/
|
980
981
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
982
|
+
/**
|
983
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
984
|
+
*
|
985
|
+
* @param {string} project
|
986
|
+
* @param {string} location
|
987
|
+
* @param {string} collection
|
988
|
+
* @param {string} data_store
|
989
|
+
* @param {string} branch
|
990
|
+
* @param {string} document
|
991
|
+
* @param {string} chunk
|
992
|
+
* @returns {string} Resource name string.
|
993
|
+
*/
|
994
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
995
|
+
/**
|
996
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
997
|
+
*
|
998
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
999
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1000
|
+
* @returns {string} A string representing the project.
|
1001
|
+
*/
|
1002
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1003
|
+
/**
|
1004
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1005
|
+
*
|
1006
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1007
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1008
|
+
* @returns {string} A string representing the location.
|
1009
|
+
*/
|
1010
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1011
|
+
/**
|
1012
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1013
|
+
*
|
1014
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1015
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1016
|
+
* @returns {string} A string representing the collection.
|
1017
|
+
*/
|
1018
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1019
|
+
/**
|
1020
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1021
|
+
*
|
1022
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1023
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1024
|
+
* @returns {string} A string representing the data_store.
|
1025
|
+
*/
|
1026
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1027
|
+
/**
|
1028
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1029
|
+
*
|
1030
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1031
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1032
|
+
* @returns {string} A string representing the branch.
|
1033
|
+
*/
|
1034
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1035
|
+
/**
|
1036
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1037
|
+
*
|
1038
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1039
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1040
|
+
* @returns {string} A string representing the document.
|
1041
|
+
*/
|
1042
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1043
|
+
/**
|
1044
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1045
|
+
*
|
1046
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1047
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1048
|
+
* @returns {string} A string representing the chunk.
|
1049
|
+
*/
|
1050
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
981
1051
|
/**
|
982
1052
|
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
983
1053
|
*
|
@@ -1716,6 +1786,66 @@ export declare class DocumentServiceClient {
|
|
1716
1786
|
* @returns {string} A string representing the document.
|
1717
1787
|
*/
|
1718
1788
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1789
|
+
/**
|
1790
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
1791
|
+
*
|
1792
|
+
* @param {string} project
|
1793
|
+
* @param {string} location
|
1794
|
+
* @param {string} data_store
|
1795
|
+
* @param {string} branch
|
1796
|
+
* @param {string} document
|
1797
|
+
* @param {string} chunk
|
1798
|
+
* @returns {string} Resource name string.
|
1799
|
+
*/
|
1800
|
+
projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
1801
|
+
/**
|
1802
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1803
|
+
*
|
1804
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1805
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1806
|
+
* @returns {string} A string representing the project.
|
1807
|
+
*/
|
1808
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1809
|
+
/**
|
1810
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1811
|
+
*
|
1812
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1813
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1814
|
+
* @returns {string} A string representing the location.
|
1815
|
+
*/
|
1816
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1817
|
+
/**
|
1818
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1819
|
+
*
|
1820
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1821
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1822
|
+
* @returns {string} A string representing the data_store.
|
1823
|
+
*/
|
1824
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1825
|
+
/**
|
1826
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1827
|
+
*
|
1828
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1829
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1830
|
+
* @returns {string} A string representing the branch.
|
1831
|
+
*/
|
1832
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1833
|
+
/**
|
1834
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1835
|
+
*
|
1836
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1837
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1838
|
+
* @returns {string} A string representing the document.
|
1839
|
+
*/
|
1840
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1841
|
+
/**
|
1842
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1843
|
+
*
|
1844
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1845
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1846
|
+
* @returns {string} A string representing the chunk.
|
1847
|
+
*/
|
1848
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1719
1849
|
/**
|
1720
1850
|
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1721
1851
|
*
|
@@ -155,6 +155,7 @@ class DocumentServiceClient {
|
|
155
155
|
projectLocationCollectionDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}'),
|
156
156
|
projectLocationCollectionDataStoreBranchPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}'),
|
157
157
|
projectLocationCollectionDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
|
158
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
|
158
159
|
projectLocationCollectionDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}'),
|
159
160
|
projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
|
160
161
|
projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
|
@@ -170,6 +171,7 @@ class DocumentServiceClient {
|
|
170
171
|
projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
|
171
172
|
projectLocationDataStoreBranchPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}'),
|
172
173
|
projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
|
174
|
+
projectLocationDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
|
173
175
|
projectLocationDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}'),
|
174
176
|
projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
|
175
177
|
projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
|
@@ -1197,6 +1199,99 @@ class DocumentServiceClient {
|
|
1197
1199
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName) {
|
1198
1200
|
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentName).document;
|
1199
1201
|
}
|
1202
|
+
/**
|
1203
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
1204
|
+
*
|
1205
|
+
* @param {string} project
|
1206
|
+
* @param {string} location
|
1207
|
+
* @param {string} collection
|
1208
|
+
* @param {string} data_store
|
1209
|
+
* @param {string} branch
|
1210
|
+
* @param {string} document
|
1211
|
+
* @param {string} chunk
|
1212
|
+
* @returns {string} Resource name string.
|
1213
|
+
*/
|
1214
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project, location, collection, dataStore, branch, document, chunk) {
|
1215
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.render({
|
1216
|
+
project: project,
|
1217
|
+
location: location,
|
1218
|
+
collection: collection,
|
1219
|
+
data_store: dataStore,
|
1220
|
+
branch: branch,
|
1221
|
+
document: document,
|
1222
|
+
chunk: chunk,
|
1223
|
+
});
|
1224
|
+
}
|
1225
|
+
/**
|
1226
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1227
|
+
*
|
1228
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1229
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1230
|
+
* @returns {string} A string representing the project.
|
1231
|
+
*/
|
1232
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1233
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).project;
|
1234
|
+
}
|
1235
|
+
/**
|
1236
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1237
|
+
*
|
1238
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1239
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1240
|
+
* @returns {string} A string representing the location.
|
1241
|
+
*/
|
1242
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1243
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).location;
|
1244
|
+
}
|
1245
|
+
/**
|
1246
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1247
|
+
*
|
1248
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1249
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1250
|
+
* @returns {string} A string representing the collection.
|
1251
|
+
*/
|
1252
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1253
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).collection;
|
1254
|
+
}
|
1255
|
+
/**
|
1256
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1257
|
+
*
|
1258
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1259
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1260
|
+
* @returns {string} A string representing the data_store.
|
1261
|
+
*/
|
1262
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1263
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).data_store;
|
1264
|
+
}
|
1265
|
+
/**
|
1266
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1267
|
+
*
|
1268
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1269
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1270
|
+
* @returns {string} A string representing the branch.
|
1271
|
+
*/
|
1272
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1273
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).branch;
|
1274
|
+
}
|
1275
|
+
/**
|
1276
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1277
|
+
*
|
1278
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1279
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1280
|
+
* @returns {string} A string representing the document.
|
1281
|
+
*/
|
1282
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1283
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).document;
|
1284
|
+
}
|
1285
|
+
/**
|
1286
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1287
|
+
*
|
1288
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1289
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1290
|
+
* @returns {string} A string representing the chunk.
|
1291
|
+
*/
|
1292
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName) {
|
1293
|
+
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentChunkName).chunk;
|
1294
|
+
}
|
1200
1295
|
/**
|
1201
1296
|
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
1202
1297
|
*
|
@@ -2196,6 +2291,87 @@ class DocumentServiceClient {
|
|
2196
2291
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName) {
|
2197
2292
|
return this.pathTemplates.projectLocationDataStoreBranchDocumentPathTemplate.match(projectLocationDataStoreBranchDocumentName).document;
|
2198
2293
|
}
|
2294
|
+
/**
|
2295
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
2296
|
+
*
|
2297
|
+
* @param {string} project
|
2298
|
+
* @param {string} location
|
2299
|
+
* @param {string} data_store
|
2300
|
+
* @param {string} branch
|
2301
|
+
* @param {string} document
|
2302
|
+
* @param {string} chunk
|
2303
|
+
* @returns {string} Resource name string.
|
2304
|
+
*/
|
2305
|
+
projectLocationDataStoreBranchDocumentChunkPath(project, location, dataStore, branch, document, chunk) {
|
2306
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.render({
|
2307
|
+
project: project,
|
2308
|
+
location: location,
|
2309
|
+
data_store: dataStore,
|
2310
|
+
branch: branch,
|
2311
|
+
document: document,
|
2312
|
+
chunk: chunk,
|
2313
|
+
});
|
2314
|
+
}
|
2315
|
+
/**
|
2316
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2317
|
+
*
|
2318
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2319
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2320
|
+
* @returns {string} A string representing the project.
|
2321
|
+
*/
|
2322
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
2323
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).project;
|
2324
|
+
}
|
2325
|
+
/**
|
2326
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2327
|
+
*
|
2328
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2329
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2330
|
+
* @returns {string} A string representing the location.
|
2331
|
+
*/
|
2332
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
2333
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).location;
|
2334
|
+
}
|
2335
|
+
/**
|
2336
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2337
|
+
*
|
2338
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2339
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2340
|
+
* @returns {string} A string representing the data_store.
|
2341
|
+
*/
|
2342
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
2343
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).data_store;
|
2344
|
+
}
|
2345
|
+
/**
|
2346
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2347
|
+
*
|
2348
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2349
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2350
|
+
* @returns {string} A string representing the branch.
|
2351
|
+
*/
|
2352
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
2353
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).branch;
|
2354
|
+
}
|
2355
|
+
/**
|
2356
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2357
|
+
*
|
2358
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2359
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2360
|
+
* @returns {string} A string representing the document.
|
2361
|
+
*/
|
2362
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
2363
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).document;
|
2364
|
+
}
|
2365
|
+
/**
|
2366
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2367
|
+
*
|
2368
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2369
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2370
|
+
* @returns {string} A string representing the chunk.
|
2371
|
+
*/
|
2372
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName) {
|
2373
|
+
return this.pathTemplates.projectLocationDataStoreBranchDocumentChunkPathTemplate.match(projectLocationDataStoreBranchDocumentChunkName).chunk;
|
2374
|
+
}
|
2199
2375
|
/**
|
2200
2376
|
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
2201
2377
|
*
|
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="node" />
|
2
1
|
import type * as gax from 'google-gax';
|
3
2
|
import type { Callback, CallOptions, Descriptors, ClientOptions, LROperation, PaginationCallback, LocationsClient, LocationProtos } from 'google-gax';
|
4
3
|
import { Transform } from 'stream';
|
@@ -727,6 +726,75 @@ export declare class EngineServiceClient {
|
|
727
726
|
* @returns {string} A string representing the document.
|
728
727
|
*/
|
729
728
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
729
|
+
/**
|
730
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
731
|
+
*
|
732
|
+
* @param {string} project
|
733
|
+
* @param {string} location
|
734
|
+
* @param {string} collection
|
735
|
+
* @param {string} data_store
|
736
|
+
* @param {string} branch
|
737
|
+
* @param {string} document
|
738
|
+
* @param {string} chunk
|
739
|
+
* @returns {string} Resource name string.
|
740
|
+
*/
|
741
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
742
|
+
/**
|
743
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
744
|
+
*
|
745
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
746
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
747
|
+
* @returns {string} A string representing the project.
|
748
|
+
*/
|
749
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
750
|
+
/**
|
751
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
752
|
+
*
|
753
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
754
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
755
|
+
* @returns {string} A string representing the location.
|
756
|
+
*/
|
757
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
758
|
+
/**
|
759
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
760
|
+
*
|
761
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
762
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
763
|
+
* @returns {string} A string representing the collection.
|
764
|
+
*/
|
765
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
766
|
+
/**
|
767
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
768
|
+
*
|
769
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
770
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
771
|
+
* @returns {string} A string representing the data_store.
|
772
|
+
*/
|
773
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
774
|
+
/**
|
775
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
776
|
+
*
|
777
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
778
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
779
|
+
* @returns {string} A string representing the branch.
|
780
|
+
*/
|
781
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
782
|
+
/**
|
783
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
784
|
+
*
|
785
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
786
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
787
|
+
* @returns {string} A string representing the document.
|
788
|
+
*/
|
789
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
790
|
+
/**
|
791
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
792
|
+
*
|
793
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
794
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
795
|
+
* @returns {string} A string representing the chunk.
|
796
|
+
*/
|
797
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
730
798
|
/**
|
731
799
|
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
732
800
|
*
|
@@ -1423,6 +1491,66 @@ export declare class EngineServiceClient {
|
|
1423
1491
|
* @returns {string} A string representing the document.
|
1424
1492
|
*/
|
1425
1493
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1494
|
+
/**
|
1495
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
1496
|
+
*
|
1497
|
+
* @param {string} project
|
1498
|
+
* @param {string} location
|
1499
|
+
* @param {string} data_store
|
1500
|
+
* @param {string} branch
|
1501
|
+
* @param {string} document
|
1502
|
+
* @param {string} chunk
|
1503
|
+
* @returns {string} Resource name string.
|
1504
|
+
*/
|
1505
|
+
projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
1506
|
+
/**
|
1507
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1508
|
+
*
|
1509
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1510
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1511
|
+
* @returns {string} A string representing the project.
|
1512
|
+
*/
|
1513
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1514
|
+
/**
|
1515
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1516
|
+
*
|
1517
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1518
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1519
|
+
* @returns {string} A string representing the location.
|
1520
|
+
*/
|
1521
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1522
|
+
/**
|
1523
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1524
|
+
*
|
1525
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1526
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1527
|
+
* @returns {string} A string representing the data_store.
|
1528
|
+
*/
|
1529
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1530
|
+
/**
|
1531
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1532
|
+
*
|
1533
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1534
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1535
|
+
* @returns {string} A string representing the branch.
|
1536
|
+
*/
|
1537
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1538
|
+
/**
|
1539
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1540
|
+
*
|
1541
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1542
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1543
|
+
* @returns {string} A string representing the document.
|
1544
|
+
*/
|
1545
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1546
|
+
/**
|
1547
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1548
|
+
*
|
1549
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1550
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1551
|
+
* @returns {string} A string representing the chunk.
|
1552
|
+
*/
|
1553
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1426
1554
|
/**
|
1427
1555
|
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1428
1556
|
*
|