public static interface UnittestProto.TestDupFieldNumberOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getA()
optional int32 a = 1; |
UnittestProto.TestDupFieldNumber.Bar |
getBar()
optional group Bar = 3 { ... |
UnittestProto.TestDupFieldNumber.BarOrBuilder |
getBarOrBuilder()
optional group Bar = 3 { ... |
UnittestProto.TestDupFieldNumber.Foo |
getFoo()
optional group Foo = 2 { ... |
UnittestProto.TestDupFieldNumber.FooOrBuilder |
getFooOrBuilder()
optional group Foo = 2 { ... |
boolean |
hasA()
optional int32 a = 1; |
boolean |
hasBar()
optional group Bar = 3 { ... |
boolean |
hasFoo()
optional group Foo = 2 { ... |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasA()
optional int32 a = 1;
NO_PROTO1
int getA()
optional int32 a = 1;
NO_PROTO1
boolean hasFoo()
optional group Foo = 2 { ... }
UnittestProto.TestDupFieldNumber.Foo getFoo()
optional group Foo = 2 { ... }
UnittestProto.TestDupFieldNumber.FooOrBuilder getFooOrBuilder()
optional group Foo = 2 { ... }
boolean hasBar()
optional group Bar = 3 { ... }
UnittestProto.TestDupFieldNumber.Bar getBar()
optional group Bar = 3 { ... }
UnittestProto.TestDupFieldNumber.BarOrBuilder getBarOrBuilder()
optional group Bar = 3 { ... }