public sealed class CreateSitemapMetadata : IMessage<CreateSitemapMetadata>, IEquatable<CreateSitemapMetadata>, IDeepCloneable<CreateSitemapMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class CreateSitemapMetadata.
Metadata related to the progress of the
[SiteSearchEngineService.CreateSitemap][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.CreateSitemap]
operation. This will be returned by the google.longrunning.Operation.metadata
field.
[[["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."],[[["`CreateSitemapMetadata` is a class in the Discovery Engine v1beta API, specifically in the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, used for handling metadata related to the `SiteSearchEngineService.CreateSitemap` operation."],["The class `CreateSitemapMetadata` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It is part of the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly and includes constructors for creating new instances and copying from existing `CreateSitemapMetadata` objects."],["The `CreateSitemapMetadata` class provides properties for tracking operation timestamps, specifically `CreateTime` for the operation start and `UpdateTime` for the last update or completion time, both of which use the `Timestamp` type."],["This class serves as the metadata structure returned by `google.longrunning.Operation.metadata` for the `CreateSitemap` function."]]],[]]