public static interface UnittestProto.TestRequiredOneofOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getFooInt()
optional int32 foo_int = 1; |
UnittestProto.TestRequiredOneof.NestedMessage |
getFooMessage()
optional .protobuf_unittest.TestRequiredOneof.NestedMessage foo_message = 3; |
UnittestProto.TestRequiredOneof.NestedMessageOrBuilder |
getFooMessageOrBuilder()
optional .protobuf_unittest.TestRequiredOneof.NestedMessage foo_message = 3; |
java.lang.String |
getFooString()
optional string foo_string = 2; |
com.google.protobuf.ByteString |
getFooStringBytes()
optional string foo_string = 2; |
boolean |
hasFooInt()
optional int32 foo_int = 1; |
boolean |
hasFooMessage()
optional .protobuf_unittest.TestRequiredOneof.NestedMessage foo_message = 3; |
boolean |
hasFooString()
optional string foo_string = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFooInt()
optional int32 foo_int = 1;int getFooInt()
optional int32 foo_int = 1;boolean hasFooString()
optional string foo_string = 2;java.lang.String getFooString()
optional string foo_string = 2;com.google.protobuf.ByteString getFooStringBytes()
optional string foo_string = 2;boolean hasFooMessage()
optional .protobuf_unittest.TestRequiredOneof.NestedMessage foo_message = 3;UnittestProto.TestRequiredOneof.NestedMessage getFooMessage()
optional .protobuf_unittest.TestRequiredOneof.NestedMessage foo_message = 3;UnittestProto.TestRequiredOneof.NestedMessageOrBuilder getFooMessageOrBuilder()
optional .protobuf_unittest.TestRequiredOneof.NestedMessage foo_message = 3;