public static interface UnittestLite.TestParsingMergeLiteOrBuilder extends com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<UnittestLite.TestParsingMergeLite>
Modifier and Type | Method and Description |
---|---|
UnittestLite.TestAllTypesLite |
getOptionalAllTypes()
optional .protobuf_unittest.TestAllTypesLite optional_all_types = 2; |
UnittestLite.TestParsingMergeLite.OptionalGroup |
getOptionalGroup()
optional group OptionalGroup = 10 { ... |
UnittestLite.TestAllTypesLite |
getRepeatedAllTypes(int index)
repeated .protobuf_unittest.TestAllTypesLite repeated_all_types = 3; |
int |
getRepeatedAllTypesCount()
repeated .protobuf_unittest.TestAllTypesLite repeated_all_types = 3; |
java.util.List<UnittestLite.TestAllTypesLite> |
getRepeatedAllTypesList()
repeated .protobuf_unittest.TestAllTypesLite repeated_all_types = 3; |
UnittestLite.TestParsingMergeLite.RepeatedGroup |
getRepeatedGroup(int index)
repeated group RepeatedGroup = 20 { ... |
int |
getRepeatedGroupCount()
repeated group RepeatedGroup = 20 { ... |
java.util.List<UnittestLite.TestParsingMergeLite.RepeatedGroup> |
getRepeatedGroupList()
repeated group RepeatedGroup = 20 { ... |
UnittestLite.TestAllTypesLite |
getRequiredAllTypes()
required .protobuf_unittest.TestAllTypesLite required_all_types = 1; |
boolean |
hasOptionalAllTypes()
optional .protobuf_unittest.TestAllTypesLite optional_all_types = 2; |
boolean |
hasOptionalGroup()
optional group OptionalGroup = 10 { ... |
boolean |
hasRequiredAllTypes()
required .protobuf_unittest.TestAllTypesLite required_all_types = 1; |
boolean hasRequiredAllTypes()
required .protobuf_unittest.TestAllTypesLite required_all_types = 1;
UnittestLite.TestAllTypesLite getRequiredAllTypes()
required .protobuf_unittest.TestAllTypesLite required_all_types = 1;
boolean hasOptionalAllTypes()
optional .protobuf_unittest.TestAllTypesLite optional_all_types = 2;
UnittestLite.TestAllTypesLite getOptionalAllTypes()
optional .protobuf_unittest.TestAllTypesLite optional_all_types = 2;
java.util.List<UnittestLite.TestAllTypesLite> getRepeatedAllTypesList()
repeated .protobuf_unittest.TestAllTypesLite repeated_all_types = 3;
UnittestLite.TestAllTypesLite getRepeatedAllTypes(int index)
repeated .protobuf_unittest.TestAllTypesLite repeated_all_types = 3;
int getRepeatedAllTypesCount()
repeated .protobuf_unittest.TestAllTypesLite repeated_all_types = 3;
boolean hasOptionalGroup()
optional group OptionalGroup = 10 { ... }
UnittestLite.TestParsingMergeLite.OptionalGroup getOptionalGroup()
optional group OptionalGroup = 10 { ... }
java.util.List<UnittestLite.TestParsingMergeLite.RepeatedGroup> getRepeatedGroupList()
repeated group RepeatedGroup = 20 { ... }
UnittestLite.TestParsingMergeLite.RepeatedGroup getRepeatedGroup(int index)
repeated group RepeatedGroup = 20 { ... }
int getRepeatedGroupCount()
repeated group RepeatedGroup = 20 { ... }