public static interface TestCheckUtf8Size.BytesWrapperSizeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getOpt()
optional bytes opt = 2; |
com.google.protobuf.ByteString |
getRep(int index)
repeated bytes rep = 3; |
int |
getRepCount()
repeated bytes rep = 3; |
java.util.List<com.google.protobuf.ByteString> |
getRepList()
repeated bytes rep = 3; |
com.google.protobuf.ByteString |
getReq()
required bytes req = 1; |
boolean |
hasOpt()
optional bytes opt = 2; |
boolean |
hasReq()
required bytes req = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReq()
required bytes req = 1;com.google.protobuf.ByteString getReq()
required bytes req = 1;boolean hasOpt()
optional bytes opt = 2;com.google.protobuf.ByteString getOpt()
optional bytes opt = 2;java.util.List<com.google.protobuf.ByteString> getRepList()
repeated bytes rep = 3;int getRepCount()
repeated bytes rep = 3;com.google.protobuf.ByteString getRep(int index)
repeated bytes rep = 3;