public interface OneofTestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getA()
optional int32 a = 1; |
int |
getB()
optional int32 b = 2; |
OneofTest.TestOneofCase |
getTestOneofCase() |
boolean |
hasA()
optional int32 a = 1; |
boolean |
hasB()
optional int32 b = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasA()
optional int32 a = 1;int getA()
optional int32 a = 1;boolean hasB()
optional int32 b = 2;int getB()
optional int32 b = 2;OneofTest.TestOneofCase getTestOneofCase()
Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.