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

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

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

The metadata message for ImportAssets LRO.

Inheritance

object > ImportAssetsMetadata

Namespace

Google.Cloud.VisionAI.V1

Assembly

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