public sealed class ImportAssetsMetadata : IMessage<ImportAssetsMetadata>, IEquatable<ImportAssetsMetadata>, IDeepCloneable<ImportAssetsMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ImportAssetsMetadata.
The metadata message for ImportAssets LRO.
Implements
IMessageImportAssetsMetadata, IEquatableImportAssetsMetadata, IDeepCloneableImportAssetsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ImportAssetsMetadata()
public ImportAssetsMetadata()ImportAssetsMetadata(ImportAssetsMetadata)
public ImportAssetsMetadata(ImportAssetsMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportAssetsMetadata |
Properties
Metadata
public OperationMetadata Metadata { get; set; }The metadata of the operation.
| Property Value | |
|---|---|
| Type | Description |
OperationMetadata |
|
Status
public BatchOperationStatus Status { get; set; }The importing status including partial failures, if the implementation can provide such information during the progress of the ImportAssets.
| Property Value | |
|---|---|
| Type | Description |
BatchOperationStatus |
|