public sealed class BatchCreateTargetSitesResponse : IMessage<BatchCreateTargetSitesResponse>, IEquatable<BatchCreateTargetSitesResponse>, IDeepCloneable<BatchCreateTargetSitesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class BatchCreateTargetSitesResponse.
Response message for
[SiteSearchEngineService.BatchCreateTargetSites][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.BatchCreateTargetSites]
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-21 UTC."],[[["This document provides reference documentation for the `BatchCreateTargetSitesResponse` class within the Discovery Engine v1beta API."],["`BatchCreateTargetSitesResponse` is a response message used by the `SiteSearchEngineService.BatchCreateTargetSites` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TargetSites` property of `BatchCreateTargetSitesResponse` is a `RepeatedField` that holds the created target sites."],["The class has two constructors, one to create a new object and one to create one from an existing object."]]],[]]