@google-cloud/discoveryengine 0.3.1 → 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 +7 -0
- package/README.md +4 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +4 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +25 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +13 -12
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +7 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +15 -9
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +13 -2
- package/build/protos/protos.json +69 -20
- package/build/src/v1beta/document_service_client.d.ts +159 -48
- package/build/src/v1beta/document_service_client.js +233 -58
- package/build/src/v1beta/document_service_client.js.map +1 -1
- package/build/src/v1beta/recommendation_service_client.d.ts +154 -43
- 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 +142 -40
- package/build/src/v1beta/user_event_service_client.js +214 -54
- package/build/src/v1beta/user_event_service_client.js.map +1 -1
- package/package.json +1 -1
package/build/protos/protos.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
"php_namespace": "Google\\Cloud\\DiscoveryEngine\\V1beta",
|
18
18
|
"ruby_package": "Google::Cloud::DiscoveryEngine::V1beta",
|
19
19
|
"(google.api.resource_definition).type": "discoveryengine.googleapis.com/ServingConfig",
|
20
|
-
"(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}"
|
20
|
+
"(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}"
|
21
21
|
},
|
22
22
|
"nested": {
|
23
23
|
"CustomAttribute": {
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"Document": {
|
50
50
|
"options": {
|
51
51
|
"(google.api.resource).type": "discoveryengine.googleapis.com/Document",
|
52
|
-
"(google.api.resource).pattern": "projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}"
|
52
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}"
|
53
53
|
},
|
54
54
|
"oneofs": {
|
55
55
|
"data": {
|
@@ -84,10 +84,7 @@
|
|
84
84
|
},
|
85
85
|
"schemaId": {
|
86
86
|
"type": "string",
|
87
|
-
"id": 3
|
88
|
-
"options": {
|
89
|
-
"(google.api.field_behavior)": "REQUIRED"
|
90
|
-
}
|
87
|
+
"id": 3
|
91
88
|
},
|
92
89
|
"parentDocumentId": {
|
93
90
|
"type": "string",
|
@@ -106,12 +103,16 @@
|
|
106
103
|
"responseType": "Document",
|
107
104
|
"options": {
|
108
105
|
"(google.api.http).get": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
|
106
|
+
"(google.api.http).additional_bindings.get": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
|
109
107
|
"(google.api.method_signature)": "name"
|
110
108
|
},
|
111
109
|
"parsedOptions": [
|
112
110
|
{
|
113
111
|
"(google.api.http)": {
|
114
|
-
"get": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}"
|
112
|
+
"get": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
|
113
|
+
"additional_bindings": {
|
114
|
+
"get": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
|
115
|
+
}
|
115
116
|
}
|
116
117
|
},
|
117
118
|
{
|
@@ -124,12 +125,16 @@
|
|
124
125
|
"responseType": "ListDocumentsResponse",
|
125
126
|
"options": {
|
126
127
|
"(google.api.http).get": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
|
128
|
+
"(google.api.http).additional_bindings.get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
|
127
129
|
"(google.api.method_signature)": "parent"
|
128
130
|
},
|
129
131
|
"parsedOptions": [
|
130
132
|
{
|
131
133
|
"(google.api.http)": {
|
132
|
-
"get": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents"
|
134
|
+
"get": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
|
135
|
+
"additional_bindings": {
|
136
|
+
"get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents"
|
137
|
+
}
|
133
138
|
}
|
134
139
|
},
|
135
140
|
{
|
@@ -143,13 +148,19 @@
|
|
143
148
|
"options": {
|
144
149
|
"(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
|
145
150
|
"(google.api.http).body": "document",
|
151
|
+
"(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
|
152
|
+
"(google.api.http).additional_bindings.body": "document",
|
146
153
|
"(google.api.method_signature)": "parent,document,document_id"
|
147
154
|
},
|
148
155
|
"parsedOptions": [
|
149
156
|
{
|
150
157
|
"(google.api.http)": {
|
151
158
|
"post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
|
152
|
-
"body": "document"
|
159
|
+
"body": "document",
|
160
|
+
"additional_bindings": {
|
161
|
+
"post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
|
162
|
+
"body": "document"
|
163
|
+
}
|
153
164
|
}
|
154
165
|
},
|
155
166
|
{
|
@@ -162,13 +173,19 @@
|
|
162
173
|
"responseType": "Document",
|
163
174
|
"options": {
|
164
175
|
"(google.api.http).patch": "/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
|
165
|
-
"(google.api.http).body": "document"
|
176
|
+
"(google.api.http).body": "document",
|
177
|
+
"(google.api.http).additional_bindings.patch": "/v1beta/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
|
178
|
+
"(google.api.http).additional_bindings.body": "document"
|
166
179
|
},
|
167
180
|
"parsedOptions": [
|
168
181
|
{
|
169
182
|
"(google.api.http)": {
|
170
183
|
"patch": "/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
|
171
|
-
"body": "document"
|
184
|
+
"body": "document",
|
185
|
+
"additional_bindings": {
|
186
|
+
"patch": "/v1beta/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
|
187
|
+
"body": "document"
|
188
|
+
}
|
172
189
|
}
|
173
190
|
}
|
174
191
|
]
|
@@ -178,12 +195,16 @@
|
|
178
195
|
"responseType": "google.protobuf.Empty",
|
179
196
|
"options": {
|
180
197
|
"(google.api.http).delete": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
|
198
|
+
"(google.api.http).additional_bindings.delete": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
|
181
199
|
"(google.api.method_signature)": "name"
|
182
200
|
},
|
183
201
|
"parsedOptions": [
|
184
202
|
{
|
185
203
|
"(google.api.http)": {
|
186
|
-
"delete": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}"
|
204
|
+
"delete": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
|
205
|
+
"additional_bindings": {
|
206
|
+
"delete": "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
|
207
|
+
}
|
187
208
|
}
|
188
209
|
},
|
189
210
|
{
|
@@ -197,6 +218,8 @@
|
|
197
218
|
"options": {
|
198
219
|
"(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
|
199
220
|
"(google.api.http).body": "*",
|
221
|
+
"(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import",
|
222
|
+
"(google.api.http).additional_bindings.body": "*",
|
200
223
|
"(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsResponse",
|
201
224
|
"(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsMetadata"
|
202
225
|
},
|
@@ -204,7 +227,11 @@
|
|
204
227
|
{
|
205
228
|
"(google.api.http)": {
|
206
229
|
"post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
|
207
|
-
"body": "*"
|
230
|
+
"body": "*",
|
231
|
+
"additional_bindings": {
|
232
|
+
"post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import",
|
233
|
+
"body": "*"
|
234
|
+
}
|
208
235
|
}
|
209
236
|
},
|
210
237
|
{
|
@@ -911,13 +938,19 @@
|
|
911
938
|
"responseType": "RecommendResponse",
|
912
939
|
"options": {
|
913
940
|
"(google.api.http).post": "/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
|
914
|
-
"(google.api.http).body": "*"
|
941
|
+
"(google.api.http).body": "*",
|
942
|
+
"(google.api.http).additional_bindings.post": "/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend",
|
943
|
+
"(google.api.http).additional_bindings.body": "*"
|
915
944
|
},
|
916
945
|
"parsedOptions": [
|
917
946
|
{
|
918
947
|
"(google.api.http)": {
|
919
948
|
"post": "/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
|
920
|
-
"body": "*"
|
949
|
+
"body": "*",
|
950
|
+
"additional_bindings": {
|
951
|
+
"post": "/v1beta/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend",
|
952
|
+
"body": "*"
|
953
|
+
}
|
921
954
|
}
|
922
955
|
}
|
923
956
|
]
|
@@ -1017,13 +1050,19 @@
|
|
1017
1050
|
"responseType": "UserEvent",
|
1018
1051
|
"options": {
|
1019
1052
|
"(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:write",
|
1020
|
-
"(google.api.http).body": "user_event"
|
1053
|
+
"(google.api.http).body": "user_event",
|
1054
|
+
"(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write",
|
1055
|
+
"(google.api.http).additional_bindings.body": "user_event"
|
1021
1056
|
},
|
1022
1057
|
"parsedOptions": [
|
1023
1058
|
{
|
1024
1059
|
"(google.api.http)": {
|
1025
1060
|
"post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:write",
|
1026
|
-
"body": "user_event"
|
1061
|
+
"body": "user_event",
|
1062
|
+
"additional_bindings": {
|
1063
|
+
"post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write",
|
1064
|
+
"body": "user_event"
|
1065
|
+
}
|
1027
1066
|
}
|
1028
1067
|
}
|
1029
1068
|
]
|
@@ -1032,12 +1071,16 @@
|
|
1032
1071
|
"requestType": "CollectUserEventRequest",
|
1033
1072
|
"responseType": "google.api.HttpBody",
|
1034
1073
|
"options": {
|
1035
|
-
"(google.api.http).get": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect"
|
1074
|
+
"(google.api.http).get": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect",
|
1075
|
+
"(google.api.http).additional_bindings.get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"
|
1036
1076
|
},
|
1037
1077
|
"parsedOptions": [
|
1038
1078
|
{
|
1039
1079
|
"(google.api.http)": {
|
1040
|
-
"get": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect"
|
1080
|
+
"get": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect",
|
1081
|
+
"additional_bindings": {
|
1082
|
+
"get": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"
|
1083
|
+
}
|
1041
1084
|
}
|
1042
1085
|
}
|
1043
1086
|
]
|
@@ -1048,6 +1091,8 @@
|
|
1048
1091
|
"options": {
|
1049
1092
|
"(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:import",
|
1050
1093
|
"(google.api.http).body": "*",
|
1094
|
+
"(google.api.http).additional_bindings.post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import",
|
1095
|
+
"(google.api.http).additional_bindings.body": "*",
|
1051
1096
|
"(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsResponse",
|
1052
1097
|
"(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsMetadata"
|
1053
1098
|
},
|
@@ -1055,7 +1100,11 @@
|
|
1055
1100
|
{
|
1056
1101
|
"(google.api.http)": {
|
1057
1102
|
"post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:import",
|
1058
|
-
"body": "*"
|
1103
|
+
"body": "*",
|
1104
|
+
"additional_bindings": {
|
1105
|
+
"post": "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import",
|
1106
|
+
"body": "*"
|
1107
|
+
}
|
1059
1108
|
}
|
1060
1109
|
},
|
1061
1110
|
{
|
@@ -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
|
@@ -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.
|
@@ -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
|
@@ -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
|
*
|
@@ -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
|
*
|
@@ -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
|
*
|
@@ -580,49 +580,160 @@ export declare class DocumentServiceClient {
|
|
580
580
|
*/
|
581
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>;
|
582
582
|
/**
|
583
|
-
* Return a fully-qualified
|
583
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranch resource name string.
|
584
584
|
*
|
585
585
|
* @param {string} project
|
586
586
|
* @param {string} location
|
587
|
+
* @param {string} collection
|
587
588
|
* @param {string} data_store
|
588
589
|
* @param {string} branch
|
589
590
|
* @returns {string} Resource name string.
|
590
591
|
*/
|
591
|
-
|
592
|
+
projectLocationCollectionDataStoreBranchPath(project: string, location: string, collection: string, dataStore: string, branch: string): string;
|
592
593
|
/**
|
593
|
-
* Parse the project from
|
594
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranch resource.
|
594
595
|
*
|
595
|
-
* @param {string}
|
596
|
-
* A fully-qualified path representing
|
596
|
+
* @param {string} projectLocationCollectionDataStoreBranchName
|
597
|
+
* A fully-qualified path representing project_location_collection_data_store_branch resource.
|
597
598
|
* @returns {string} A string representing the project.
|
598
599
|
*/
|
599
|
-
|
600
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchName(projectLocationCollectionDataStoreBranchName: string): string | number;
|
600
601
|
/**
|
601
|
-
* Parse the location from
|
602
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranch resource.
|
602
603
|
*
|
603
|
-
* @param {string}
|
604
|
-
* A fully-qualified path representing
|
604
|
+
* @param {string} projectLocationCollectionDataStoreBranchName
|
605
|
+
* A fully-qualified path representing project_location_collection_data_store_branch resource.
|
605
606
|
* @returns {string} A string representing the location.
|
606
607
|
*/
|
607
|
-
|
608
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchName(projectLocationCollectionDataStoreBranchName: string): string | number;
|
608
609
|
/**
|
609
|
-
* Parse the
|
610
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranch resource.
|
610
611
|
*
|
611
|
-
* @param {string}
|
612
|
-
* A fully-qualified path representing
|
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.
|
695
|
+
*
|
696
|
+
* @param {string} project
|
697
|
+
* @param {string} location
|
698
|
+
* @param {string} data_store
|
699
|
+
* @param {string} branch
|
700
|
+
* @returns {string} Resource name string.
|
701
|
+
*/
|
702
|
+
projectLocationDataStoreBranchPath(project: string, location: string, dataStore: string, branch: string): string;
|
703
|
+
/**
|
704
|
+
* Parse the project from ProjectLocationDataStoreBranch resource.
|
705
|
+
*
|
706
|
+
* @param {string} projectLocationDataStoreBranchName
|
707
|
+
* A fully-qualified path representing project_location_data_store_branch resource.
|
708
|
+
* @returns {string} A string representing the project.
|
709
|
+
*/
|
710
|
+
matchProjectFromProjectLocationDataStoreBranchName(projectLocationDataStoreBranchName: string): string | number;
|
711
|
+
/**
|
712
|
+
* Parse the location from ProjectLocationDataStoreBranch resource.
|
713
|
+
*
|
714
|
+
* @param {string} projectLocationDataStoreBranchName
|
715
|
+
* A fully-qualified path representing project_location_data_store_branch resource.
|
716
|
+
* @returns {string} A string representing the location.
|
717
|
+
*/
|
718
|
+
matchLocationFromProjectLocationDataStoreBranchName(projectLocationDataStoreBranchName: string): string | number;
|
719
|
+
/**
|
720
|
+
* Parse the data_store from ProjectLocationDataStoreBranch resource.
|
721
|
+
*
|
722
|
+
* @param {string} projectLocationDataStoreBranchName
|
723
|
+
* A fully-qualified path representing project_location_data_store_branch resource.
|
613
724
|
* @returns {string} A string representing the data_store.
|
614
725
|
*/
|
615
|
-
|
726
|
+
matchDataStoreFromProjectLocationDataStoreBranchName(projectLocationDataStoreBranchName: string): string | number;
|
616
727
|
/**
|
617
|
-
* Parse the branch from
|
728
|
+
* Parse the branch from ProjectLocationDataStoreBranch resource.
|
618
729
|
*
|
619
|
-
* @param {string}
|
620
|
-
* A fully-qualified path representing
|
730
|
+
* @param {string} projectLocationDataStoreBranchName
|
731
|
+
* A fully-qualified path representing project_location_data_store_branch resource.
|
621
732
|
* @returns {string} A string representing the branch.
|
622
733
|
*/
|
623
|
-
|
734
|
+
matchBranchFromProjectLocationDataStoreBranchName(projectLocationDataStoreBranchName: string): string | number;
|
624
735
|
/**
|
625
|
-
* Return a fully-qualified
|
736
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
|
626
737
|
*
|
627
738
|
* @param {string} project
|
628
739
|
* @param {string} location
|
@@ -631,47 +742,47 @@ export declare class DocumentServiceClient {
|
|
631
742
|
* @param {string} document
|
632
743
|
* @returns {string} Resource name string.
|
633
744
|
*/
|
634
|
-
|
745
|
+
projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
|
635
746
|
/**
|
636
|
-
* Parse the project from
|
747
|
+
* Parse the project from ProjectLocationDataStoreBranchDocument resource.
|
637
748
|
*
|
638
|
-
* @param {string}
|
639
|
-
* A fully-qualified path representing
|
749
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
750
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
640
751
|
* @returns {string} A string representing the project.
|
641
752
|
*/
|
642
|
-
|
753
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
643
754
|
/**
|
644
|
-
* Parse the location from
|
755
|
+
* Parse the location from ProjectLocationDataStoreBranchDocument resource.
|
645
756
|
*
|
646
|
-
* @param {string}
|
647
|
-
* A fully-qualified path representing
|
757
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
758
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
648
759
|
* @returns {string} A string representing the location.
|
649
760
|
*/
|
650
|
-
|
761
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
651
762
|
/**
|
652
|
-
* Parse the data_store from
|
763
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
|
653
764
|
*
|
654
|
-
* @param {string}
|
655
|
-
* A fully-qualified path representing
|
765
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
766
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
656
767
|
* @returns {string} A string representing the data_store.
|
657
768
|
*/
|
658
|
-
|
769
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
659
770
|
/**
|
660
|
-
* Parse the branch from
|
771
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocument resource.
|
661
772
|
*
|
662
|
-
* @param {string}
|
663
|
-
* A fully-qualified path representing
|
773
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
774
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
664
775
|
* @returns {string} A string representing the branch.
|
665
776
|
*/
|
666
|
-
|
777
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
667
778
|
/**
|
668
|
-
* Parse the document from
|
779
|
+
* Parse the document from ProjectLocationDataStoreBranchDocument resource.
|
669
780
|
*
|
670
|
-
* @param {string}
|
671
|
-
* A fully-qualified path representing
|
781
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
782
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
672
783
|
* @returns {string} A string representing the document.
|
673
784
|
*/
|
674
|
-
|
785
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
675
786
|
/**
|
676
787
|
* Terminate the gRPC channel and close the client.
|
677
788
|
*
|