public static interface TestCheckUtf8.StringWrapperOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOpt()
optional string opt = 2; |
com.google.protobuf.ByteString |
getOptBytes()
optional string opt = 2; |
java.lang.String |
getRep(int index)
repeated string rep = 3; |
com.google.protobuf.ByteString |
getRepBytes(int index)
repeated string rep = 3; |
int |
getRepCount()
repeated string rep = 3; |
com.google.protobuf.ProtocolStringList |
getRepList()
repeated string rep = 3; |
java.lang.String |
getReq()
required string req = 1; |
com.google.protobuf.ByteString |
getReqBytes()
required string req = 1; |
boolean |
hasOpt()
optional string opt = 2; |
boolean |
hasReq()
required string req = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasReq()
required string req = 1;
java.lang.String getReq()
required string req = 1;
com.google.protobuf.ByteString getReqBytes()
required string req = 1;
boolean hasOpt()
optional string opt = 2;
java.lang.String getOpt()
optional string opt = 2;
com.google.protobuf.ByteString getOptBytes()
optional string opt = 2;
com.google.protobuf.ProtocolStringList getRepList()
repeated string rep = 3;
int getRepCount()
repeated string rep = 3;
java.lang.String getRep(int index)
repeated string rep = 3;
com.google.protobuf.ByteString getRepBytes(int index)
repeated string rep = 3;