Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::ErrorFrame.
Message representing a frame which failed to be processed due to an error.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ingestion_time
def ingestion_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Frame ingestion time.
#name
def name() -> ::String
Returns
- (::String) — Output only. The identifier of the ErrorFrame.
#original_frame
def original_frame() -> ::Google::Cloud::MigrationCenter::V1::AssetFrame
Returns
- (::Google::Cloud::MigrationCenter::V1::AssetFrame) — Output only. The frame that was originally reported.
#violations
def violations() -> ::Array<::Google::Cloud::MigrationCenter::V1::FrameViolationEntry>
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::FrameViolationEntry>) — Output only. All the violations that were detected for the frame.