Discovery Engine v1 API - Class BatchCreateTargetSiteMetadata (1.1.0)

public sealed class BatchCreateTargetSiteMetadata : IMessage<BatchCreateTargetSiteMetadata>, IEquatable<BatchCreateTargetSiteMetadata>, IDeepCloneable<BatchCreateTargetSiteMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class BatchCreateTargetSiteMetadata.

Metadata related to the progress of the [SiteSearchEngineService.BatchCreateTargetSites][google.cloud.discoveryengine.v1.SiteSearchEngineService.BatchCreateTargetSites] operation. This will be returned by the google.longrunning.Operation.metadata field.

Inheritance

object > BatchCreateTargetSiteMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

BatchCreateTargetSiteMetadata()

public BatchCreateTargetSiteMetadata()

BatchCreateTargetSiteMetadata(BatchCreateTargetSiteMetadata)

public BatchCreateTargetSiteMetadata(BatchCreateTargetSiteMetadata other)
Parameter
Name Description
other BatchCreateTargetSiteMetadata

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