Vision AI v1 API - Class RemoveIndexAssetMetadata (1.0.0-beta01)

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

Reference documentation and code samples for the Vision AI v1 API class RemoveIndexAssetMetadata.

Metadata for RemoveIndexAsset.

Inheritance

object > RemoveIndexAssetMetadata

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

RemoveIndexAssetMetadata()

public RemoveIndexAssetMetadata()

RemoveIndexAssetMetadata(RemoveIndexAssetMetadata)

public RemoveIndexAssetMetadata(RemoveIndexAssetMetadata other)
Parameter
Name Description
other RemoveIndexAssetMetadata

Properties

IndexingStatus

public IndexingStatus IndexingStatus { get; set; }

The status of indexing this asset.

Property Value
Type Description
IndexingStatus

StartTime

public Timestamp StartTime { get; set; }

The start time of the operation.

Property Value
Type Description
Timestamp

UpdateTime

public Timestamp UpdateTime { get; set; }

The update time of the operation.

Property Value
Type Description
Timestamp