public sealed class BatchVerifyTargetSitesResponse : IMessage<BatchVerifyTargetSitesResponse>, IEquatable<BatchVerifyTargetSitesResponse>, IDeepCloneable<BatchVerifyTargetSitesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class BatchVerifyTargetSitesResponse.
Response message for
[SiteSearchEngineService.BatchVerifyTargetSites][google.cloud.discoveryengine.v1.SiteSearchEngineService.BatchVerifyTargetSites]
method.
[[["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-31 UTC."],[[["The latest version of the `BatchVerifyTargetSitesResponse` class is 1.6.0, and the documentation provides links to various prior versions, down to 1.0.0-beta06."],["`BatchVerifyTargetSitesResponse` is a class in the `Google.Cloud.DiscoveryEngine.V1` namespace and is part of the Discovery Engine v1 API."],["This class serves as the response message for the `SiteSearchEngineService.BatchVerifyTargetSites` method within the API."],["The `BatchVerifyTargetSitesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for message handling, equality comparison, deep cloning, and buffer management."],["The class inherits from the base `object` class, as well as providing two constructors, one default and another to clone another instance of the same class."]]],[]]