public static interface UnittestCustomOptions.ComplexOptionType1OrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<UnittestCustomOptions.ComplexOptionType1>
Modifier and Type | Method and Description |
---|---|
int |
getFoo()
optional int32 foo = 1; |
int |
getFoo2()
optional int32 foo2 = 2; |
int |
getFoo3()
optional int32 foo3 = 3; |
int |
getFoo4(int index)
repeated int32 foo4 = 4; |
int |
getFoo4Count()
repeated int32 foo4 = 4; |
java.util.List<java.lang.Integer> |
getFoo4List()
repeated int32 foo4 = 4; |
boolean |
hasFoo()
optional int32 foo = 1; |
boolean |
hasFoo2()
optional int32 foo2 = 2; |
boolean |
hasFoo3()
optional int32 foo3 = 3; |
getDefaultInstanceForType, getExtension, getExtension, getExtensionCount, hasExtension
boolean hasFoo()
optional int32 foo = 1;
int getFoo()
optional int32 foo = 1;
boolean hasFoo2()
optional int32 foo2 = 2;
int getFoo2()
optional int32 foo2 = 2;
boolean hasFoo3()
optional int32 foo3 = 3;
int getFoo3()
optional int32 foo3 = 3;
java.util.List<java.lang.Integer> getFoo4List()
repeated int32 foo4 = 4;
int getFoo4Count()
repeated int32 foo4 = 4;
int getFoo4(int index)
repeated int32 foo4 = 4;