public sealed class SiteVerificationInfo : IMessage<SiteVerificationInfo>, IEquatable<SiteVerificationInfo>, IDeepCloneable<SiteVerificationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SiteVerificationInfo.
Verification information for target sites in advanced site search.
[[["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."],[[["The `SiteVerificationInfo` class, part of the Discovery Engine v1beta API, provides verification details for target sites in advanced site search."],["This class, found in version 1.0.0-beta17 of the Google.Cloud.DiscoveryEngine.V1Beta namespace, inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It includes properties like `SiteVerificationState`, which indicates the ownership and validity of the site, and `VerifyTime`, which signifies the latest verification timestamp."],["Two constructors are available: a default constructor and one that accepts another `SiteVerificationInfo` instance for creating copies."],["The `SiteVerificationInfo` class is part of the assembly `Google.Cloud.DiscoveryEngine.V1Beta.dll`."]]],[]]