Class: Google::Cloud::MigrationCenter::V1::ErrorFrame

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#ingestion_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Frame ingestion time.

Returns:



261
262
263
264
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 261

class ErrorFrame
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Output only. The identifier of the ErrorFrame.

Returns:

  • (::String)

    Output only. The identifier of the ErrorFrame.



261
262
263
264
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 261

class ErrorFrame
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#original_frame::Google::Cloud::MigrationCenter::V1::AssetFrame (readonly)

Returns Output only. The frame that was originally reported.

Returns:



261
262
263
264
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 261

class ErrorFrame
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#violations::Array<::Google::Cloud::MigrationCenter::V1::FrameViolationEntry> (readonly)

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

Returns:



261
262
263
264
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 261

class ErrorFrame
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end