Interface FrameViolationEntryOrBuilder (0.4.0)

public interface FrameViolationEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getField()

public abstract String getField()

The field of the original frame where the violation occurred.

string field = 1;

Returns
TypeDescription
String

The field.

getFieldBytes()

public abstract ByteString getFieldBytes()

The field of the original frame where the violation occurred.

string field = 1;

Returns
TypeDescription
ByteString

The bytes for field.

getViolation()

public abstract String getViolation()

A message describing the violation.

string violation = 2;

Returns
TypeDescription
String

The violation.

getViolationBytes()

public abstract ByteString getViolationBytes()

A message describing the violation.

string violation = 2;

Returns
TypeDescription
ByteString

The bytes for violation.