public static interface BadRequest.FieldViolationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription()
A description of why the request element is bad.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A description of why the request element is bad.
|
String |
getField()
A path leading to a field in the request body.
|
com.google.protobuf.ByteString |
getFieldBytes()
A path leading to a field in the request body.
|
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;com.google.protobuf.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;String getDescription()
A description of why the request element is bad.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
A description of why the request element is bad.
string description = 2;Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.