public static interface BadRequest.FieldViolationOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
A description of why the request element is bad.
|
ByteString |
getDescriptionBytes()
A description of why the request element is bad.
|
java.lang.String |
getField()
A path leading to a field in the request body.
|
ByteString |
getFieldBytes()
A path leading to a field in the request body.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getField()
A path leading to a field in the request body. The value will be a sequence of dot-separated identifiers that identify a protocol buffer field. E.g., "field_violations.field" would identify this field.
string field = 1;ByteString getFieldBytes()
A path leading to a field in the request body. The value will be a sequence of dot-separated identifiers that identify a protocol buffer field. E.g., "field_violations.field" would identify this field.
string field = 1;java.lang.String getDescription()
A description of why the request element is bad.
string description = 2;ByteString getDescriptionBytes()
A description of why the request element is bad.
string description = 2;