public static interface UnittestProto.TestReallyLargeTagNumberOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getA()
optional int32 a = 1; |
int |
getBb()
optional int32 bb = 268435455; |
boolean |
hasA()
optional int32 a = 1; |
boolean |
hasBb()
optional int32 bb = 268435455; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasA()
optional int32 a = 1;
The largest possible tag number is 2^28 - 1, since the wire format uses three bits to communicate wire type.
int getA()
optional int32 a = 1;
The largest possible tag number is 2^28 - 1, since the wire format uses three bits to communicate wire type.
boolean hasBb()
optional int32 bb = 268435455;
int getBb()
optional int32 bb = 268435455;