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.
Implements
IMessageCreateSitemapMetadata, IEquatableCreateSitemapMetadata, IDeepCloneableCreateSitemapMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
CreateSitemapMetadata()
public CreateSitemapMetadata()
CreateSitemapMetadata(CreateSitemapMetadata)
public CreateSitemapMetadata(CreateSitemapMetadata other)
Parameter | |
---|---|
Name | Description |
other |
CreateSitemapMetadata |
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 |