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 documentation is for the `BatchCreateTargetSitesResponse` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["The `BatchCreateTargetSitesResponse` class serves as the response message for the `SiteSearchEngineService.BatchCreateTargetSites` method, part of the Discovery Engine API."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes a `TargetSites` property, which is a repeated field of `TargetSite` objects, representing the created target sites."],["The documentation details two constructors for the `BatchCreateTargetSitesResponse` class, a default constructor, and one that takes another `BatchCreateTargetSitesResponse` as a parameter."]]],[]]