public sealed class DeleteSitemapMetadata : IMessage<DeleteSitemapMetadata>, IEquatable<DeleteSitemapMetadata>, IDeepCloneable<DeleteSitemapMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class DeleteSitemapMetadata.
Metadata related to the progress of the [SiteSearchEngineService.DeleteSitemap][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.DeleteSitemap] operation. This will be returned by the google.longrunning.Operation.metadata field.
Implements
IMessageDeleteSitemapMetadata, IEquatableDeleteSitemapMetadata, IDeepCloneableDeleteSitemapMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
DeleteSitemapMetadata()
public DeleteSitemapMetadata()
DeleteSitemapMetadata(DeleteSitemapMetadata)
public DeleteSitemapMetadata(DeleteSitemapMetadata other)
Parameter | |
---|---|
Name | Description |
other |
DeleteSitemapMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Operation create time.
Property Value | |
---|---|
Type | Description |
Timestamp |
UpdateTime
public Timestamp UpdateTime { get; set; }
Operation last update time. If the operation is done, this is also the finish time.
Property Value | |
---|---|
Type | Description |
Timestamp |