Migration Center v1 API - Class ErrorFrame (1.0.0)

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

Reference documentation and code samples for the Migration Center v1 API class ErrorFrame.

Message representing a frame which failed to be processed due to an error.

Inheritance

object > ErrorFrame

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ErrorFrame()

public ErrorFrame()

ErrorFrame(ErrorFrame)

public ErrorFrame(ErrorFrame other)
Parameter
NameDescription
otherErrorFrame

Properties

ErrorFrameName

public ErrorFrameName ErrorFrameName { get; set; }

ErrorFrameName-typed view over the Name resource name property.

Property Value
TypeDescription
ErrorFrameName

IngestionTime

public Timestamp IngestionTime { get; set; }

Output only. Frame ingestion time.

Property Value
TypeDescription
Timestamp

Name

public string Name { get; set; }

Output only. The identifier of the ErrorFrame.

Property Value
TypeDescription
string

OriginalFrame

public AssetFrame OriginalFrame { get; set; }

Output only. The frame that was originally reported.

Property Value
TypeDescription
AssetFrame

Violations

public RepeatedField<FrameViolationEntry> Violations { get; }

Output only. All the violations that were detected for the frame.

Property Value
TypeDescription
RepeatedFieldFrameViolationEntry