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.
Implements
IMessageErrorFrame, IEquatableErrorFrame, IDeepCloneableErrorFrame, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ErrorFrame()
public ErrorFrame()
ErrorFrame(ErrorFrame)
public ErrorFrame(ErrorFrame other)
Parameter | |
---|---|
Name | Description |
other |
ErrorFrame |
Properties
ErrorFrameName
public ErrorFrameName ErrorFrameName { get; set; }
ErrorFrameName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ErrorFrameName |
IngestionTime
public Timestamp IngestionTime { get; set; }
Output only. Frame ingestion time.
Property Value | |
---|---|
Type | Description |
Timestamp |
Name
public string Name { get; set; }
Output only. The identifier of the ErrorFrame.
Property Value | |
---|---|
Type | Description |
string |
OriginalFrame
public AssetFrame OriginalFrame { get; set; }
Output only. The frame that was originally reported.
Property Value | |
---|---|
Type | Description |
AssetFrame |
Violations
public RepeatedField<FrameViolationEntry> Violations { get; }
Output only. All the violations that were detected for the frame.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFrameViolationEntry |