Required. The parent resource shared by all TargetSites being created. projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/siteSearchEngine. The parent field in the CreateBookRequest messages must either be empty or match this field.
Request body
The request body contains data with the following structure:
Required. Parent resource name of TargetSite, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/siteSearchEngine.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["This endpoint enables batch creation of `TargetSite` resources within a specified `siteSearchEngine` in Google Cloud."],["The HTTP request is a POST operation to a URL that utilizes gRPC Transcoding syntax and requires a `parent` path parameter to identify the siteSearchEngine."],["The request body must contain a JSON object with an array of `CreateTargetSiteRequest` objects, with a maximum of 20 `TargetSites` creatable in one request."],["Successful requests will return an `Operation` instance in the response body and require the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `discoveryengine.targetSites.batchCreate` IAM permission."],["`CreateTargetSiteRequest` is used to define a single target site to create, containing both the `parent` resource name, and the TargetSite details to be created."]]],[]]