public interface FrameViolationEntryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getField()
public abstract String getField()
The field of the original frame where the violation occurred.
string field = 1;
Returns | |
---|---|
Type | Description |
String |
The field. |
getFieldBytes()
public abstract ByteString getFieldBytes()
The field of the original frame where the violation occurred.
string field = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for field. |
getViolation()
public abstract String getViolation()
A message describing the violation.
string violation = 2;
Returns | |
---|---|
Type | Description |
String |
The violation. |
getViolationBytes()
public abstract ByteString getViolationBytes()
A message describing the violation.
string violation = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for violation. |