@google-cloud/discoveryengine 2.3.0 → 2.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/README.md +17 -0
- package/build/protos/google/cloud/discoveryengine/v1/assist_answer.proto +251 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant.proto +44 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant_service.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +15 -3
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +21 -8
- package/build/protos/google/cloud/discoveryengine/v1/session_service.proto +128 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +15 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +30 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +238 -8
- package/build/protos/google/cloud/discoveryengine/v1alpha/session_service.proto +201 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +26 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +40 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/session_service.proto +128 -0
- package/build/protos/protos.d.ts +15057 -10636
- package/build/protos/protos.js +45523 -34174
- package/build/protos/protos.json +4835 -3203
- package/build/src/index.d.ts +7 -1
- package/build/src/index.js +6 -2
- package/build/src/v1/assistant_service_client.d.ts +2058 -0
- package/build/src/v1/assistant_service_client.js +2957 -0
- package/build/src/v1/assistant_service_client_config.json +43 -0
- package/build/src/v1/assistant_service_proto_list.json +48 -0
- package/build/src/v1/cmek_config_service_client.d.ts +255 -144
- package/build/src/v1/cmek_config_service_client.js +348 -196
- package/build/src/v1/cmek_config_service_proto_list.json +4 -0
- package/build/src/v1/completion_service_client.d.ts +255 -144
- package/build/src/v1/completion_service_client.js +348 -196
- package/build/src/v1/completion_service_proto_list.json +4 -0
- package/build/src/v1/control_service_client.d.ts +255 -144
- package/build/src/v1/control_service_client.js +348 -196
- package/build/src/v1/control_service_proto_list.json +4 -0
- package/build/src/v1/conversational_search_service_client.d.ts +302 -155
- package/build/src/v1/conversational_search_service_client.js +380 -204
- package/build/src/v1/conversational_search_service_proto_list.json +4 -0
- package/build/src/v1/data_store_service_client.d.ts +255 -144
- package/build/src/v1/data_store_service_client.js +348 -196
- package/build/src/v1/data_store_service_proto_list.json +4 -0
- package/build/src/v1/document_service_client.d.ts +255 -144
- package/build/src/v1/document_service_client.js +348 -196
- package/build/src/v1/document_service_proto_list.json +4 -0
- package/build/src/v1/engine_service_client.d.ts +255 -144
- package/build/src/v1/engine_service_client.js +348 -196
- package/build/src/v1/engine_service_proto_list.json +4 -0
- package/build/src/v1/gapic_metadata.json +86 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +255 -144
- package/build/src/v1/grounded_generation_service_client.js +348 -196
- package/build/src/v1/grounded_generation_service_proto_list.json +4 -0
- package/build/src/v1/identity_mapping_store_service_client.d.ts +255 -144
- package/build/src/v1/identity_mapping_store_service_client.js +348 -196
- package/build/src/v1/identity_mapping_store_service_proto_list.json +4 -0
- package/build/src/v1/index.d.ts +2 -0
- package/build/src/v1/index.js +5 -1
- package/build/src/v1/project_service_client.d.ts +255 -144
- package/build/src/v1/project_service_client.js +348 -196
- package/build/src/v1/project_service_proto_list.json +4 -0
- package/build/src/v1/rank_service_client.d.ts +255 -144
- package/build/src/v1/rank_service_client.js +348 -196
- package/build/src/v1/rank_service_proto_list.json +4 -0
- package/build/src/v1/recommendation_service_client.d.ts +255 -144
- package/build/src/v1/recommendation_service_client.js +348 -196
- package/build/src/v1/recommendation_service_proto_list.json +4 -0
- package/build/src/v1/schema_service_client.d.ts +255 -144
- package/build/src/v1/schema_service_client.js +348 -196
- package/build/src/v1/schema_service_proto_list.json +4 -0
- package/build/src/v1/search_service_client.d.ts +303 -228
- package/build/src/v1/search_service_client.js +380 -252
- package/build/src/v1/search_service_proto_list.json +4 -0
- package/build/src/v1/search_tuning_service_client.d.ts +255 -144
- package/build/src/v1/search_tuning_service_client.js +348 -196
- package/build/src/v1/search_tuning_service_proto_list.json +4 -0
- package/build/src/v1/serving_config_service_client.d.ts +255 -144
- package/build/src/v1/serving_config_service_client.js +348 -196
- package/build/src/v1/serving_config_service_proto_list.json +4 -0
- package/build/src/v1/session_service_client.d.ts +2326 -0
- package/build/src/v1/session_service_client.js +3218 -0
- package/build/src/v1/session_service_client_config.json +63 -0
- package/build/src/v1/session_service_proto_list.json +48 -0
- package/build/src/v1/site_search_engine_service_client.d.ts +255 -144
- package/build/src/v1/site_search_engine_service_client.js +348 -196
- package/build/src/v1/site_search_engine_service_proto_list.json +4 -0
- package/build/src/v1/user_event_service_client.d.ts +255 -144
- package/build/src/v1/user_event_service_client.js +348 -196
- package/build/src/v1/user_event_service_proto_list.json +4 -0
- package/build/src/v1/user_license_service_client.d.ts +255 -144
- package/build/src/v1/user_license_service_client.js +348 -196
- package/build/src/v1/user_license_service_proto_list.json +4 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/acl_config_service_client.js +196 -196
- package/build/src/v1alpha/acl_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +144 -144
- package/build/src/v1alpha/chunk_service_client.js +196 -196
- package/build/src/v1alpha/chunk_service_proto_list.json +1 -0
- package/build/src/v1alpha/completion_service_client.d.ts +144 -144
- package/build/src/v1alpha/completion_service_client.js +196 -196
- package/build/src/v1alpha/completion_service_proto_list.json +1 -0
- package/build/src/v1alpha/control_service_client.d.ts +144 -144
- package/build/src/v1alpha/control_service_client.js +196 -196
- package/build/src/v1alpha/control_service_proto_list.json +1 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +221 -167
- package/build/src/v1alpha/conversational_search_service_client.js +244 -210
- package/build/src/v1alpha/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +144 -144
- package/build/src/v1alpha/data_store_service_client.js +196 -196
- package/build/src/v1alpha/data_store_service_proto_list.json +1 -0
- package/build/src/v1alpha/document_service_client.d.ts +144 -144
- package/build/src/v1alpha/document_service_client.js +196 -196
- package/build/src/v1alpha/document_service_proto_list.json +1 -0
- package/build/src/v1alpha/engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/engine_service_client.js +196 -196
- package/build/src/v1alpha/engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +144 -144
- package/build/src/v1alpha/estimate_billing_service_client.js +196 -196
- package/build/src/v1alpha/estimate_billing_service_proto_list.json +1 -0
- package/build/src/v1alpha/evaluation_service_client.d.ts +144 -144
- package/build/src/v1alpha/evaluation_service_client.js +196 -196
- package/build/src/v1alpha/evaluation_service_proto_list.json +1 -0
- package/build/src/v1alpha/gapic_metadata.json +82 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1alpha/grounded_generation_service_client.js +196 -196
- package/build/src/v1alpha/grounded_generation_service_proto_list.json +1 -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 +144 -144
- package/build/src/v1alpha/project_service_client.js +196 -196
- package/build/src/v1alpha/project_service_proto_list.json +1 -0
- package/build/src/v1alpha/rank_service_client.d.ts +144 -144
- package/build/src/v1alpha/rank_service_client.js +196 -196
- package/build/src/v1alpha/rank_service_proto_list.json +1 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +144 -144
- package/build/src/v1alpha/recommendation_service_client.js +196 -196
- package/build/src/v1alpha/recommendation_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_service_client.js +196 -196
- package/build/src/v1alpha/sample_query_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_set_service_client.js +196 -196
- package/build/src/v1alpha/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1alpha/schema_service_client.d.ts +144 -144
- package/build/src/v1alpha/schema_service_client.js +196 -196
- package/build/src/v1alpha/schema_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_service_client.d.ts +168 -186
- package/build/src/v1alpha/search_service_client.js +212 -224
- package/build/src/v1alpha/search_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1alpha/search_tuning_service_client.js +196 -196
- package/build/src/v1alpha/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/serving_config_service_client.js +196 -196
- package/build/src/v1alpha/serving_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/session_service_client.d.ts +2331 -0
- package/build/src/v1alpha/session_service_client.js +3161 -0
- package/build/src/v1alpha/session_service_client_config.json +68 -0
- package/build/src/v1alpha/session_service_proto_list.json +49 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/site_search_engine_service_client.js +196 -196
- package/build/src/v1alpha/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +144 -144
- package/build/src/v1alpha/user_event_service_client.js +196 -196
- package/build/src/v1alpha/user_event_service_proto_list.json +1 -0
- package/build/src/v1beta/completion_service_client.d.ts +144 -144
- package/build/src/v1beta/completion_service_client.js +196 -196
- package/build/src/v1beta/completion_service_proto_list.json +1 -0
- package/build/src/v1beta/control_service_client.d.ts +144 -144
- package/build/src/v1beta/control_service_client.js +196 -196
- package/build/src/v1beta/control_service_proto_list.json +1 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +215 -161
- package/build/src/v1beta/conversational_search_service_client.js +242 -208
- package/build/src/v1beta/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1beta/data_store_service_client.d.ts +144 -144
- package/build/src/v1beta/data_store_service_client.js +196 -196
- package/build/src/v1beta/data_store_service_proto_list.json +1 -0
- package/build/src/v1beta/document_service_client.d.ts +144 -144
- package/build/src/v1beta/document_service_client.js +196 -196
- package/build/src/v1beta/document_service_proto_list.json +1 -0
- package/build/src/v1beta/engine_service_client.d.ts +144 -144
- package/build/src/v1beta/engine_service_client.js +196 -196
- package/build/src/v1beta/engine_service_proto_list.json +1 -0
- package/build/src/v1beta/evaluation_service_client.d.ts +144 -144
- package/build/src/v1beta/evaluation_service_client.js +196 -196
- package/build/src/v1beta/evaluation_service_proto_list.json +1 -0
- package/build/src/v1beta/gapic_metadata.json +68 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1beta/grounded_generation_service_client.js +196 -196
- package/build/src/v1beta/grounded_generation_service_proto_list.json +1 -0
- package/build/src/v1beta/index.d.ts +1 -0
- package/build/src/v1beta/index.js +3 -1
- package/build/src/v1beta/project_service_client.d.ts +144 -144
- package/build/src/v1beta/project_service_client.js +196 -196
- package/build/src/v1beta/project_service_proto_list.json +1 -0
- package/build/src/v1beta/rank_service_client.d.ts +144 -144
- package/build/src/v1beta/rank_service_client.js +196 -196
- package/build/src/v1beta/rank_service_proto_list.json +1 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +144 -144
- package/build/src/v1beta/recommendation_service_client.js +196 -196
- package/build/src/v1beta/recommendation_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_service_client.js +196 -196
- package/build/src/v1beta/sample_query_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_set_service_client.js +196 -196
- package/build/src/v1beta/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1beta/schema_service_client.d.ts +144 -144
- package/build/src/v1beta/schema_service_client.js +196 -196
- package/build/src/v1beta/schema_service_proto_list.json +1 -0
- package/build/src/v1beta/search_service_client.d.ts +192 -228
- package/build/src/v1beta/search_service_client.js +228 -252
- package/build/src/v1beta/search_service_proto_list.json +1 -0
- package/build/src/v1beta/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1beta/search_tuning_service_client.js +196 -196
- package/build/src/v1beta/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +144 -144
- package/build/src/v1beta/serving_config_service_client.js +196 -196
- package/build/src/v1beta/serving_config_service_proto_list.json +1 -0
- package/build/src/v1beta/session_service_client.d.ts +2266 -0
- package/build/src/v1beta/session_service_client.js +3136 -0
- package/build/src/v1beta/session_service_client_config.json +63 -0
- package/build/src/v1beta/session_service_proto_list.json +45 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1beta/site_search_engine_service_client.js +196 -196
- package/build/src/v1beta/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1beta/user_event_service_client.d.ts +144 -144
- package/build/src/v1beta/user_event_service_client.js +196 -196
- package/build/src/v1beta/user_event_service_proto_list.json +1 -0
- package/package.json +1 -1
@@ -177,15 +177,15 @@ class ChunkServiceClient {
|
|
177
177
|
projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
|
178
178
|
projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
|
179
179
|
projectLocationCollectionDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}'),
|
180
|
-
projectLocationCollectionDataStoreSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}'),
|
181
180
|
projectLocationCollectionDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
|
181
|
+
projectLocationCollectionDataStoreSessionsPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}'),
|
182
182
|
projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
|
183
183
|
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
|
184
184
|
projectLocationCollectionEngineControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}'),
|
185
185
|
projectLocationCollectionEngineConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/conversations/{conversation}'),
|
186
186
|
projectLocationCollectionEngineServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}'),
|
187
|
-
projectLocationCollectionEngineSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}'),
|
188
187
|
projectLocationCollectionEngineSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/answers/{answer}'),
|
188
|
+
projectLocationCollectionEngineSessionsPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}'),
|
189
189
|
projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
|
190
190
|
projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
|
191
191
|
projectLocationDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
|
@@ -195,8 +195,8 @@ class ChunkServiceClient {
|
|
195
195
|
projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
|
196
196
|
projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
|
197
197
|
projectLocationDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}'),
|
198
|
-
projectLocationDataStoreSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}'),
|
199
198
|
projectLocationDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
|
199
|
+
projectLocationDataStoreSessionsPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}'),
|
200
200
|
projectLocationDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine'),
|
201
201
|
projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
|
202
202
|
sampleQueryPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}'),
|
@@ -1345,154 +1345,154 @@ class ChunkServiceClient {
|
|
1345
1345
|
return this.pathTemplates.projectLocationCollectionDataStoreServingConfigPathTemplate.match(projectLocationCollectionDataStoreServingConfigName).serving_config;
|
1346
1346
|
}
|
1347
1347
|
/**
|
1348
|
-
* Return a fully-qualified
|
1348
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1349
1349
|
*
|
1350
1350
|
* @param {string} project
|
1351
1351
|
* @param {string} location
|
1352
1352
|
* @param {string} collection
|
1353
1353
|
* @param {string} data_store
|
1354
1354
|
* @param {string} session
|
1355
|
+
* @param {string} answer
|
1355
1356
|
* @returns {string} Resource name string.
|
1356
1357
|
*/
|
1357
|
-
|
1358
|
-
return this.pathTemplates.
|
1358
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project, location, collection, dataStore, session, answer) {
|
1359
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.render({
|
1359
1360
|
project: project,
|
1360
1361
|
location: location,
|
1361
1362
|
collection: collection,
|
1362
1363
|
data_store: dataStore,
|
1363
1364
|
session: session,
|
1365
|
+
answer: answer,
|
1364
1366
|
});
|
1365
1367
|
}
|
1366
1368
|
/**
|
1367
|
-
* Parse the project from
|
1369
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1368
1370
|
*
|
1369
|
-
* @param {string}
|
1370
|
-
* A fully-qualified path representing
|
1371
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1372
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1371
1373
|
* @returns {string} A string representing the project.
|
1372
1374
|
*/
|
1373
|
-
|
1374
|
-
return this.pathTemplates.
|
1375
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1376
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).project;
|
1375
1377
|
}
|
1376
1378
|
/**
|
1377
|
-
* Parse the location from
|
1379
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1378
1380
|
*
|
1379
|
-
* @param {string}
|
1380
|
-
* A fully-qualified path representing
|
1381
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1382
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1381
1383
|
* @returns {string} A string representing the location.
|
1382
1384
|
*/
|
1383
|
-
|
1384
|
-
return this.pathTemplates.
|
1385
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1386
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).location;
|
1385
1387
|
}
|
1386
1388
|
/**
|
1387
|
-
* Parse the collection from
|
1389
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1388
1390
|
*
|
1389
|
-
* @param {string}
|
1390
|
-
* A fully-qualified path representing
|
1391
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1392
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1391
1393
|
* @returns {string} A string representing the collection.
|
1392
1394
|
*/
|
1393
|
-
|
1394
|
-
return this.pathTemplates.
|
1395
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1396
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).collection;
|
1395
1397
|
}
|
1396
1398
|
/**
|
1397
|
-
* Parse the data_store from
|
1399
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1398
1400
|
*
|
1399
|
-
* @param {string}
|
1400
|
-
* A fully-qualified path representing
|
1401
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1402
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1401
1403
|
* @returns {string} A string representing the data_store.
|
1402
1404
|
*/
|
1403
|
-
|
1404
|
-
return this.pathTemplates.
|
1405
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1406
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).data_store;
|
1405
1407
|
}
|
1406
1408
|
/**
|
1407
|
-
* Parse the session from
|
1409
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1408
1410
|
*
|
1409
|
-
* @param {string}
|
1410
|
-
* A fully-qualified path representing
|
1411
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1412
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1411
1413
|
* @returns {string} A string representing the session.
|
1412
1414
|
*/
|
1413
|
-
|
1414
|
-
return this.pathTemplates.
|
1415
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1416
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).session;
|
1415
1417
|
}
|
1416
1418
|
/**
|
1417
|
-
*
|
1419
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1420
|
+
*
|
1421
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1422
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1423
|
+
* @returns {string} A string representing the answer.
|
1424
|
+
*/
|
1425
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1426
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).answer;
|
1427
|
+
}
|
1428
|
+
/**
|
1429
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1418
1430
|
*
|
1419
1431
|
* @param {string} project
|
1420
1432
|
* @param {string} location
|
1421
1433
|
* @param {string} collection
|
1422
1434
|
* @param {string} data_store
|
1423
1435
|
* @param {string} session
|
1424
|
-
* @param {string} answer
|
1425
1436
|
* @returns {string} Resource name string.
|
1426
1437
|
*/
|
1427
|
-
|
1428
|
-
return this.pathTemplates.
|
1438
|
+
projectLocationCollectionDataStoreSessionsPath(project, location, collection, dataStore, session) {
|
1439
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.render({
|
1429
1440
|
project: project,
|
1430
1441
|
location: location,
|
1431
1442
|
collection: collection,
|
1432
1443
|
data_store: dataStore,
|
1433
1444
|
session: session,
|
1434
|
-
answer: answer,
|
1435
1445
|
});
|
1436
1446
|
}
|
1437
1447
|
/**
|
1438
|
-
* Parse the project from
|
1448
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1439
1449
|
*
|
1440
|
-
* @param {string}
|
1441
|
-
* A fully-qualified path representing
|
1450
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1451
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1442
1452
|
* @returns {string} A string representing the project.
|
1443
1453
|
*/
|
1444
|
-
|
1445
|
-
return this.pathTemplates.
|
1454
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
|
1455
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).project;
|
1446
1456
|
}
|
1447
1457
|
/**
|
1448
|
-
* Parse the location from
|
1458
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1449
1459
|
*
|
1450
|
-
* @param {string}
|
1451
|
-
* A fully-qualified path representing
|
1460
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1461
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1452
1462
|
* @returns {string} A string representing the location.
|
1453
1463
|
*/
|
1454
|
-
|
1455
|
-
return this.pathTemplates.
|
1464
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
|
1465
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).location;
|
1456
1466
|
}
|
1457
1467
|
/**
|
1458
|
-
* Parse the collection from
|
1468
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1459
1469
|
*
|
1460
|
-
* @param {string}
|
1461
|
-
* A fully-qualified path representing
|
1470
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1471
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1462
1472
|
* @returns {string} A string representing the collection.
|
1463
1473
|
*/
|
1464
|
-
|
1465
|
-
return this.pathTemplates.
|
1474
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
|
1475
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).collection;
|
1466
1476
|
}
|
1467
1477
|
/**
|
1468
|
-
* Parse the data_store from
|
1478
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1469
1479
|
*
|
1470
|
-
* @param {string}
|
1471
|
-
* A fully-qualified path representing
|
1480
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1481
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1472
1482
|
* @returns {string} A string representing the data_store.
|
1473
1483
|
*/
|
1474
|
-
|
1475
|
-
return this.pathTemplates.
|
1484
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
|
1485
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).data_store;
|
1476
1486
|
}
|
1477
1487
|
/**
|
1478
|
-
* Parse the session from
|
1488
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1479
1489
|
*
|
1480
|
-
* @param {string}
|
1481
|
-
* A fully-qualified path representing
|
1490
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1491
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1482
1492
|
* @returns {string} A string representing the session.
|
1483
1493
|
*/
|
1484
|
-
|
1485
|
-
return this.pathTemplates.
|
1486
|
-
}
|
1487
|
-
/**
|
1488
|
-
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1489
|
-
*
|
1490
|
-
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1491
|
-
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1492
|
-
* @returns {string} A string representing the answer.
|
1493
|
-
*/
|
1494
|
-
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1495
|
-
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).answer;
|
1494
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
|
1495
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).session;
|
1496
1496
|
}
|
1497
1497
|
/**
|
1498
1498
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
@@ -1828,154 +1828,154 @@ class ChunkServiceClient {
|
|
1828
1828
|
return this.pathTemplates.projectLocationCollectionEngineServingConfigPathTemplate.match(projectLocationCollectionEngineServingConfigName).serving_config;
|
1829
1829
|
}
|
1830
1830
|
/**
|
1831
|
-
* Return a fully-qualified
|
1831
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1832
1832
|
*
|
1833
1833
|
* @param {string} project
|
1834
1834
|
* @param {string} location
|
1835
1835
|
* @param {string} collection
|
1836
1836
|
* @param {string} engine
|
1837
1837
|
* @param {string} session
|
1838
|
+
* @param {string} answer
|
1838
1839
|
* @returns {string} Resource name string.
|
1839
1840
|
*/
|
1840
|
-
|
1841
|
-
return this.pathTemplates.
|
1841
|
+
projectLocationCollectionEngineSessionAnswerPath(project, location, collection, engine, session, answer) {
|
1842
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.render({
|
1842
1843
|
project: project,
|
1843
1844
|
location: location,
|
1844
1845
|
collection: collection,
|
1845
1846
|
engine: engine,
|
1846
1847
|
session: session,
|
1848
|
+
answer: answer,
|
1847
1849
|
});
|
1848
1850
|
}
|
1849
1851
|
/**
|
1850
|
-
* Parse the project from
|
1852
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1851
1853
|
*
|
1852
|
-
* @param {string}
|
1853
|
-
* A fully-qualified path representing
|
1854
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1855
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1854
1856
|
* @returns {string} A string representing the project.
|
1855
1857
|
*/
|
1856
|
-
|
1857
|
-
return this.pathTemplates.
|
1858
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1859
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).project;
|
1858
1860
|
}
|
1859
1861
|
/**
|
1860
|
-
* Parse the location from
|
1862
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1861
1863
|
*
|
1862
|
-
* @param {string}
|
1863
|
-
* A fully-qualified path representing
|
1864
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1865
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1864
1866
|
* @returns {string} A string representing the location.
|
1865
1867
|
*/
|
1866
|
-
|
1867
|
-
return this.pathTemplates.
|
1868
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1869
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).location;
|
1868
1870
|
}
|
1869
1871
|
/**
|
1870
|
-
* Parse the collection from
|
1872
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1871
1873
|
*
|
1872
|
-
* @param {string}
|
1873
|
-
* A fully-qualified path representing
|
1874
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1875
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1874
1876
|
* @returns {string} A string representing the collection.
|
1875
1877
|
*/
|
1876
|
-
|
1877
|
-
return this.pathTemplates.
|
1878
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1879
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).collection;
|
1878
1880
|
}
|
1879
1881
|
/**
|
1880
|
-
* Parse the engine from
|
1882
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1881
1883
|
*
|
1882
|
-
* @param {string}
|
1883
|
-
* A fully-qualified path representing
|
1884
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1885
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1884
1886
|
* @returns {string} A string representing the engine.
|
1885
1887
|
*/
|
1886
|
-
|
1887
|
-
return this.pathTemplates.
|
1888
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1889
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).engine;
|
1888
1890
|
}
|
1889
1891
|
/**
|
1890
|
-
* Parse the session from
|
1892
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1891
1893
|
*
|
1892
|
-
* @param {string}
|
1893
|
-
* A fully-qualified path representing
|
1894
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1895
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1894
1896
|
* @returns {string} A string representing the session.
|
1895
1897
|
*/
|
1896
|
-
|
1897
|
-
return this.pathTemplates.
|
1898
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1899
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).session;
|
1898
1900
|
}
|
1899
1901
|
/**
|
1900
|
-
*
|
1902
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1903
|
+
*
|
1904
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1905
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1906
|
+
* @returns {string} A string representing the answer.
|
1907
|
+
*/
|
1908
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1909
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).answer;
|
1910
|
+
}
|
1911
|
+
/**
|
1912
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1901
1913
|
*
|
1902
1914
|
* @param {string} project
|
1903
1915
|
* @param {string} location
|
1904
1916
|
* @param {string} collection
|
1905
1917
|
* @param {string} engine
|
1906
1918
|
* @param {string} session
|
1907
|
-
* @param {string} answer
|
1908
1919
|
* @returns {string} Resource name string.
|
1909
1920
|
*/
|
1910
|
-
|
1911
|
-
return this.pathTemplates.
|
1921
|
+
projectLocationCollectionEngineSessionsPath(project, location, collection, engine, session) {
|
1922
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.render({
|
1912
1923
|
project: project,
|
1913
1924
|
location: location,
|
1914
1925
|
collection: collection,
|
1915
1926
|
engine: engine,
|
1916
1927
|
session: session,
|
1917
|
-
answer: answer,
|
1918
1928
|
});
|
1919
1929
|
}
|
1920
1930
|
/**
|
1921
|
-
* Parse the project from
|
1931
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1922
1932
|
*
|
1923
|
-
* @param {string}
|
1924
|
-
* A fully-qualified path representing
|
1933
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1934
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1925
1935
|
* @returns {string} A string representing the project.
|
1926
1936
|
*/
|
1927
|
-
|
1928
|
-
return this.pathTemplates.
|
1937
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
|
1938
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).project;
|
1929
1939
|
}
|
1930
1940
|
/**
|
1931
|
-
* Parse the location from
|
1941
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1932
1942
|
*
|
1933
|
-
* @param {string}
|
1934
|
-
* A fully-qualified path representing
|
1943
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1944
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1935
1945
|
* @returns {string} A string representing the location.
|
1936
1946
|
*/
|
1937
|
-
|
1938
|
-
return this.pathTemplates.
|
1947
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
|
1948
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).location;
|
1939
1949
|
}
|
1940
1950
|
/**
|
1941
|
-
* Parse the collection from
|
1951
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1942
1952
|
*
|
1943
|
-
* @param {string}
|
1944
|
-
* A fully-qualified path representing
|
1953
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1954
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1945
1955
|
* @returns {string} A string representing the collection.
|
1946
1956
|
*/
|
1947
|
-
|
1948
|
-
return this.pathTemplates.
|
1957
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
|
1958
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).collection;
|
1949
1959
|
}
|
1950
1960
|
/**
|
1951
|
-
* Parse the engine from
|
1961
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1952
1962
|
*
|
1953
|
-
* @param {string}
|
1954
|
-
* A fully-qualified path representing
|
1963
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1964
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1955
1965
|
* @returns {string} A string representing the engine.
|
1956
1966
|
*/
|
1957
|
-
|
1958
|
-
return this.pathTemplates.
|
1967
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
|
1968
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).engine;
|
1959
1969
|
}
|
1960
1970
|
/**
|
1961
|
-
* Parse the session from
|
1971
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1962
1972
|
*
|
1963
|
-
* @param {string}
|
1964
|
-
* A fully-qualified path representing
|
1973
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1974
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1965
1975
|
* @returns {string} A string representing the session.
|
1966
1976
|
*/
|
1967
|
-
|
1968
|
-
return this.pathTemplates.
|
1969
|
-
}
|
1970
|
-
/**
|
1971
|
-
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1972
|
-
*
|
1973
|
-
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1974
|
-
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1975
|
-
* @returns {string} A string representing the answer.
|
1976
|
-
*/
|
1977
|
-
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1978
|
-
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).answer;
|
1977
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
|
1978
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).session;
|
1979
1979
|
}
|
1980
1980
|
/**
|
1981
1981
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
@@ -2502,63 +2502,6 @@ class ChunkServiceClient {
|
|
2502
2502
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName) {
|
2503
2503
|
return this.pathTemplates.projectLocationDataStoreServingConfigPathTemplate.match(projectLocationDataStoreServingConfigName).serving_config;
|
2504
2504
|
}
|
2505
|
-
/**
|
2506
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
2507
|
-
*
|
2508
|
-
* @param {string} project
|
2509
|
-
* @param {string} location
|
2510
|
-
* @param {string} data_store
|
2511
|
-
* @param {string} session
|
2512
|
-
* @returns {string} Resource name string.
|
2513
|
-
*/
|
2514
|
-
projectLocationDataStoreSessionPath(project, location, dataStore, session) {
|
2515
|
-
return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.render({
|
2516
|
-
project: project,
|
2517
|
-
location: location,
|
2518
|
-
data_store: dataStore,
|
2519
|
-
session: session,
|
2520
|
-
});
|
2521
|
-
}
|
2522
|
-
/**
|
2523
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
2524
|
-
*
|
2525
|
-
* @param {string} projectLocationDataStoreSessionName
|
2526
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2527
|
-
* @returns {string} A string representing the project.
|
2528
|
-
*/
|
2529
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName) {
|
2530
|
-
return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.match(projectLocationDataStoreSessionName).project;
|
2531
|
-
}
|
2532
|
-
/**
|
2533
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
2534
|
-
*
|
2535
|
-
* @param {string} projectLocationDataStoreSessionName
|
2536
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2537
|
-
* @returns {string} A string representing the location.
|
2538
|
-
*/
|
2539
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName) {
|
2540
|
-
return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.match(projectLocationDataStoreSessionName).location;
|
2541
|
-
}
|
2542
|
-
/**
|
2543
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
2544
|
-
*
|
2545
|
-
* @param {string} projectLocationDataStoreSessionName
|
2546
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2547
|
-
* @returns {string} A string representing the data_store.
|
2548
|
-
*/
|
2549
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName) {
|
2550
|
-
return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.match(projectLocationDataStoreSessionName).data_store;
|
2551
|
-
}
|
2552
|
-
/**
|
2553
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
2554
|
-
*
|
2555
|
-
* @param {string} projectLocationDataStoreSessionName
|
2556
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2557
|
-
* @returns {string} A string representing the session.
|
2558
|
-
*/
|
2559
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName) {
|
2560
|
-
return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.match(projectLocationDataStoreSessionName).session;
|
2561
|
-
}
|
2562
2505
|
/**
|
2563
2506
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2564
2507
|
*
|
@@ -2628,6 +2571,63 @@ class ChunkServiceClient {
|
|
2628
2571
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName) {
|
2629
2572
|
return this.pathTemplates.projectLocationDataStoreSessionAnswerPathTemplate.match(projectLocationDataStoreSessionAnswerName).answer;
|
2630
2573
|
}
|
2574
|
+
/**
|
2575
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2576
|
+
*
|
2577
|
+
* @param {string} project
|
2578
|
+
* @param {string} location
|
2579
|
+
* @param {string} data_store
|
2580
|
+
* @param {string} session
|
2581
|
+
* @returns {string} Resource name string.
|
2582
|
+
*/
|
2583
|
+
projectLocationDataStoreSessionsPath(project, location, dataStore, session) {
|
2584
|
+
return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.render({
|
2585
|
+
project: project,
|
2586
|
+
location: location,
|
2587
|
+
data_store: dataStore,
|
2588
|
+
session: session,
|
2589
|
+
});
|
2590
|
+
}
|
2591
|
+
/**
|
2592
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2593
|
+
*
|
2594
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2595
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2596
|
+
* @returns {string} A string representing the project.
|
2597
|
+
*/
|
2598
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName) {
|
2599
|
+
return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.match(projectLocationDataStoreSessionsName).project;
|
2600
|
+
}
|
2601
|
+
/**
|
2602
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2603
|
+
*
|
2604
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2605
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2606
|
+
* @returns {string} A string representing the location.
|
2607
|
+
*/
|
2608
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName) {
|
2609
|
+
return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.match(projectLocationDataStoreSessionsName).location;
|
2610
|
+
}
|
2611
|
+
/**
|
2612
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2613
|
+
*
|
2614
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2615
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2616
|
+
* @returns {string} A string representing the data_store.
|
2617
|
+
*/
|
2618
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName) {
|
2619
|
+
return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.match(projectLocationDataStoreSessionsName).data_store;
|
2620
|
+
}
|
2621
|
+
/**
|
2622
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2623
|
+
*
|
2624
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2625
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2626
|
+
* @returns {string} A string representing the session.
|
2627
|
+
*/
|
2628
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName) {
|
2629
|
+
return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.match(projectLocationDataStoreSessionsName).session;
|
2630
|
+
}
|
2631
2631
|
/**
|
2632
2632
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
2633
2633
|
*
|
@@ -41,6 +41,7 @@
|
|
41
41
|
"../../protos/google/cloud/discoveryengine/v1alpha/serving_config.proto",
|
42
42
|
"../../protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto",
|
43
43
|
"../../protos/google/cloud/discoveryengine/v1alpha/session.proto",
|
44
|
+
"../../protos/google/cloud/discoveryengine/v1alpha/session_service.proto",
|
44
45
|
"../../protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto",
|
45
46
|
"../../protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto",
|
46
47
|
"../../protos/google/cloud/discoveryengine/v1alpha/user_event.proto",
|