Interface FrameViolationEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FrameViolationEntry,FrameViolationEntry.Builder
public interface FrameViolationEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetField()The field of the original frame where the violation occurred.com.google.protobuf.ByteStringgetFieldBytes()The field of the original frame where the violation occurred.StringgetViolation()A message describing the violation.com.google.protobuf.ByteStringgetViolationBytes()A message describing the violation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getField
String getField()
The field of the original frame where the violation occurred.
string field = 1;- Returns:
- The field.
-
getFieldBytes
com.google.protobuf.ByteString getFieldBytes()
The field of the original frame where the violation occurred.
string field = 1;- Returns:
- The bytes for field.
-
getViolation
String getViolation()
A message describing the violation.
string violation = 2;- Returns:
- The violation.
-
getViolationBytes
com.google.protobuf.ByteString getViolationBytes()
A message describing the violation.
string violation = 2;- Returns:
- The bytes for violation.
-
-