@google-cloud/discoveryengine 1.8.0 → 1.9.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 +8 -0
- package/README.md +33 -4
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +337 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +33 -0
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +214 -0
- package/build/protos/google/cloud/discoveryengine/v1/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +569 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +4 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +92 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +149 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +58 -0
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1/rank_service.proto +131 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +23 -18
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +97 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +28 -3
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +18 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +9 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +7 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +16 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +12 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +2 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +37 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +28 -31
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +29 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +18 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +16 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control.proto +216 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +2 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +1 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +7 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +30 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +4 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +19 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +20 -19
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +30 -24
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +28 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +18 -2
- package/build/protos/protos.d.ts +52350 -38733
- package/build/protos/protos.js +136479 -103212
- package/build/protos/protos.json +9460 -5916
- package/build/src/index.d.ts +13 -1
- package/build/src/index.js +13 -1
- package/build/src/v1/completion_service_client.d.ts +549 -0
- package/build/src/v1/completion_service_client.js +771 -0
- package/build/src/v1/control_service_client.d.ts +1623 -0
- package/build/src/v1/control_service_client.js +2218 -0
- package/build/src/v1/control_service_client_config.json +63 -0
- package/build/src/v1/conversational_search_service_client.d.ts +893 -0
- package/build/src/v1/conversational_search_service_client.js +1040 -14
- package/build/src/v1/conversational_search_service_client_config.json +35 -0
- package/build/src/v1/data_store_service_client.d.ts +555 -6
- package/build/src/v1/data_store_service_client.js +775 -4
- package/build/src/v1/document_service_client.d.ts +557 -8
- package/build/src/v1/document_service_client.js +773 -2
- package/build/src/v1/engine_service_client.d.ts +549 -0
- package/build/src/v1/engine_service_client.js +771 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +1439 -0
- package/build/src/v1/grounded_generation_service_client.js +2036 -0
- package/build/src/v1/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1/index.d.ts +4 -0
- package/build/src/v1/index.js +9 -1
- package/build/src/v1/project_service_client.d.ts +1533 -0
- package/build/src/v1/project_service_client.js +2255 -0
- package/build/src/v1/project_service_client_config.json +43 -0
- package/build/src/v1/rank_service_client.d.ts +1449 -0
- package/build/src/v1/rank_service_client.js +2037 -0
- package/build/src/v1/rank_service_client_config.json +43 -0
- package/build/src/v1/recommendation_service_client.d.ts +568 -18
- package/build/src/v1/recommendation_service_client.js +756 -0
- package/build/src/v1/schema_service_client.d.ts +558 -9
- package/build/src/v1/schema_service_client.js +775 -4
- package/build/src/v1/search_service_client.d.ts +579 -21
- package/build/src/v1/search_service_client.js +776 -14
- package/build/src/v1/site_search_engine_service_client.d.ts +549 -0
- package/build/src/v1/site_search_engine_service_client.js +771 -0
- package/build/src/v1/user_event_service_client.d.ts +562 -2
- package/build/src/v1/user_event_service_client.js +771 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/acl_config_service_client.js +326 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +237 -0
- package/build/src/v1alpha/chunk_service_client.js +326 -0
- package/build/src/v1alpha/completion_service_client.d.ts +237 -0
- package/build/src/v1alpha/completion_service_client.js +340 -0
- package/build/src/v1alpha/control_service_client.d.ts +2013 -0
- package/build/src/v1alpha/control_service_client.js +2757 -0
- package/build/src/v1alpha/control_service_client_config.json +63 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +239 -2
- package/build/src/v1alpha/conversational_search_service_client.js +326 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +243 -6
- package/build/src/v1alpha/data_store_service_client.js +344 -4
- package/build/src/v1alpha/document_service_client.d.ts +246 -9
- package/build/src/v1alpha/document_service_client.js +342 -2
- package/build/src/v1alpha/engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/engine_service_client.js +340 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +237 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +340 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +256 -1
- package/build/src/v1alpha/grounded_generation_service_client.js +326 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +3 -1
- package/build/src/v1alpha/project_service_client.d.ts +239 -0
- package/build/src/v1alpha/project_service_client.js +340 -0
- package/build/src/v1alpha/project_service_client_config.json +21 -6
- package/build/src/v1alpha/rank_service_client.d.ts +255 -0
- package/build/src/v1alpha/rank_service_client.js +326 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +256 -18
- package/build/src/v1alpha/recommendation_service_client.js +326 -0
- package/build/src/v1alpha/schema_service_client.d.ts +247 -10
- package/build/src/v1alpha/schema_service_client.js +344 -4
- package/build/src/v1alpha/search_service_client.d.ts +267 -21
- package/build/src/v1alpha/search_service_client.js +346 -14
- package/build/src/v1alpha/search_tuning_service_client.d.ts +265 -0
- package/build/src/v1alpha/search_tuning_service_client.js +365 -1
- package/build/src/v1alpha/search_tuning_service_client_config.json +4 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/serving_config_service_client.js +326 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +340 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +250 -2
- package/build/src/v1alpha/user_event_service_client.js +340 -0
- package/build/src/v1beta/completion_service_client.d.ts +252 -0
- package/build/src/v1beta/completion_service_client.js +359 -0
- package/build/src/v1beta/control_service_client.d.ts +1860 -0
- package/build/src/v1beta/control_service_client.js +2545 -0
- package/build/src/v1beta/control_service_client_config.json +63 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +254 -2
- package/build/src/v1beta/conversational_search_service_client.js +348 -0
- package/build/src/v1beta/data_store_service_client.d.ts +258 -6
- package/build/src/v1beta/data_store_service_client.js +363 -4
- package/build/src/v1beta/document_service_client.d.ts +261 -10
- package/build/src/v1beta/document_service_client.js +361 -2
- package/build/src/v1beta/engine_service_client.d.ts +252 -0
- package/build/src/v1beta/engine_service_client.js +359 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +271 -1
- package/build/src/v1beta/grounded_generation_service_client.js +348 -0
- package/build/src/v1beta/index.d.ts +2 -0
- package/build/src/v1beta/index.js +5 -1
- package/build/src/v1beta/project_service_client.d.ts +1770 -0
- package/build/src/v1beta/project_service_client.js +2576 -0
- package/build/src/v1beta/project_service_client_config.json +43 -0
- package/build/src/v1beta/rank_service_client.d.ts +270 -0
- package/build/src/v1beta/rank_service_client.js +348 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +271 -18
- package/build/src/v1beta/recommendation_service_client.js +348 -0
- package/build/src/v1beta/schema_service_client.d.ts +261 -9
- package/build/src/v1beta/schema_service_client.js +363 -4
- package/build/src/v1beta/search_service_client.d.ts +282 -21
- package/build/src/v1beta/search_service_client.js +368 -14
- package/build/src/v1beta/search_tuning_service_client.d.ts +280 -0
- package/build/src/v1beta/search_tuning_service_client.js +384 -1
- package/build/src/v1beta/search_tuning_service_client_config.json +4 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
- package/build/src/v1beta/serving_config_service_client.js +326 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +252 -0
- package/build/src/v1beta/site_search_engine_service_client.js +359 -0
- package/build/src/v1beta/user_event_service_client.d.ts +265 -2
- package/build/src/v1beta/user_event_service_client.js +359 -0
- package/package.json +2 -2
@@ -152,9 +152,12 @@ class DataStoreServiceClient {
|
|
152
152
|
this.pathTemplates = {
|
153
153
|
collectionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}'),
|
154
154
|
enginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}'),
|
155
|
+
projectPathTemplate: new this._gaxModule.PathTemplate('projects/{project}'),
|
155
156
|
projectLocationCollectionDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}'),
|
156
157
|
projectLocationCollectionDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
|
158
|
+
projectLocationCollectionDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}'),
|
157
159
|
projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
|
160
|
+
projectLocationCollectionDataStoreCustomTuningModelPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}'),
|
158
161
|
projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
|
159
162
|
projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
|
160
163
|
projectLocationCollectionDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}'),
|
@@ -162,13 +165,16 @@ class DataStoreServiceClient {
|
|
162
165
|
projectLocationCollectionDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
|
163
166
|
projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
|
164
167
|
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
|
168
|
+
projectLocationCollectionEngineControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}'),
|
165
169
|
projectLocationCollectionEngineConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/conversations/{conversation}'),
|
166
170
|
projectLocationCollectionEngineServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}'),
|
167
171
|
projectLocationCollectionEngineSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}'),
|
168
172
|
projectLocationCollectionEngineSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/answers/{answer}'),
|
169
173
|
projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
|
170
174
|
projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
|
175
|
+
projectLocationDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}'),
|
171
176
|
projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
|
177
|
+
projectLocationDataStoreCustomTuningModelPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}'),
|
172
178
|
projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
|
173
179
|
projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
|
174
180
|
projectLocationDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}'),
|
@@ -194,6 +200,17 @@ class DataStoreServiceClient {
|
|
194
200
|
if (opts.fallback) {
|
195
201
|
lroOptions.protoJson = protoFilesRoot;
|
196
202
|
lroOptions.httpRules = [
|
203
|
+
{
|
204
|
+
selector: 'google.longrunning.Operations.CancelOperation',
|
205
|
+
post: '/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/operations/*}:cancel',
|
206
|
+
body: '*',
|
207
|
+
additional_bindings: [
|
208
|
+
{
|
209
|
+
post: '/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/operations/*}:cancel',
|
210
|
+
body: '*',
|
211
|
+
},
|
212
|
+
],
|
213
|
+
},
|
197
214
|
{
|
198
215
|
selector: 'google.longrunning.Operations.GetOperation',
|
199
216
|
get: '/v1beta/{name=projects/*/locations/*/collections/*/dataConnector/operations/*}',
|
@@ -578,8 +595,8 @@ class DataStoreServiceClient {
|
|
578
595
|
* must match the call that provided the page token. Otherwise, an
|
579
596
|
* INVALID_ARGUMENT error is returned.
|
580
597
|
* @param {string} request.filter
|
581
|
-
* Filter by solution type.
|
582
|
-
* 'solution_type:SOLUTION_TYPE_SEARCH'
|
598
|
+
* Filter by solution type .
|
599
|
+
* For example: `filter = 'solution_type:SOLUTION_TYPE_SEARCH'`
|
583
600
|
* @param {object} [options]
|
584
601
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
585
602
|
* @returns {Stream}
|
@@ -639,8 +656,8 @@ class DataStoreServiceClient {
|
|
639
656
|
* must match the call that provided the page token. Otherwise, an
|
640
657
|
* INVALID_ARGUMENT error is returned.
|
641
658
|
* @param {string} request.filter
|
642
|
-
* Filter by solution type.
|
643
|
-
* 'solution_type:SOLUTION_TYPE_SEARCH'
|
659
|
+
* Filter by solution type .
|
660
|
+
* For example: `filter = 'solution_type:SOLUTION_TYPE_SEARCH'`
|
644
661
|
* @param {object} [options]
|
645
662
|
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
646
663
|
* @returns {Object}
|
@@ -959,6 +976,27 @@ class DataStoreServiceClient {
|
|
959
976
|
matchEngineFromEngineName(engineName) {
|
960
977
|
return this.pathTemplates.enginePathTemplate.match(engineName).engine;
|
961
978
|
}
|
979
|
+
/**
|
980
|
+
* Return a fully-qualified project resource name string.
|
981
|
+
*
|
982
|
+
* @param {string} project
|
983
|
+
* @returns {string} Resource name string.
|
984
|
+
*/
|
985
|
+
projectPath(project) {
|
986
|
+
return this.pathTemplates.projectPathTemplate.render({
|
987
|
+
project: project,
|
988
|
+
});
|
989
|
+
}
|
990
|
+
/**
|
991
|
+
* Parse the project from Project resource.
|
992
|
+
*
|
993
|
+
* @param {string} projectName
|
994
|
+
* A fully-qualified path representing Project resource.
|
995
|
+
* @returns {string} A string representing the project.
|
996
|
+
*/
|
997
|
+
matchProjectFromProjectName(projectName) {
|
998
|
+
return this.pathTemplates.projectPathTemplate.match(projectName).project;
|
999
|
+
}
|
962
1000
|
/**
|
963
1001
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
964
1002
|
*
|
@@ -1097,6 +1135,75 @@ class DataStoreServiceClient {
|
|
1097
1135
|
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName) {
|
1098
1136
|
return this.pathTemplates.projectLocationCollectionDataStoreBranchDocumentPathTemplate.match(projectLocationCollectionDataStoreBranchDocumentName).document;
|
1099
1137
|
}
|
1138
|
+
/**
|
1139
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
1140
|
+
*
|
1141
|
+
* @param {string} project
|
1142
|
+
* @param {string} location
|
1143
|
+
* @param {string} collection
|
1144
|
+
* @param {string} data_store
|
1145
|
+
* @param {string} control
|
1146
|
+
* @returns {string} Resource name string.
|
1147
|
+
*/
|
1148
|
+
projectLocationCollectionDataStoreControlPath(project, location, collection, dataStore, control) {
|
1149
|
+
return this.pathTemplates.projectLocationCollectionDataStoreControlPathTemplate.render({
|
1150
|
+
project: project,
|
1151
|
+
location: location,
|
1152
|
+
collection: collection,
|
1153
|
+
data_store: dataStore,
|
1154
|
+
control: control,
|
1155
|
+
});
|
1156
|
+
}
|
1157
|
+
/**
|
1158
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
1159
|
+
*
|
1160
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1161
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1162
|
+
* @returns {string} A string representing the project.
|
1163
|
+
*/
|
1164
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName) {
|
1165
|
+
return this.pathTemplates.projectLocationCollectionDataStoreControlPathTemplate.match(projectLocationCollectionDataStoreControlName).project;
|
1166
|
+
}
|
1167
|
+
/**
|
1168
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
1169
|
+
*
|
1170
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1171
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1172
|
+
* @returns {string} A string representing the location.
|
1173
|
+
*/
|
1174
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName) {
|
1175
|
+
return this.pathTemplates.projectLocationCollectionDataStoreControlPathTemplate.match(projectLocationCollectionDataStoreControlName).location;
|
1176
|
+
}
|
1177
|
+
/**
|
1178
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
1179
|
+
*
|
1180
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1181
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1182
|
+
* @returns {string} A string representing the collection.
|
1183
|
+
*/
|
1184
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName) {
|
1185
|
+
return this.pathTemplates.projectLocationCollectionDataStoreControlPathTemplate.match(projectLocationCollectionDataStoreControlName).collection;
|
1186
|
+
}
|
1187
|
+
/**
|
1188
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
1189
|
+
*
|
1190
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1191
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1192
|
+
* @returns {string} A string representing the data_store.
|
1193
|
+
*/
|
1194
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName) {
|
1195
|
+
return this.pathTemplates.projectLocationCollectionDataStoreControlPathTemplate.match(projectLocationCollectionDataStoreControlName).data_store;
|
1196
|
+
}
|
1197
|
+
/**
|
1198
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
1199
|
+
*
|
1200
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1201
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1202
|
+
* @returns {string} A string representing the control.
|
1203
|
+
*/
|
1204
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName) {
|
1205
|
+
return this.pathTemplates.projectLocationCollectionDataStoreControlPathTemplate.match(projectLocationCollectionDataStoreControlName).control;
|
1206
|
+
}
|
1100
1207
|
/**
|
1101
1208
|
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
1102
1209
|
*
|
@@ -1166,6 +1273,75 @@ class DataStoreServiceClient {
|
|
1166
1273
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName) {
|
1167
1274
|
return this.pathTemplates.projectLocationCollectionDataStoreConversationPathTemplate.match(projectLocationCollectionDataStoreConversationName).conversation;
|
1168
1275
|
}
|
1276
|
+
/**
|
1277
|
+
* Return a fully-qualified projectLocationCollectionDataStoreCustomTuningModel resource name string.
|
1278
|
+
*
|
1279
|
+
* @param {string} project
|
1280
|
+
* @param {string} location
|
1281
|
+
* @param {string} collection
|
1282
|
+
* @param {string} data_store
|
1283
|
+
* @param {string} custom_tuning_model
|
1284
|
+
* @returns {string} Resource name string.
|
1285
|
+
*/
|
1286
|
+
projectLocationCollectionDataStoreCustomTuningModelPath(project, location, collection, dataStore, customTuningModel) {
|
1287
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.render({
|
1288
|
+
project: project,
|
1289
|
+
location: location,
|
1290
|
+
collection: collection,
|
1291
|
+
data_store: dataStore,
|
1292
|
+
custom_tuning_model: customTuningModel,
|
1293
|
+
});
|
1294
|
+
}
|
1295
|
+
/**
|
1296
|
+
* Parse the project from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1297
|
+
*
|
1298
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1299
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1300
|
+
* @returns {string} A string representing the project.
|
1301
|
+
*/
|
1302
|
+
matchProjectFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
1303
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).project;
|
1304
|
+
}
|
1305
|
+
/**
|
1306
|
+
* Parse the location from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1307
|
+
*
|
1308
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1309
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1310
|
+
* @returns {string} A string representing the location.
|
1311
|
+
*/
|
1312
|
+
matchLocationFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
1313
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).location;
|
1314
|
+
}
|
1315
|
+
/**
|
1316
|
+
* Parse the collection from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1317
|
+
*
|
1318
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1319
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1320
|
+
* @returns {string} A string representing the collection.
|
1321
|
+
*/
|
1322
|
+
matchCollectionFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
1323
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).collection;
|
1324
|
+
}
|
1325
|
+
/**
|
1326
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1327
|
+
*
|
1328
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1329
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1330
|
+
* @returns {string} A string representing the data_store.
|
1331
|
+
*/
|
1332
|
+
matchDataStoreFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
1333
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).data_store;
|
1334
|
+
}
|
1335
|
+
/**
|
1336
|
+
* Parse the custom_tuning_model from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1337
|
+
*
|
1338
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1339
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1340
|
+
* @returns {string} A string representing the custom_tuning_model.
|
1341
|
+
*/
|
1342
|
+
matchCustomTuningModelFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
1343
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).custom_tuning_model;
|
1344
|
+
}
|
1169
1345
|
/**
|
1170
1346
|
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
1171
1347
|
*
|
@@ -1637,6 +1813,75 @@ class DataStoreServiceClient {
|
|
1637
1813
|
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName) {
|
1638
1814
|
return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName).target_site;
|
1639
1815
|
}
|
1816
|
+
/**
|
1817
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
1818
|
+
*
|
1819
|
+
* @param {string} project
|
1820
|
+
* @param {string} location
|
1821
|
+
* @param {string} collection
|
1822
|
+
* @param {string} engine
|
1823
|
+
* @param {string} control
|
1824
|
+
* @returns {string} Resource name string.
|
1825
|
+
*/
|
1826
|
+
projectLocationCollectionEngineControlPath(project, location, collection, engine, control) {
|
1827
|
+
return this.pathTemplates.projectLocationCollectionEngineControlPathTemplate.render({
|
1828
|
+
project: project,
|
1829
|
+
location: location,
|
1830
|
+
collection: collection,
|
1831
|
+
engine: engine,
|
1832
|
+
control: control,
|
1833
|
+
});
|
1834
|
+
}
|
1835
|
+
/**
|
1836
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
1837
|
+
*
|
1838
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1839
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1840
|
+
* @returns {string} A string representing the project.
|
1841
|
+
*/
|
1842
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName) {
|
1843
|
+
return this.pathTemplates.projectLocationCollectionEngineControlPathTemplate.match(projectLocationCollectionEngineControlName).project;
|
1844
|
+
}
|
1845
|
+
/**
|
1846
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
1847
|
+
*
|
1848
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1849
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1850
|
+
* @returns {string} A string representing the location.
|
1851
|
+
*/
|
1852
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName) {
|
1853
|
+
return this.pathTemplates.projectLocationCollectionEngineControlPathTemplate.match(projectLocationCollectionEngineControlName).location;
|
1854
|
+
}
|
1855
|
+
/**
|
1856
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
1857
|
+
*
|
1858
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1859
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1860
|
+
* @returns {string} A string representing the collection.
|
1861
|
+
*/
|
1862
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName) {
|
1863
|
+
return this.pathTemplates.projectLocationCollectionEngineControlPathTemplate.match(projectLocationCollectionEngineControlName).collection;
|
1864
|
+
}
|
1865
|
+
/**
|
1866
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
1867
|
+
*
|
1868
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1869
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1870
|
+
* @returns {string} A string representing the engine.
|
1871
|
+
*/
|
1872
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName) {
|
1873
|
+
return this.pathTemplates.projectLocationCollectionEngineControlPathTemplate.match(projectLocationCollectionEngineControlName).engine;
|
1874
|
+
}
|
1875
|
+
/**
|
1876
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
1877
|
+
*
|
1878
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1879
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1880
|
+
* @returns {string} A string representing the control.
|
1881
|
+
*/
|
1882
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName) {
|
1883
|
+
return this.pathTemplates.projectLocationCollectionEngineControlPathTemplate.match(projectLocationCollectionEngineControlName).control;
|
1884
|
+
}
|
1640
1885
|
/**
|
1641
1886
|
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
1642
1887
|
*
|
@@ -2039,6 +2284,63 @@ class DataStoreServiceClient {
|
|
2039
2284
|
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName) {
|
2040
2285
|
return this.pathTemplates.projectLocationDataStoreBranchDocumentPathTemplate.match(projectLocationDataStoreBranchDocumentName).document;
|
2041
2286
|
}
|
2287
|
+
/**
|
2288
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
2289
|
+
*
|
2290
|
+
* @param {string} project
|
2291
|
+
* @param {string} location
|
2292
|
+
* @param {string} data_store
|
2293
|
+
* @param {string} control
|
2294
|
+
* @returns {string} Resource name string.
|
2295
|
+
*/
|
2296
|
+
projectLocationDataStoreControlPath(project, location, dataStore, control) {
|
2297
|
+
return this.pathTemplates.projectLocationDataStoreControlPathTemplate.render({
|
2298
|
+
project: project,
|
2299
|
+
location: location,
|
2300
|
+
data_store: dataStore,
|
2301
|
+
control: control,
|
2302
|
+
});
|
2303
|
+
}
|
2304
|
+
/**
|
2305
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
2306
|
+
*
|
2307
|
+
* @param {string} projectLocationDataStoreControlName
|
2308
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
2309
|
+
* @returns {string} A string representing the project.
|
2310
|
+
*/
|
2311
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName) {
|
2312
|
+
return this.pathTemplates.projectLocationDataStoreControlPathTemplate.match(projectLocationDataStoreControlName).project;
|
2313
|
+
}
|
2314
|
+
/**
|
2315
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
2316
|
+
*
|
2317
|
+
* @param {string} projectLocationDataStoreControlName
|
2318
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
2319
|
+
* @returns {string} A string representing the location.
|
2320
|
+
*/
|
2321
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName) {
|
2322
|
+
return this.pathTemplates.projectLocationDataStoreControlPathTemplate.match(projectLocationDataStoreControlName).location;
|
2323
|
+
}
|
2324
|
+
/**
|
2325
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
2326
|
+
*
|
2327
|
+
* @param {string} projectLocationDataStoreControlName
|
2328
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
2329
|
+
* @returns {string} A string representing the data_store.
|
2330
|
+
*/
|
2331
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName) {
|
2332
|
+
return this.pathTemplates.projectLocationDataStoreControlPathTemplate.match(projectLocationDataStoreControlName).data_store;
|
2333
|
+
}
|
2334
|
+
/**
|
2335
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
2336
|
+
*
|
2337
|
+
* @param {string} projectLocationDataStoreControlName
|
2338
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
2339
|
+
* @returns {string} A string representing the control.
|
2340
|
+
*/
|
2341
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName) {
|
2342
|
+
return this.pathTemplates.projectLocationDataStoreControlPathTemplate.match(projectLocationDataStoreControlName).control;
|
2343
|
+
}
|
2042
2344
|
/**
|
2043
2345
|
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
2044
2346
|
*
|
@@ -2096,6 +2398,63 @@ class DataStoreServiceClient {
|
|
2096
2398
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName) {
|
2097
2399
|
return this.pathTemplates.projectLocationDataStoreConversationPathTemplate.match(projectLocationDataStoreConversationName).conversation;
|
2098
2400
|
}
|
2401
|
+
/**
|
2402
|
+
* Return a fully-qualified projectLocationDataStoreCustomTuningModel resource name string.
|
2403
|
+
*
|
2404
|
+
* @param {string} project
|
2405
|
+
* @param {string} location
|
2406
|
+
* @param {string} data_store
|
2407
|
+
* @param {string} custom_tuning_model
|
2408
|
+
* @returns {string} Resource name string.
|
2409
|
+
*/
|
2410
|
+
projectLocationDataStoreCustomTuningModelPath(project, location, dataStore, customTuningModel) {
|
2411
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.render({
|
2412
|
+
project: project,
|
2413
|
+
location: location,
|
2414
|
+
data_store: dataStore,
|
2415
|
+
custom_tuning_model: customTuningModel,
|
2416
|
+
});
|
2417
|
+
}
|
2418
|
+
/**
|
2419
|
+
* Parse the project from ProjectLocationDataStoreCustomTuningModel resource.
|
2420
|
+
*
|
2421
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2422
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2423
|
+
* @returns {string} A string representing the project.
|
2424
|
+
*/
|
2425
|
+
matchProjectFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2426
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).project;
|
2427
|
+
}
|
2428
|
+
/**
|
2429
|
+
* Parse the location from ProjectLocationDataStoreCustomTuningModel resource.
|
2430
|
+
*
|
2431
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2432
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2433
|
+
* @returns {string} A string representing the location.
|
2434
|
+
*/
|
2435
|
+
matchLocationFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2436
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).location;
|
2437
|
+
}
|
2438
|
+
/**
|
2439
|
+
* Parse the data_store from ProjectLocationDataStoreCustomTuningModel resource.
|
2440
|
+
*
|
2441
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2442
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2443
|
+
* @returns {string} A string representing the data_store.
|
2444
|
+
*/
|
2445
|
+
matchDataStoreFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2446
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).data_store;
|
2447
|
+
}
|
2448
|
+
/**
|
2449
|
+
* Parse the custom_tuning_model from ProjectLocationDataStoreCustomTuningModel resource.
|
2450
|
+
*
|
2451
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2452
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2453
|
+
* @returns {string} A string representing the custom_tuning_model.
|
2454
|
+
*/
|
2455
|
+
matchCustomTuningModelFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2456
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).custom_tuning_model;
|
2457
|
+
}
|
2099
2458
|
/**
|
2100
2459
|
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
2101
2460
|
*
|