Class: Google::Cloud::MigrationCenter::V1::FrameViolationEntry

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#field::String

Returns The field of the original frame where the violation occurred.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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