Class: Google::Cloud::MigrationCenter::V1::ErrorFrame
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ErrorFrame
- 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
-
#ingestion_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#original_frame ⇒ ::Google::Cloud::MigrationCenter::V1::AssetFrame
readonly
Output only.
-
#violations ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::FrameViolationEntry>
readonly
Output only.
Instance Attribute Details
#ingestion_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Frame ingestion time.
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.
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.
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.
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 |