Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::FrameViolationEntry.
A resource that contains a single violation of a reported AssetFrame
resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field
def field() -> ::String
Returns
- (::String) — The field of the original frame where the violation occurred.
#field=
def field=(value) -> ::String
Parameter
- value (::String) — The field of the original frame where the violation occurred.
Returns
- (::String) — The field of the original frame where the violation occurred.
#violation
def violation() -> ::String
Returns
- (::String) — A message describing the violation.
#violation=
def violation=(value) -> ::String
Parameter
- value (::String) — A message describing the violation.
Returns
- (::String) — A message describing the violation.