Class BatchCreateTargetSitesRequest (0.11.11)

BatchCreateTargetSitesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for SiteSearchEngineService.BatchCreateTargetSites method.

Attributes

NameDescription
parent str
Required. The parent resource shared by all TargetSites being created. projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine. The parent field in the CreateBookRequest messages must either be empty or match this field.
requests MutableSequence[google.cloud.discoveryengine_v1.types.CreateTargetSiteRequest]
Required. The request message specifying the resources to create. A maximum of 20 TargetSites can be created in a batch.