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 API endpoint facilitates the batch creation of `TargetSite` resources within a specified parent resource, using a `POST` request to the given URL."],["The request body must adhere to a defined JSON structure that includes an array of `CreateTargetSiteRequest` objects, with each defining the `TargetSite` to be created."],["Each `CreateTargetSiteRequest` must contain a parent resource path and the `TargetSite` object for creation."],["The operation requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `discoveryengine.targetSites.batchCreate` IAM permission."],["Up to 20 `TargetSites` can be created in a single batch request, which upon success, will return an instance of `Operation` within the response body."]]],[]]