@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
@@ -175,15 +175,15 @@ class AclConfigServiceClient {
|
|
175
175
|
projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
|
176
176
|
projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
|
177
177
|
projectLocationCollectionDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}'),
|
178
|
-
projectLocationCollectionDataStoreSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}'),
|
179
178
|
projectLocationCollectionDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
|
179
|
+
projectLocationCollectionDataStoreSessionsPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}'),
|
180
180
|
projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
|
181
181
|
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
|
182
182
|
projectLocationCollectionEngineControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}'),
|
183
183
|
projectLocationCollectionEngineConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/conversations/{conversation}'),
|
184
184
|
projectLocationCollectionEngineServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}'),
|
185
|
-
projectLocationCollectionEngineSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}'),
|
186
185
|
projectLocationCollectionEngineSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/answers/{answer}'),
|
186
|
+
projectLocationCollectionEngineSessionsPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}'),
|
187
187
|
projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
|
188
188
|
projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
|
189
189
|
projectLocationDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
|
@@ -193,8 +193,8 @@ class AclConfigServiceClient {
|
|
193
193
|
projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
|
194
194
|
projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
|
195
195
|
projectLocationDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}'),
|
196
|
-
projectLocationDataStoreSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}'),
|
197
196
|
projectLocationDataStoreSessionAnswerPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}/answers/{answer}'),
|
197
|
+
projectLocationDataStoreSessionsPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}'),
|
198
198
|
projectLocationDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine'),
|
199
199
|
projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
|
200
200
|
sampleQueryPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}'),
|
@@ -1230,154 +1230,154 @@ class AclConfigServiceClient {
|
|
1230
1230
|
return this.pathTemplates.projectLocationCollectionDataStoreServingConfigPathTemplate.match(projectLocationCollectionDataStoreServingConfigName).serving_config;
|
1231
1231
|
}
|
1232
1232
|
/**
|
1233
|
-
* Return a fully-qualified
|
1233
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1234
1234
|
*
|
1235
1235
|
* @param {string} project
|
1236
1236
|
* @param {string} location
|
1237
1237
|
* @param {string} collection
|
1238
1238
|
* @param {string} data_store
|
1239
1239
|
* @param {string} session
|
1240
|
+
* @param {string} answer
|
1240
1241
|
* @returns {string} Resource name string.
|
1241
1242
|
*/
|
1242
|
-
|
1243
|
-
return this.pathTemplates.
|
1243
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project, location, collection, dataStore, session, answer) {
|
1244
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.render({
|
1244
1245
|
project: project,
|
1245
1246
|
location: location,
|
1246
1247
|
collection: collection,
|
1247
1248
|
data_store: dataStore,
|
1248
1249
|
session: session,
|
1250
|
+
answer: answer,
|
1249
1251
|
});
|
1250
1252
|
}
|
1251
1253
|
/**
|
1252
|
-
* Parse the project from
|
1254
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1253
1255
|
*
|
1254
|
-
* @param {string}
|
1255
|
-
* A fully-qualified path representing
|
1256
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1257
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1256
1258
|
* @returns {string} A string representing the project.
|
1257
1259
|
*/
|
1258
|
-
|
1259
|
-
return this.pathTemplates.
|
1260
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1261
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).project;
|
1260
1262
|
}
|
1261
1263
|
/**
|
1262
|
-
* Parse the location from
|
1264
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1263
1265
|
*
|
1264
|
-
* @param {string}
|
1265
|
-
* A fully-qualified path representing
|
1266
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1267
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1266
1268
|
* @returns {string} A string representing the location.
|
1267
1269
|
*/
|
1268
|
-
|
1269
|
-
return this.pathTemplates.
|
1270
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1271
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).location;
|
1270
1272
|
}
|
1271
1273
|
/**
|
1272
|
-
* Parse the collection from
|
1274
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1273
1275
|
*
|
1274
|
-
* @param {string}
|
1275
|
-
* A fully-qualified path representing
|
1276
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1277
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1276
1278
|
* @returns {string} A string representing the collection.
|
1277
1279
|
*/
|
1278
|
-
|
1279
|
-
return this.pathTemplates.
|
1280
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1281
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).collection;
|
1280
1282
|
}
|
1281
1283
|
/**
|
1282
|
-
* Parse the data_store from
|
1284
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1283
1285
|
*
|
1284
|
-
* @param {string}
|
1285
|
-
* A fully-qualified path representing
|
1286
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1287
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1286
1288
|
* @returns {string} A string representing the data_store.
|
1287
1289
|
*/
|
1288
|
-
|
1289
|
-
return this.pathTemplates.
|
1290
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1291
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).data_store;
|
1290
1292
|
}
|
1291
1293
|
/**
|
1292
|
-
* Parse the session from
|
1294
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1293
1295
|
*
|
1294
|
-
* @param {string}
|
1295
|
-
* A fully-qualified path representing
|
1296
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1297
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1296
1298
|
* @returns {string} A string representing the session.
|
1297
1299
|
*/
|
1298
|
-
|
1299
|
-
return this.pathTemplates.
|
1300
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1301
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).session;
|
1300
1302
|
}
|
1301
1303
|
/**
|
1302
|
-
*
|
1304
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1305
|
+
*
|
1306
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1307
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1308
|
+
* @returns {string} A string representing the answer.
|
1309
|
+
*/
|
1310
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1311
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).answer;
|
1312
|
+
}
|
1313
|
+
/**
|
1314
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1303
1315
|
*
|
1304
1316
|
* @param {string} project
|
1305
1317
|
* @param {string} location
|
1306
1318
|
* @param {string} collection
|
1307
1319
|
* @param {string} data_store
|
1308
1320
|
* @param {string} session
|
1309
|
-
* @param {string} answer
|
1310
1321
|
* @returns {string} Resource name string.
|
1311
1322
|
*/
|
1312
|
-
|
1313
|
-
return this.pathTemplates.
|
1323
|
+
projectLocationCollectionDataStoreSessionsPath(project, location, collection, dataStore, session) {
|
1324
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.render({
|
1314
1325
|
project: project,
|
1315
1326
|
location: location,
|
1316
1327
|
collection: collection,
|
1317
1328
|
data_store: dataStore,
|
1318
1329
|
session: session,
|
1319
|
-
answer: answer,
|
1320
1330
|
});
|
1321
1331
|
}
|
1322
1332
|
/**
|
1323
|
-
* Parse the project from
|
1333
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1324
1334
|
*
|
1325
|
-
* @param {string}
|
1326
|
-
* A fully-qualified path representing
|
1335
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1336
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1327
1337
|
* @returns {string} A string representing the project.
|
1328
1338
|
*/
|
1329
|
-
|
1330
|
-
return this.pathTemplates.
|
1339
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
|
1340
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).project;
|
1331
1341
|
}
|
1332
1342
|
/**
|
1333
|
-
* Parse the location from
|
1343
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1334
1344
|
*
|
1335
|
-
* @param {string}
|
1336
|
-
* A fully-qualified path representing
|
1345
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1346
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1337
1347
|
* @returns {string} A string representing the location.
|
1338
1348
|
*/
|
1339
|
-
|
1340
|
-
return this.pathTemplates.
|
1349
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
|
1350
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).location;
|
1341
1351
|
}
|
1342
1352
|
/**
|
1343
|
-
* Parse the collection from
|
1353
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1344
1354
|
*
|
1345
|
-
* @param {string}
|
1346
|
-
* A fully-qualified path representing
|
1355
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1356
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1347
1357
|
* @returns {string} A string representing the collection.
|
1348
1358
|
*/
|
1349
|
-
|
1350
|
-
return this.pathTemplates.
|
1359
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
|
1360
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).collection;
|
1351
1361
|
}
|
1352
1362
|
/**
|
1353
|
-
* Parse the data_store from
|
1363
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1354
1364
|
*
|
1355
|
-
* @param {string}
|
1356
|
-
* A fully-qualified path representing
|
1365
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1366
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1357
1367
|
* @returns {string} A string representing the data_store.
|
1358
1368
|
*/
|
1359
|
-
|
1360
|
-
return this.pathTemplates.
|
1369
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
|
1370
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).data_store;
|
1361
1371
|
}
|
1362
1372
|
/**
|
1363
|
-
* Parse the session from
|
1373
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1364
1374
|
*
|
1365
|
-
* @param {string}
|
1366
|
-
* A fully-qualified path representing
|
1375
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1376
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1367
1377
|
* @returns {string} A string representing the session.
|
1368
1378
|
*/
|
1369
|
-
|
1370
|
-
return this.pathTemplates.
|
1371
|
-
}
|
1372
|
-
/**
|
1373
|
-
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1374
|
-
*
|
1375
|
-
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1376
|
-
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1377
|
-
* @returns {string} A string representing the answer.
|
1378
|
-
*/
|
1379
|
-
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName) {
|
1380
|
-
return this.pathTemplates.projectLocationCollectionDataStoreSessionAnswerPathTemplate.match(projectLocationCollectionDataStoreSessionAnswerName).answer;
|
1379
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName) {
|
1380
|
+
return this.pathTemplates.projectLocationCollectionDataStoreSessionsPathTemplate.match(projectLocationCollectionDataStoreSessionsName).session;
|
1381
1381
|
}
|
1382
1382
|
/**
|
1383
1383
|
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
@@ -1713,154 +1713,154 @@ class AclConfigServiceClient {
|
|
1713
1713
|
return this.pathTemplates.projectLocationCollectionEngineServingConfigPathTemplate.match(projectLocationCollectionEngineServingConfigName).serving_config;
|
1714
1714
|
}
|
1715
1715
|
/**
|
1716
|
-
* Return a fully-qualified
|
1716
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1717
1717
|
*
|
1718
1718
|
* @param {string} project
|
1719
1719
|
* @param {string} location
|
1720
1720
|
* @param {string} collection
|
1721
1721
|
* @param {string} engine
|
1722
1722
|
* @param {string} session
|
1723
|
+
* @param {string} answer
|
1723
1724
|
* @returns {string} Resource name string.
|
1724
1725
|
*/
|
1725
|
-
|
1726
|
-
return this.pathTemplates.
|
1726
|
+
projectLocationCollectionEngineSessionAnswerPath(project, location, collection, engine, session, answer) {
|
1727
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.render({
|
1727
1728
|
project: project,
|
1728
1729
|
location: location,
|
1729
1730
|
collection: collection,
|
1730
1731
|
engine: engine,
|
1731
1732
|
session: session,
|
1733
|
+
answer: answer,
|
1732
1734
|
});
|
1733
1735
|
}
|
1734
1736
|
/**
|
1735
|
-
* Parse the project from
|
1737
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1736
1738
|
*
|
1737
|
-
* @param {string}
|
1738
|
-
* A fully-qualified path representing
|
1739
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1740
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1739
1741
|
* @returns {string} A string representing the project.
|
1740
1742
|
*/
|
1741
|
-
|
1742
|
-
return this.pathTemplates.
|
1743
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1744
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).project;
|
1743
1745
|
}
|
1744
1746
|
/**
|
1745
|
-
* Parse the location from
|
1747
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1746
1748
|
*
|
1747
|
-
* @param {string}
|
1748
|
-
* A fully-qualified path representing
|
1749
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1750
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1749
1751
|
* @returns {string} A string representing the location.
|
1750
1752
|
*/
|
1751
|
-
|
1752
|
-
return this.pathTemplates.
|
1753
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1754
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).location;
|
1753
1755
|
}
|
1754
1756
|
/**
|
1755
|
-
* Parse the collection from
|
1757
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1756
1758
|
*
|
1757
|
-
* @param {string}
|
1758
|
-
* A fully-qualified path representing
|
1759
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1760
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1759
1761
|
* @returns {string} A string representing the collection.
|
1760
1762
|
*/
|
1761
|
-
|
1762
|
-
return this.pathTemplates.
|
1763
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1764
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).collection;
|
1763
1765
|
}
|
1764
1766
|
/**
|
1765
|
-
* Parse the engine from
|
1767
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1766
1768
|
*
|
1767
|
-
* @param {string}
|
1768
|
-
* A fully-qualified path representing
|
1769
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1770
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1769
1771
|
* @returns {string} A string representing the engine.
|
1770
1772
|
*/
|
1771
|
-
|
1772
|
-
return this.pathTemplates.
|
1773
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1774
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).engine;
|
1773
1775
|
}
|
1774
1776
|
/**
|
1775
|
-
* Parse the session from
|
1777
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1776
1778
|
*
|
1777
|
-
* @param {string}
|
1778
|
-
* A fully-qualified path representing
|
1779
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1780
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1779
1781
|
* @returns {string} A string representing the session.
|
1780
1782
|
*/
|
1781
|
-
|
1782
|
-
return this.pathTemplates.
|
1783
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1784
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).session;
|
1783
1785
|
}
|
1784
1786
|
/**
|
1785
|
-
*
|
1787
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1788
|
+
*
|
1789
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1790
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1791
|
+
* @returns {string} A string representing the answer.
|
1792
|
+
*/
|
1793
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1794
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).answer;
|
1795
|
+
}
|
1796
|
+
/**
|
1797
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1786
1798
|
*
|
1787
1799
|
* @param {string} project
|
1788
1800
|
* @param {string} location
|
1789
1801
|
* @param {string} collection
|
1790
1802
|
* @param {string} engine
|
1791
1803
|
* @param {string} session
|
1792
|
-
* @param {string} answer
|
1793
1804
|
* @returns {string} Resource name string.
|
1794
1805
|
*/
|
1795
|
-
|
1796
|
-
return this.pathTemplates.
|
1806
|
+
projectLocationCollectionEngineSessionsPath(project, location, collection, engine, session) {
|
1807
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.render({
|
1797
1808
|
project: project,
|
1798
1809
|
location: location,
|
1799
1810
|
collection: collection,
|
1800
1811
|
engine: engine,
|
1801
1812
|
session: session,
|
1802
|
-
answer: answer,
|
1803
1813
|
});
|
1804
1814
|
}
|
1805
1815
|
/**
|
1806
|
-
* Parse the project from
|
1816
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1807
1817
|
*
|
1808
|
-
* @param {string}
|
1809
|
-
* A fully-qualified path representing
|
1818
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1819
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1810
1820
|
* @returns {string} A string representing the project.
|
1811
1821
|
*/
|
1812
|
-
|
1813
|
-
return this.pathTemplates.
|
1822
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
|
1823
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).project;
|
1814
1824
|
}
|
1815
1825
|
/**
|
1816
|
-
* Parse the location from
|
1826
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1817
1827
|
*
|
1818
|
-
* @param {string}
|
1819
|
-
* A fully-qualified path representing
|
1828
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1829
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1820
1830
|
* @returns {string} A string representing the location.
|
1821
1831
|
*/
|
1822
|
-
|
1823
|
-
return this.pathTemplates.
|
1832
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
|
1833
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).location;
|
1824
1834
|
}
|
1825
1835
|
/**
|
1826
|
-
* Parse the collection from
|
1836
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1827
1837
|
*
|
1828
|
-
* @param {string}
|
1829
|
-
* A fully-qualified path representing
|
1838
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1839
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1830
1840
|
* @returns {string} A string representing the collection.
|
1831
1841
|
*/
|
1832
|
-
|
1833
|
-
return this.pathTemplates.
|
1842
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
|
1843
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).collection;
|
1834
1844
|
}
|
1835
1845
|
/**
|
1836
|
-
* Parse the engine from
|
1846
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1837
1847
|
*
|
1838
|
-
* @param {string}
|
1839
|
-
* A fully-qualified path representing
|
1848
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1849
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1840
1850
|
* @returns {string} A string representing the engine.
|
1841
1851
|
*/
|
1842
|
-
|
1843
|
-
return this.pathTemplates.
|
1852
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
|
1853
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).engine;
|
1844
1854
|
}
|
1845
1855
|
/**
|
1846
|
-
* Parse the session from
|
1856
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1847
1857
|
*
|
1848
|
-
* @param {string}
|
1849
|
-
* A fully-qualified path representing
|
1858
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1859
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1850
1860
|
* @returns {string} A string representing the session.
|
1851
1861
|
*/
|
1852
|
-
|
1853
|
-
return this.pathTemplates.
|
1854
|
-
}
|
1855
|
-
/**
|
1856
|
-
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1857
|
-
*
|
1858
|
-
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1859
|
-
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1860
|
-
* @returns {string} A string representing the answer.
|
1861
|
-
*/
|
1862
|
-
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName) {
|
1863
|
-
return this.pathTemplates.projectLocationCollectionEngineSessionAnswerPathTemplate.match(projectLocationCollectionEngineSessionAnswerName).answer;
|
1862
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName) {
|
1863
|
+
return this.pathTemplates.projectLocationCollectionEngineSessionsPathTemplate.match(projectLocationCollectionEngineSessionsName).session;
|
1864
1864
|
}
|
1865
1865
|
/**
|
1866
1866
|
* Return a fully-qualified projectLocationDataStore resource name string.
|
@@ -2387,63 +2387,6 @@ class AclConfigServiceClient {
|
|
2387
2387
|
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName) {
|
2388
2388
|
return this.pathTemplates.projectLocationDataStoreServingConfigPathTemplate.match(projectLocationDataStoreServingConfigName).serving_config;
|
2389
2389
|
}
|
2390
|
-
/**
|
2391
|
-
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
2392
|
-
*
|
2393
|
-
* @param {string} project
|
2394
|
-
* @param {string} location
|
2395
|
-
* @param {string} data_store
|
2396
|
-
* @param {string} session
|
2397
|
-
* @returns {string} Resource name string.
|
2398
|
-
*/
|
2399
|
-
projectLocationDataStoreSessionPath(project, location, dataStore, session) {
|
2400
|
-
return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.render({
|
2401
|
-
project: project,
|
2402
|
-
location: location,
|
2403
|
-
data_store: dataStore,
|
2404
|
-
session: session,
|
2405
|
-
});
|
2406
|
-
}
|
2407
|
-
/**
|
2408
|
-
* Parse the project from ProjectLocationDataStoreSession resource.
|
2409
|
-
*
|
2410
|
-
* @param {string} projectLocationDataStoreSessionName
|
2411
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2412
|
-
* @returns {string} A string representing the project.
|
2413
|
-
*/
|
2414
|
-
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName) {
|
2415
|
-
return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.match(projectLocationDataStoreSessionName).project;
|
2416
|
-
}
|
2417
|
-
/**
|
2418
|
-
* Parse the location from ProjectLocationDataStoreSession resource.
|
2419
|
-
*
|
2420
|
-
* @param {string} projectLocationDataStoreSessionName
|
2421
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2422
|
-
* @returns {string} A string representing the location.
|
2423
|
-
*/
|
2424
|
-
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName) {
|
2425
|
-
return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.match(projectLocationDataStoreSessionName).location;
|
2426
|
-
}
|
2427
|
-
/**
|
2428
|
-
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
2429
|
-
*
|
2430
|
-
* @param {string} projectLocationDataStoreSessionName
|
2431
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2432
|
-
* @returns {string} A string representing the data_store.
|
2433
|
-
*/
|
2434
|
-
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName) {
|
2435
|
-
return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.match(projectLocationDataStoreSessionName).data_store;
|
2436
|
-
}
|
2437
|
-
/**
|
2438
|
-
* Parse the session from ProjectLocationDataStoreSession resource.
|
2439
|
-
*
|
2440
|
-
* @param {string} projectLocationDataStoreSessionName
|
2441
|
-
* A fully-qualified path representing project_location_data_store_session resource.
|
2442
|
-
* @returns {string} A string representing the session.
|
2443
|
-
*/
|
2444
|
-
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName) {
|
2445
|
-
return this.pathTemplates.projectLocationDataStoreSessionPathTemplate.match(projectLocationDataStoreSessionName).session;
|
2446
|
-
}
|
2447
2390
|
/**
|
2448
2391
|
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2449
2392
|
*
|
@@ -2513,6 +2456,63 @@ class AclConfigServiceClient {
|
|
2513
2456
|
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName) {
|
2514
2457
|
return this.pathTemplates.projectLocationDataStoreSessionAnswerPathTemplate.match(projectLocationDataStoreSessionAnswerName).answer;
|
2515
2458
|
}
|
2459
|
+
/**
|
2460
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2461
|
+
*
|
2462
|
+
* @param {string} project
|
2463
|
+
* @param {string} location
|
2464
|
+
* @param {string} data_store
|
2465
|
+
* @param {string} session
|
2466
|
+
* @returns {string} Resource name string.
|
2467
|
+
*/
|
2468
|
+
projectLocationDataStoreSessionsPath(project, location, dataStore, session) {
|
2469
|
+
return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.render({
|
2470
|
+
project: project,
|
2471
|
+
location: location,
|
2472
|
+
data_store: dataStore,
|
2473
|
+
session: session,
|
2474
|
+
});
|
2475
|
+
}
|
2476
|
+
/**
|
2477
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2478
|
+
*
|
2479
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2480
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2481
|
+
* @returns {string} A string representing the project.
|
2482
|
+
*/
|
2483
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName) {
|
2484
|
+
return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.match(projectLocationDataStoreSessionsName).project;
|
2485
|
+
}
|
2486
|
+
/**
|
2487
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2488
|
+
*
|
2489
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2490
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2491
|
+
* @returns {string} A string representing the location.
|
2492
|
+
*/
|
2493
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName) {
|
2494
|
+
return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.match(projectLocationDataStoreSessionsName).location;
|
2495
|
+
}
|
2496
|
+
/**
|
2497
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2498
|
+
*
|
2499
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2500
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2501
|
+
* @returns {string} A string representing the data_store.
|
2502
|
+
*/
|
2503
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName) {
|
2504
|
+
return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.match(projectLocationDataStoreSessionsName).data_store;
|
2505
|
+
}
|
2506
|
+
/**
|
2507
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2508
|
+
*
|
2509
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2510
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2511
|
+
* @returns {string} A string representing the session.
|
2512
|
+
*/
|
2513
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName) {
|
2514
|
+
return this.pathTemplates.projectLocationDataStoreSessionsPathTemplate.match(projectLocationDataStoreSessionsName).session;
|
2515
|
+
}
|
2516
2516
|
/**
|
2517
2517
|
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
2518
2518
|
*
|
@@ -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",
|