public sealed class BatchVerifyTargetSitesRequest : IMessage<BatchVerifyTargetSitesRequest>, IEquatable<BatchVerifyTargetSitesRequest>, IDeepCloneable<BatchVerifyTargetSitesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class BatchVerifyTargetSitesRequest.
Request message for
[SiteSearchEngineService.BatchVerifyTargetSites][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.BatchVerifyTargetSites]
method.
Required. The parent resource shared by all TargetSites being verified.
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/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-03-21 UTC."],[[["This documentation covers the `BatchVerifyTargetSitesRequest` class, which is part of the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["`BatchVerifyTargetSitesRequest` is a request message used with the `SiteSearchEngineService.BatchVerifyTargetSites` method for verifying multiple target sites."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It has two constructors, a default constructor and one that accepts another `BatchVerifyTargetSitesRequest` instance, as well as properties for setting the Parent and ParentAsSiteSearchEngineName."],["The Parent property is used to identify the parent resource for the sites being verified, and it is required and follows a specific format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine`."]]],[]]