public interface FrameViolationEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
The field of the original frame where the violation occurred.
|
com.google.protobuf.ByteString |
getFieldBytes()
The field of the original frame where the violation occurred.
|
String |
getViolation()
A message describing the violation.
|
com.google.protobuf.ByteString |
getViolationBytes()
A message describing the violation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getField()
The field of the original frame where the violation occurred.
string field = 1;com.google.protobuf.ByteString getFieldBytes()
The field of the original frame where the violation occurred.
string field = 1;String getViolation()
A message describing the violation.
string violation = 2;com.google.protobuf.ByteString getViolationBytes()
A message describing the violation.
string violation = 2;Copyright © 2024 Google LLC. All rights reserved.