Class: Google::Cloud::MigrationCenter::V1::FrameViolationEntry
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::FrameViolationEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A resource that contains a single violation of a reported AssetFrame
resource.
Instance Attribute Summary collapse
-
#field ⇒ ::String
The field of the original frame where the violation occurred.
-
#violation ⇒ ::String
A message describing the violation.
Instance Attribute Details
#field ⇒ ::String
Returns The field of the original frame where the violation occurred.
3262 3263 3264 3265 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3262 class FrameViolationEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#violation ⇒ ::String
Returns A message describing the violation.
3262 3263 3264 3265 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3262 class FrameViolationEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |