public sealed class RemoveIndexAssetMetadata : IMessage<RemoveIndexAssetMetadata>, IEquatable<RemoveIndexAssetMetadata>, IDeepCloneable<RemoveIndexAssetMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class RemoveIndexAssetMetadata.
Metadata for RemoveIndexAsset.
Implements
IMessageRemoveIndexAssetMetadata, IEquatableRemoveIndexAssetMetadata, IDeepCloneableRemoveIndexAssetMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|