public static final class UnittestLite.TestAllTypesLite.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<UnittestLite.TestAllTypesLite,UnittestLite.TestAllTypesLite.Builder> implements UnittestLite.TestAllTypesLiteOrBuilder
protobuf_unittest.TestAllTypesLite
Same as TestAllTypes but with the lite runtime.
Modifier and Type | Method and Description |
---|---|
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedBool(java.lang.Iterable<? extends java.lang.Boolean> values)
repeated bool repeated_bool = 43; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedBytes(java.lang.Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes repeated_bytes = 45; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedCord(java.lang.Iterable<java.lang.String> values)
repeated string repeated_cord = 55 [ctype = CORD]; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedDouble(java.lang.Iterable<? extends java.lang.Double> values)
repeated double repeated_double = 42; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedFixed32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated fixed32 repeated_fixed32 = 37; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedFixed64(java.lang.Iterable<? extends java.lang.Long> values)
repeated fixed64 repeated_fixed64 = 38; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedFloat(java.lang.Iterable<? extends java.lang.Float> values)
repeated float repeated_float = 41; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedForeignEnum(java.lang.Iterable<? extends UnittestLite.ForeignEnumLite> values)
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedForeignMessage(java.lang.Iterable<? extends UnittestLite.ForeignMessageLite> values)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedGroup(java.lang.Iterable<? extends UnittestLite.TestAllTypesLite.RepeatedGroup> values)
repeated group RepeatedGroup = 46 { ... |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedImportEnum(java.lang.Iterable<? extends UnittestImportLite.ImportEnumLite> values)
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedImportMessage(java.lang.Iterable<? extends UnittestImportLite.ImportMessageLite> values)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedInt32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 repeated_int32 = 31; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedInt64(java.lang.Iterable<? extends java.lang.Long> values)
repeated int64 repeated_int64 = 32; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedLazyMessage(java.lang.Iterable<? extends UnittestLite.TestAllTypesLite.NestedMessage> values)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedNestedEnum(java.lang.Iterable<? extends UnittestLite.TestAllTypesLite.NestedEnum> values)
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedNestedMessage(java.lang.Iterable<? extends UnittestLite.TestAllTypesLite.NestedMessage> values)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedSfixed32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated sfixed32 repeated_sfixed32 = 39; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedSfixed64(java.lang.Iterable<? extends java.lang.Long> values)
repeated sfixed64 repeated_sfixed64 = 40; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedSint32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated sint32 repeated_sint32 = 35; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedSint64(java.lang.Iterable<? extends java.lang.Long> values)
repeated sint64 repeated_sint64 = 36; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedString(java.lang.Iterable<java.lang.String> values)
repeated string repeated_string = 44; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedStringPiece(java.lang.Iterable<java.lang.String> values)
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE]; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedUint32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated uint32 repeated_uint32 = 33; |
UnittestLite.TestAllTypesLite.Builder |
addAllRepeatedUint64(java.lang.Iterable<? extends java.lang.Long> values)
repeated uint64 repeated_uint64 = 34; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedBool(boolean value)
repeated bool repeated_bool = 43; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedBytes(com.google.protobuf.ByteString value)
repeated bytes repeated_bytes = 45; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedCord(java.lang.String value)
repeated string repeated_cord = 55 [ctype = CORD]; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedCordBytes(com.google.protobuf.ByteString value)
repeated string repeated_cord = 55 [ctype = CORD]; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedDouble(double value)
repeated double repeated_double = 42; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedFixed32(int value)
repeated fixed32 repeated_fixed32 = 37; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedFixed64(long value)
repeated fixed64 repeated_fixed64 = 38; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedFloat(float value)
repeated float repeated_float = 41; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedForeignEnum(UnittestLite.ForeignEnumLite value)
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedForeignMessage(int index,
UnittestLite.ForeignMessageLite.Builder builderForValue)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedForeignMessage(int index,
UnittestLite.ForeignMessageLite value)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedForeignMessage(UnittestLite.ForeignMessageLite.Builder builderForValue)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedForeignMessage(UnittestLite.ForeignMessageLite value)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedGroup(int index,
UnittestLite.TestAllTypesLite.RepeatedGroup.Builder builderForValue)
repeated group RepeatedGroup = 46 { ... |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedGroup(int index,
UnittestLite.TestAllTypesLite.RepeatedGroup value)
repeated group RepeatedGroup = 46 { ... |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedGroup(UnittestLite.TestAllTypesLite.RepeatedGroup.Builder builderForValue)
repeated group RepeatedGroup = 46 { ... |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedGroup(UnittestLite.TestAllTypesLite.RepeatedGroup value)
repeated group RepeatedGroup = 46 { ... |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedImportEnum(UnittestImportLite.ImportEnumLite value)
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedImportMessage(int index,
UnittestImportLite.ImportMessageLite.Builder builderForValue)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedImportMessage(int index,
UnittestImportLite.ImportMessageLite value)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedImportMessage(UnittestImportLite.ImportMessageLite.Builder builderForValue)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedImportMessage(UnittestImportLite.ImportMessageLite value)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedInt32(int value)
repeated int32 repeated_int32 = 31; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedInt64(long value)
repeated int64 repeated_int64 = 32; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedLazyMessage(int index,
UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedLazyMessage(int index,
UnittestLite.TestAllTypesLite.NestedMessage value)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedLazyMessage(UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedLazyMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedNestedEnum(UnittestLite.TestAllTypesLite.NestedEnum value)
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedNestedMessage(int index,
UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedNestedMessage(int index,
UnittestLite.TestAllTypesLite.NestedMessage value)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedSfixed32(int value)
repeated sfixed32 repeated_sfixed32 = 39; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedSfixed64(long value)
repeated sfixed64 repeated_sfixed64 = 40; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedSint32(int value)
repeated sint32 repeated_sint32 = 35; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedSint64(long value)
repeated sint64 repeated_sint64 = 36; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedString(java.lang.String value)
repeated string repeated_string = 44; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedStringBytes(com.google.protobuf.ByteString value)
repeated string repeated_string = 44; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedStringPiece(java.lang.String value)
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE]; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedStringPieceBytes(com.google.protobuf.ByteString value)
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE]; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedUint32(int value)
repeated uint32 repeated_uint32 = 33; |
UnittestLite.TestAllTypesLite.Builder |
addRepeatedUint64(long value)
repeated uint64 repeated_uint64 = 34; |
UnittestLite.TestAllTypesLite |
build() |
UnittestLite.TestAllTypesLite |
buildPartial() |
UnittestLite.TestAllTypesLite.Builder |
clear() |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultBool()
optional bool default_bool = 73 [default = true]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultBytes()
optional bytes default_bytes = 75 [default = "world"]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultCord()
optional string default_cord = 85 [default = "123", ctype = CORD]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultDouble()
optional double default_double = 72 [default = 52000]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultFixed32()
optional fixed32 default_fixed32 = 67 [default = 47]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultFixed64()
optional fixed64 default_fixed64 = 68 [default = 48]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultFloat()
optional float default_float = 71 [default = 51.5]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultForeignEnum()
optional .protobuf_unittest.ForeignEnumLite default_foreign_enum = 82 [default = FOREIGN_LITE_BAR]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultImportEnum()
optional .protobuf_unittest_import.ImportEnumLite default_import_enum = 83 [default = IMPORT_LITE_BAR]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultInt32()
optional int32 default_int32 = 61 [default = 41]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultInt64()
optional int64 default_int64 = 62 [default = 42]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultNestedEnum()
optional .protobuf_unittest.TestAllTypesLite.NestedEnum default_nested_enum = 81 [default = BAR]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultSfixed32()
optional sfixed32 default_sfixed32 = 69 [default = 49]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultSfixed64()
optional sfixed64 default_sfixed64 = 70 [default = -50]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultSint32()
optional sint32 default_sint32 = 65 [default = -45]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultSint64()
optional sint64 default_sint64 = 66 [default = 46]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultString()
optional string default_string = 74 [default = "hello"]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultStringPiece()
optional string default_string_piece = 84 [default = "abc", ctype = STRING_PIECE]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultUint32()
optional uint32 default_uint32 = 63 [default = 43]; |
UnittestLite.TestAllTypesLite.Builder |
clearDefaultUint64()
optional uint64 default_uint64 = 64 [default = 44]; |
UnittestLite.TestAllTypesLite.Builder |
clearOneofBytes()
optional bytes oneof_bytes = 114; |
UnittestLite.TestAllTypesLite.Builder |
clearOneofField() |
UnittestLite.TestAllTypesLite.Builder |
clearOneofNestedMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage oneof_nested_message = 112; |
UnittestLite.TestAllTypesLite.Builder |
clearOneofString()
optional string oneof_string = 113; |
UnittestLite.TestAllTypesLite.Builder |
clearOneofUint32()
optional uint32 oneof_uint32 = 111; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalBool()
optional bool optional_bool = 13; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalBytes()
optional bytes optional_bytes = 15; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalCord()
optional string optional_cord = 25 [ctype = CORD]; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalDouble()
optional double optional_double = 12; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalFixed32()
optional fixed32 optional_fixed32 = 7; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalFixed64()
optional fixed64 optional_fixed64 = 8; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalFloat()
optional float optional_float = 11; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalForeignEnum()
optional .protobuf_unittest.ForeignEnumLite optional_foreign_enum = 22; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalForeignMessage()
optional .protobuf_unittest.ForeignMessageLite optional_foreign_message = 19; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalGroup()
optional group OptionalGroup = 16 { ... |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalImportEnum()
optional .protobuf_unittest_import.ImportEnumLite optional_import_enum = 23; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalImportMessage()
optional .protobuf_unittest_import.ImportMessageLite optional_import_message = 20; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalInt32()
optional int32 optional_int32 = 1; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalInt64()
optional int64 optional_int64 = 2; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalLazyMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_lazy_message = 27 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalNestedEnum()
optional .protobuf_unittest.TestAllTypesLite.NestedEnum optional_nested_enum = 21; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalNestedMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_nested_message = 18; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalPublicImportMessage()
optional .protobuf_unittest_import.PublicImportMessageLite optional_public_import_message = 26; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalSfixed32()
optional sfixed32 optional_sfixed32 = 9; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalSfixed64()
optional sfixed64 optional_sfixed64 = 10; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalSint32()
optional sint32 optional_sint32 = 5; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalSint64()
optional sint64 optional_sint64 = 6; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalString()
optional string optional_string = 14; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalStringPiece()
optional string optional_string_piece = 24 [ctype = STRING_PIECE]; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalUint32()
optional uint32 optional_uint32 = 3; |
UnittestLite.TestAllTypesLite.Builder |
clearOptionalUint64()
optional uint64 optional_uint64 = 4; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedBool()
repeated bool repeated_bool = 43; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedBytes()
repeated bytes repeated_bytes = 45; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedCord()
repeated string repeated_cord = 55 [ctype = CORD]; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedDouble()
repeated double repeated_double = 42; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedFixed32()
repeated fixed32 repeated_fixed32 = 37; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedFixed64()
repeated fixed64 repeated_fixed64 = 38; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedFloat()
repeated float repeated_float = 41; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedForeignEnum()
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedForeignMessage()
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedGroup()
repeated group RepeatedGroup = 46 { ... |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedImportEnum()
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedImportMessage()
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedInt32()
repeated int32 repeated_int32 = 31; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedInt64()
repeated int64 repeated_int64 = 32; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedLazyMessage()
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedNestedEnum()
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedNestedMessage()
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedSfixed32()
repeated sfixed32 repeated_sfixed32 = 39; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedSfixed64()
repeated sfixed64 repeated_sfixed64 = 40; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedSint32()
repeated sint32 repeated_sint32 = 35; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedSint64()
repeated sint64 repeated_sint64 = 36; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedString()
repeated string repeated_string = 44; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedStringPiece()
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE]; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedUint32()
repeated uint32 repeated_uint32 = 33; |
UnittestLite.TestAllTypesLite.Builder |
clearRepeatedUint64()
repeated uint64 repeated_uint64 = 34; |
UnittestLite.TestAllTypesLite.Builder |
clone() |
boolean |
getDefaultBool()
optional bool default_bool = 73 [default = true]; |
com.google.protobuf.ByteString |
getDefaultBytes()
optional bytes default_bytes = 75 [default = "world"]; |
java.lang.String |
getDefaultCord()
optional string default_cord = 85 [default = "123", ctype = CORD]; |
com.google.protobuf.ByteString |
getDefaultCordBytes()
optional string default_cord = 85 [default = "123", ctype = CORD]; |
double |
getDefaultDouble()
optional double default_double = 72 [default = 52000]; |
int |
getDefaultFixed32()
optional fixed32 default_fixed32 = 67 [default = 47]; |
long |
getDefaultFixed64()
optional fixed64 default_fixed64 = 68 [default = 48]; |
float |
getDefaultFloat()
optional float default_float = 71 [default = 51.5]; |
UnittestLite.ForeignEnumLite |
getDefaultForeignEnum()
optional .protobuf_unittest.ForeignEnumLite default_foreign_enum = 82 [default = FOREIGN_LITE_BAR]; |
UnittestImportLite.ImportEnumLite |
getDefaultImportEnum()
optional .protobuf_unittest_import.ImportEnumLite default_import_enum = 83 [default = IMPORT_LITE_BAR]; |
UnittestLite.TestAllTypesLite |
getDefaultInstanceForType() |
int |
getDefaultInt32()
optional int32 default_int32 = 61 [default = 41]; |
long |
getDefaultInt64()
optional int64 default_int64 = 62 [default = 42]; |
UnittestLite.TestAllTypesLite.NestedEnum |
getDefaultNestedEnum()
optional .protobuf_unittest.TestAllTypesLite.NestedEnum default_nested_enum = 81 [default = BAR]; |
int |
getDefaultSfixed32()
optional sfixed32 default_sfixed32 = 69 [default = 49]; |
long |
getDefaultSfixed64()
optional sfixed64 default_sfixed64 = 70 [default = -50]; |
int |
getDefaultSint32()
optional sint32 default_sint32 = 65 [default = -45]; |
long |
getDefaultSint64()
optional sint64 default_sint64 = 66 [default = 46]; |
java.lang.String |
getDefaultString()
optional string default_string = 74 [default = "hello"]; |
com.google.protobuf.ByteString |
getDefaultStringBytes()
optional string default_string = 74 [default = "hello"]; |
java.lang.String |
getDefaultStringPiece()
optional string default_string_piece = 84 [default = "abc", ctype = STRING_PIECE]; |
com.google.protobuf.ByteString |
getDefaultStringPieceBytes()
optional string default_string_piece = 84 [default = "abc", ctype = STRING_PIECE]; |
int |
getDefaultUint32()
optional uint32 default_uint32 = 63 [default = 43]; |
long |
getDefaultUint64()
optional uint64 default_uint64 = 64 [default = 44]; |
com.google.protobuf.ByteString |
getOneofBytes()
optional bytes oneof_bytes = 114; |
UnittestLite.TestAllTypesLite.OneofFieldCase |
getOneofFieldCase() |
UnittestLite.TestAllTypesLite.NestedMessage |
getOneofNestedMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage oneof_nested_message = 112; |
java.lang.String |
getOneofString()
optional string oneof_string = 113; |
com.google.protobuf.ByteString |
getOneofStringBytes()
optional string oneof_string = 113; |
int |
getOneofUint32()
optional uint32 oneof_uint32 = 111; |
boolean |
getOptionalBool()
optional bool optional_bool = 13; |
com.google.protobuf.ByteString |
getOptionalBytes()
optional bytes optional_bytes = 15; |
java.lang.String |
getOptionalCord()
optional string optional_cord = 25 [ctype = CORD]; |
com.google.protobuf.ByteString |
getOptionalCordBytes()
optional string optional_cord = 25 [ctype = CORD]; |
double |
getOptionalDouble()
optional double optional_double = 12; |
int |
getOptionalFixed32()
optional fixed32 optional_fixed32 = 7; |
long |
getOptionalFixed64()
optional fixed64 optional_fixed64 = 8; |
float |
getOptionalFloat()
optional float optional_float = 11; |
UnittestLite.ForeignEnumLite |
getOptionalForeignEnum()
optional .protobuf_unittest.ForeignEnumLite optional_foreign_enum = 22; |
UnittestLite.ForeignMessageLite |
getOptionalForeignMessage()
optional .protobuf_unittest.ForeignMessageLite optional_foreign_message = 19; |
UnittestLite.TestAllTypesLite.OptionalGroup |
getOptionalGroup()
optional group OptionalGroup = 16 { ... |
UnittestImportLite.ImportEnumLite |
getOptionalImportEnum()
optional .protobuf_unittest_import.ImportEnumLite optional_import_enum = 23; |
UnittestImportLite.ImportMessageLite |
getOptionalImportMessage()
optional .protobuf_unittest_import.ImportMessageLite optional_import_message = 20; |
int |
getOptionalInt32()
optional int32 optional_int32 = 1; |
long |
getOptionalInt64()
optional int64 optional_int64 = 2; |
UnittestLite.TestAllTypesLite.NestedMessage |
getOptionalLazyMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_lazy_message = 27 [lazy = true]; |
UnittestLite.TestAllTypesLite.NestedEnum |
getOptionalNestedEnum()
optional .protobuf_unittest.TestAllTypesLite.NestedEnum optional_nested_enum = 21; |
UnittestLite.TestAllTypesLite.NestedMessage |
getOptionalNestedMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_nested_message = 18; |
UnittestImportPublicLite.PublicImportMessageLite |
getOptionalPublicImportMessage()
optional .protobuf_unittest_import.PublicImportMessageLite optional_public_import_message = 26; |
int |
getOptionalSfixed32()
optional sfixed32 optional_sfixed32 = 9; |
long |
getOptionalSfixed64()
optional sfixed64 optional_sfixed64 = 10; |
int |
getOptionalSint32()
optional sint32 optional_sint32 = 5; |
long |
getOptionalSint64()
optional sint64 optional_sint64 = 6; |
java.lang.String |
getOptionalString()
optional string optional_string = 14; |
com.google.protobuf.ByteString |
getOptionalStringBytes()
optional string optional_string = 14; |
java.lang.String |
getOptionalStringPiece()
optional string optional_string_piece = 24 [ctype = STRING_PIECE]; |
com.google.protobuf.ByteString |
getOptionalStringPieceBytes()
optional string optional_string_piece = 24 [ctype = STRING_PIECE]; |
int |
getOptionalUint32()
optional uint32 optional_uint32 = 3; |
long |
getOptionalUint64()
optional uint64 optional_uint64 = 4; |
boolean |
getRepeatedBool(int index)
repeated bool repeated_bool = 43; |
int |
getRepeatedBoolCount()
repeated bool repeated_bool = 43; |
java.util.List<java.lang.Boolean> |
getRepeatedBoolList()
repeated bool repeated_bool = 43; |
com.google.protobuf.ByteString |
getRepeatedBytes(int index)
repeated bytes repeated_bytes = 45; |
int |
getRepeatedBytesCount()
repeated bytes repeated_bytes = 45; |
java.util.List<com.google.protobuf.ByteString> |
getRepeatedBytesList()
repeated bytes repeated_bytes = 45; |
java.lang.String |
getRepeatedCord(int index)
repeated string repeated_cord = 55 [ctype = CORD]; |
com.google.protobuf.ByteString |
getRepeatedCordBytes(int index)
repeated string repeated_cord = 55 [ctype = CORD]; |
int |
getRepeatedCordCount()
repeated string repeated_cord = 55 [ctype = CORD]; |
com.google.protobuf.ProtocolStringList |
getRepeatedCordList()
repeated string repeated_cord = 55 [ctype = CORD]; |
double |
getRepeatedDouble(int index)
repeated double repeated_double = 42; |
int |
getRepeatedDoubleCount()
repeated double repeated_double = 42; |
java.util.List<java.lang.Double> |
getRepeatedDoubleList()
repeated double repeated_double = 42; |
int |
getRepeatedFixed32(int index)
repeated fixed32 repeated_fixed32 = 37; |
int |
getRepeatedFixed32Count()
repeated fixed32 repeated_fixed32 = 37; |
java.util.List<java.lang.Integer> |
getRepeatedFixed32List()
repeated fixed32 repeated_fixed32 = 37; |
long |
getRepeatedFixed64(int index)
repeated fixed64 repeated_fixed64 = 38; |
int |
getRepeatedFixed64Count()
repeated fixed64 repeated_fixed64 = 38; |
java.util.List<java.lang.Long> |
getRepeatedFixed64List()
repeated fixed64 repeated_fixed64 = 38; |
float |
getRepeatedFloat(int index)
repeated float repeated_float = 41; |
int |
getRepeatedFloatCount()
repeated float repeated_float = 41; |
java.util.List<java.lang.Float> |
getRepeatedFloatList()
repeated float repeated_float = 41; |
UnittestLite.ForeignEnumLite |
getRepeatedForeignEnum(int index)
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52; |
int |
getRepeatedForeignEnumCount()
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52; |
java.util.List<UnittestLite.ForeignEnumLite> |
getRepeatedForeignEnumList()
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52; |
UnittestLite.ForeignMessageLite |
getRepeatedForeignMessage(int index)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49; |
int |
getRepeatedForeignMessageCount()
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49; |
java.util.List<UnittestLite.ForeignMessageLite> |
getRepeatedForeignMessageList()
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49; |
UnittestLite.TestAllTypesLite.RepeatedGroup |
getRepeatedGroup(int index)
repeated group RepeatedGroup = 46 { ... |
int |
getRepeatedGroupCount()
repeated group RepeatedGroup = 46 { ... |
java.util.List<UnittestLite.TestAllTypesLite.RepeatedGroup> |
getRepeatedGroupList()
repeated group RepeatedGroup = 46 { ... |
UnittestImportLite.ImportEnumLite |
getRepeatedImportEnum(int index)
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53; |
int |
getRepeatedImportEnumCount()
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53; |
java.util.List<UnittestImportLite.ImportEnumLite> |
getRepeatedImportEnumList()
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53; |
UnittestImportLite.ImportMessageLite |
getRepeatedImportMessage(int index)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50; |
int |
getRepeatedImportMessageCount()
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50; |
java.util.List<UnittestImportLite.ImportMessageLite> |
getRepeatedImportMessageList()
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50; |
int |
getRepeatedInt32(int index)
repeated int32 repeated_int32 = 31; |
int |
getRepeatedInt32Count()
repeated int32 repeated_int32 = 31; |
java.util.List<java.lang.Integer> |
getRepeatedInt32List()
repeated int32 repeated_int32 = 31; |
long |
getRepeatedInt64(int index)
repeated int64 repeated_int64 = 32; |
int |
getRepeatedInt64Count()
repeated int64 repeated_int64 = 32; |
java.util.List<java.lang.Long> |
getRepeatedInt64List()
repeated int64 repeated_int64 = 32; |
UnittestLite.TestAllTypesLite.NestedMessage |
getRepeatedLazyMessage(int index)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true]; |
int |
getRepeatedLazyMessageCount()
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true]; |
java.util.List<UnittestLite.TestAllTypesLite.NestedMessage> |
getRepeatedLazyMessageList()
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true]; |
UnittestLite.TestAllTypesLite.NestedEnum |
getRepeatedNestedEnum(int index)
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51; |
int |
getRepeatedNestedEnumCount()
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51; |
java.util.List<UnittestLite.TestAllTypesLite.NestedEnum> |
getRepeatedNestedEnumList()
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51; |
UnittestLite.TestAllTypesLite.NestedMessage |
getRepeatedNestedMessage(int index)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48; |
int |
getRepeatedNestedMessageCount()
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48; |
java.util.List<UnittestLite.TestAllTypesLite.NestedMessage> |
getRepeatedNestedMessageList()
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48; |
int |
getRepeatedSfixed32(int index)
repeated sfixed32 repeated_sfixed32 = 39; |
int |
getRepeatedSfixed32Count()
repeated sfixed32 repeated_sfixed32 = 39; |
java.util.List<java.lang.Integer> |
getRepeatedSfixed32List()
repeated sfixed32 repeated_sfixed32 = 39; |
long |
getRepeatedSfixed64(int index)
repeated sfixed64 repeated_sfixed64 = 40; |
int |
getRepeatedSfixed64Count()
repeated sfixed64 repeated_sfixed64 = 40; |
java.util.List<java.lang.Long> |
getRepeatedSfixed64List()
repeated sfixed64 repeated_sfixed64 = 40; |
int |
getRepeatedSint32(int index)
repeated sint32 repeated_sint32 = 35; |
int |
getRepeatedSint32Count()
repeated sint32 repeated_sint32 = 35; |
java.util.List<java.lang.Integer> |
getRepeatedSint32List()
repeated sint32 repeated_sint32 = 35; |
long |
getRepeatedSint64(int index)
repeated sint64 repeated_sint64 = 36; |
int |
getRepeatedSint64Count()
repeated sint64 repeated_sint64 = 36; |
java.util.List<java.lang.Long> |
getRepeatedSint64List()
repeated sint64 repeated_sint64 = 36; |
java.lang.String |
getRepeatedString(int index)
repeated string repeated_string = 44; |
com.google.protobuf.ByteString |
getRepeatedStringBytes(int index)
repeated string repeated_string = 44; |
int |
getRepeatedStringCount()
repeated string repeated_string = 44; |
com.google.protobuf.ProtocolStringList |
getRepeatedStringList()
repeated string repeated_string = 44; |
java.lang.String |
getRepeatedStringPiece(int index)
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE]; |
com.google.protobuf.ByteString |
getRepeatedStringPieceBytes(int index)
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE]; |
int |
getRepeatedStringPieceCount()
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE]; |
com.google.protobuf.ProtocolStringList |
getRepeatedStringPieceList()
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE]; |
int |
getRepeatedUint32(int index)
repeated uint32 repeated_uint32 = 33; |
int |
getRepeatedUint32Count()
repeated uint32 repeated_uint32 = 33; |
java.util.List<java.lang.Integer> |
getRepeatedUint32List()
repeated uint32 repeated_uint32 = 33; |
long |
getRepeatedUint64(int index)
repeated uint64 repeated_uint64 = 34; |
int |
getRepeatedUint64Count()
repeated uint64 repeated_uint64 = 34; |
java.util.List<java.lang.Long> |
getRepeatedUint64List()
repeated uint64 repeated_uint64 = 34; |
boolean |
hasDefaultBool()
optional bool default_bool = 73 [default = true]; |
boolean |
hasDefaultBytes()
optional bytes default_bytes = 75 [default = "world"]; |
boolean |
hasDefaultCord()
optional string default_cord = 85 [default = "123", ctype = CORD]; |
boolean |
hasDefaultDouble()
optional double default_double = 72 [default = 52000]; |
boolean |
hasDefaultFixed32()
optional fixed32 default_fixed32 = 67 [default = 47]; |
boolean |
hasDefaultFixed64()
optional fixed64 default_fixed64 = 68 [default = 48]; |
boolean |
hasDefaultFloat()
optional float default_float = 71 [default = 51.5]; |
boolean |
hasDefaultForeignEnum()
optional .protobuf_unittest.ForeignEnumLite default_foreign_enum = 82 [default = FOREIGN_LITE_BAR]; |
boolean |
hasDefaultImportEnum()
optional .protobuf_unittest_import.ImportEnumLite default_import_enum = 83 [default = IMPORT_LITE_BAR]; |
boolean |
hasDefaultInt32()
optional int32 default_int32 = 61 [default = 41]; |
boolean |
hasDefaultInt64()
optional int64 default_int64 = 62 [default = 42]; |
boolean |
hasDefaultNestedEnum()
optional .protobuf_unittest.TestAllTypesLite.NestedEnum default_nested_enum = 81 [default = BAR]; |
boolean |
hasDefaultSfixed32()
optional sfixed32 default_sfixed32 = 69 [default = 49]; |
boolean |
hasDefaultSfixed64()
optional sfixed64 default_sfixed64 = 70 [default = -50]; |
boolean |
hasDefaultSint32()
optional sint32 default_sint32 = 65 [default = -45]; |
boolean |
hasDefaultSint64()
optional sint64 default_sint64 = 66 [default = 46]; |
boolean |
hasDefaultString()
optional string default_string = 74 [default = "hello"]; |
boolean |
hasDefaultStringPiece()
optional string default_string_piece = 84 [default = "abc", ctype = STRING_PIECE]; |
boolean |
hasDefaultUint32()
optional uint32 default_uint32 = 63 [default = 43]; |
boolean |
hasDefaultUint64()
optional uint64 default_uint64 = 64 [default = 44]; |
boolean |
hasOneofBytes()
optional bytes oneof_bytes = 114; |
boolean |
hasOneofNestedMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage oneof_nested_message = 112; |
boolean |
hasOneofString()
optional string oneof_string = 113; |
boolean |
hasOneofUint32()
optional uint32 oneof_uint32 = 111; |
boolean |
hasOptionalBool()
optional bool optional_bool = 13; |
boolean |
hasOptionalBytes()
optional bytes optional_bytes = 15; |
boolean |
hasOptionalCord()
optional string optional_cord = 25 [ctype = CORD]; |
boolean |
hasOptionalDouble()
optional double optional_double = 12; |
boolean |
hasOptionalFixed32()
optional fixed32 optional_fixed32 = 7; |
boolean |
hasOptionalFixed64()
optional fixed64 optional_fixed64 = 8; |
boolean |
hasOptionalFloat()
optional float optional_float = 11; |
boolean |
hasOptionalForeignEnum()
optional .protobuf_unittest.ForeignEnumLite optional_foreign_enum = 22; |
boolean |
hasOptionalForeignMessage()
optional .protobuf_unittest.ForeignMessageLite optional_foreign_message = 19; |
boolean |
hasOptionalGroup()
optional group OptionalGroup = 16 { ... |
boolean |
hasOptionalImportEnum()
optional .protobuf_unittest_import.ImportEnumLite optional_import_enum = 23; |
boolean |
hasOptionalImportMessage()
optional .protobuf_unittest_import.ImportMessageLite optional_import_message = 20; |
boolean |
hasOptionalInt32()
optional int32 optional_int32 = 1; |
boolean |
hasOptionalInt64()
optional int64 optional_int64 = 2; |
boolean |
hasOptionalLazyMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_lazy_message = 27 [lazy = true]; |
boolean |
hasOptionalNestedEnum()
optional .protobuf_unittest.TestAllTypesLite.NestedEnum optional_nested_enum = 21; |
boolean |
hasOptionalNestedMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_nested_message = 18; |
boolean |
hasOptionalPublicImportMessage()
optional .protobuf_unittest_import.PublicImportMessageLite optional_public_import_message = 26; |
boolean |
hasOptionalSfixed32()
optional sfixed32 optional_sfixed32 = 9; |
boolean |
hasOptionalSfixed64()
optional sfixed64 optional_sfixed64 = 10; |
boolean |
hasOptionalSint32()
optional sint32 optional_sint32 = 5; |
boolean |
hasOptionalSint64()
optional sint64 optional_sint64 = 6; |
boolean |
hasOptionalString()
optional string optional_string = 14; |
boolean |
hasOptionalStringPiece()
optional string optional_string_piece = 24 [ctype = STRING_PIECE]; |
boolean |
hasOptionalUint32()
optional uint32 optional_uint32 = 3; |
boolean |
hasOptionalUint64()
optional uint64 optional_uint64 = 4; |
boolean |
isInitialized() |
UnittestLite.TestAllTypesLite.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UnittestLite.TestAllTypesLite.Builder |
mergeFrom(UnittestLite.TestAllTypesLite other) |
UnittestLite.TestAllTypesLite.Builder |
mergeOneofNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage oneof_nested_message = 112; |
UnittestLite.TestAllTypesLite.Builder |
mergeOptionalForeignMessage(UnittestLite.ForeignMessageLite value)
optional .protobuf_unittest.ForeignMessageLite optional_foreign_message = 19; |
UnittestLite.TestAllTypesLite.Builder |
mergeOptionalGroup(UnittestLite.TestAllTypesLite.OptionalGroup value)
optional group OptionalGroup = 16 { ... |
UnittestLite.TestAllTypesLite.Builder |
mergeOptionalImportMessage(UnittestImportLite.ImportMessageLite value)
optional .protobuf_unittest_import.ImportMessageLite optional_import_message = 20; |
UnittestLite.TestAllTypesLite.Builder |
mergeOptionalLazyMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_lazy_message = 27 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
mergeOptionalNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_nested_message = 18; |
UnittestLite.TestAllTypesLite.Builder |
mergeOptionalPublicImportMessage(UnittestImportPublicLite.PublicImportMessageLite value)
optional .protobuf_unittest_import.PublicImportMessageLite optional_public_import_message = 26; |
UnittestLite.TestAllTypesLite.Builder |
removeRepeatedForeignMessage(int index)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49; |
UnittestLite.TestAllTypesLite.Builder |
removeRepeatedGroup(int index)
repeated group RepeatedGroup = 46 { ... |
UnittestLite.TestAllTypesLite.Builder |
removeRepeatedImportMessage(int index)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50; |
UnittestLite.TestAllTypesLite.Builder |
removeRepeatedLazyMessage(int index)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
removeRepeatedNestedMessage(int index)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultBool(boolean value)
optional bool default_bool = 73 [default = true]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultBytes(com.google.protobuf.ByteString value)
optional bytes default_bytes = 75 [default = "world"]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultCord(java.lang.String value)
optional string default_cord = 85 [default = "123", ctype = CORD]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultCordBytes(com.google.protobuf.ByteString value)
optional string default_cord = 85 [default = "123", ctype = CORD]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultDouble(double value)
optional double default_double = 72 [default = 52000]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultFixed32(int value)
optional fixed32 default_fixed32 = 67 [default = 47]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultFixed64(long value)
optional fixed64 default_fixed64 = 68 [default = 48]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultFloat(float value)
optional float default_float = 71 [default = 51.5]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultForeignEnum(UnittestLite.ForeignEnumLite value)
optional .protobuf_unittest.ForeignEnumLite default_foreign_enum = 82 [default = FOREIGN_LITE_BAR]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultImportEnum(UnittestImportLite.ImportEnumLite value)
optional .protobuf_unittest_import.ImportEnumLite default_import_enum = 83 [default = IMPORT_LITE_BAR]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultInt32(int value)
optional int32 default_int32 = 61 [default = 41]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultInt64(long value)
optional int64 default_int64 = 62 [default = 42]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultNestedEnum(UnittestLite.TestAllTypesLite.NestedEnum value)
optional .protobuf_unittest.TestAllTypesLite.NestedEnum default_nested_enum = 81 [default = BAR]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultSfixed32(int value)
optional sfixed32 default_sfixed32 = 69 [default = 49]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultSfixed64(long value)
optional sfixed64 default_sfixed64 = 70 [default = -50]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultSint32(int value)
optional sint32 default_sint32 = 65 [default = -45]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultSint64(long value)
optional sint64 default_sint64 = 66 [default = 46]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultString(java.lang.String value)
optional string default_string = 74 [default = "hello"]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultStringBytes(com.google.protobuf.ByteString value)
optional string default_string = 74 [default = "hello"]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultStringPiece(java.lang.String value)
optional string default_string_piece = 84 [default = "abc", ctype = STRING_PIECE]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultStringPieceBytes(com.google.protobuf.ByteString value)
optional string default_string_piece = 84 [default = "abc", ctype = STRING_PIECE]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultUint32(int value)
optional uint32 default_uint32 = 63 [default = 43]; |
UnittestLite.TestAllTypesLite.Builder |
setDefaultUint64(long value)
optional uint64 default_uint64 = 64 [default = 44]; |
UnittestLite.TestAllTypesLite.Builder |
setOneofBytes(com.google.protobuf.ByteString value)
optional bytes oneof_bytes = 114; |
UnittestLite.TestAllTypesLite.Builder |
setOneofNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage oneof_nested_message = 112; |
UnittestLite.TestAllTypesLite.Builder |
setOneofNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage oneof_nested_message = 112; |
UnittestLite.TestAllTypesLite.Builder |
setOneofString(java.lang.String value)
optional string oneof_string = 113; |
UnittestLite.TestAllTypesLite.Builder |
setOneofStringBytes(com.google.protobuf.ByteString value)
optional string oneof_string = 113; |
UnittestLite.TestAllTypesLite.Builder |
setOneofUint32(int value)
optional uint32 oneof_uint32 = 111; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalBool(boolean value)
optional bool optional_bool = 13; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalBytes(com.google.protobuf.ByteString value)
optional bytes optional_bytes = 15; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalCord(java.lang.String value)
optional string optional_cord = 25 [ctype = CORD]; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalCordBytes(com.google.protobuf.ByteString value)
optional string optional_cord = 25 [ctype = CORD]; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalDouble(double value)
optional double optional_double = 12; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalFixed32(int value)
optional fixed32 optional_fixed32 = 7; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalFixed64(long value)
optional fixed64 optional_fixed64 = 8; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalFloat(float value)
optional float optional_float = 11; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalForeignEnum(UnittestLite.ForeignEnumLite value)
optional .protobuf_unittest.ForeignEnumLite optional_foreign_enum = 22; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalForeignMessage(UnittestLite.ForeignMessageLite.Builder builderForValue)
optional .protobuf_unittest.ForeignMessageLite optional_foreign_message = 19; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalForeignMessage(UnittestLite.ForeignMessageLite value)
optional .protobuf_unittest.ForeignMessageLite optional_foreign_message = 19; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalGroup(UnittestLite.TestAllTypesLite.OptionalGroup.Builder builderForValue)
optional group OptionalGroup = 16 { ... |
UnittestLite.TestAllTypesLite.Builder |
setOptionalGroup(UnittestLite.TestAllTypesLite.OptionalGroup value)
optional group OptionalGroup = 16 { ... |
UnittestLite.TestAllTypesLite.Builder |
setOptionalImportEnum(UnittestImportLite.ImportEnumLite value)
optional .protobuf_unittest_import.ImportEnumLite optional_import_enum = 23; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalImportMessage(UnittestImportLite.ImportMessageLite.Builder builderForValue)
optional .protobuf_unittest_import.ImportMessageLite optional_import_message = 20; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalImportMessage(UnittestImportLite.ImportMessageLite value)
optional .protobuf_unittest_import.ImportMessageLite optional_import_message = 20; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalInt32(int value)
optional int32 optional_int32 = 1; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalInt64(long value)
optional int64 optional_int64 = 2; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalLazyMessage(UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_lazy_message = 27 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalLazyMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_lazy_message = 27 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalNestedEnum(UnittestLite.TestAllTypesLite.NestedEnum value)
optional .protobuf_unittest.TestAllTypesLite.NestedEnum optional_nested_enum = 21; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_nested_message = 18; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_nested_message = 18; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalPublicImportMessage(UnittestImportPublicLite.PublicImportMessageLite.Builder builderForValue)
optional .protobuf_unittest_import.PublicImportMessageLite optional_public_import_message = 26; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalPublicImportMessage(UnittestImportPublicLite.PublicImportMessageLite value)
optional .protobuf_unittest_import.PublicImportMessageLite optional_public_import_message = 26; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalSfixed32(int value)
optional sfixed32 optional_sfixed32 = 9; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalSfixed64(long value)
optional sfixed64 optional_sfixed64 = 10; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalSint32(int value)
optional sint32 optional_sint32 = 5; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalSint64(long value)
optional sint64 optional_sint64 = 6; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalString(java.lang.String value)
optional string optional_string = 14; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalStringBytes(com.google.protobuf.ByteString value)
optional string optional_string = 14; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalStringPiece(java.lang.String value)
optional string optional_string_piece = 24 [ctype = STRING_PIECE]; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalStringPieceBytes(com.google.protobuf.ByteString value)
optional string optional_string_piece = 24 [ctype = STRING_PIECE]; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalUint32(int value)
optional uint32 optional_uint32 = 3; |
UnittestLite.TestAllTypesLite.Builder |
setOptionalUint64(long value)
optional uint64 optional_uint64 = 4; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedBool(int index,
boolean value)
repeated bool repeated_bool = 43; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedBytes(int index,
com.google.protobuf.ByteString value)
repeated bytes repeated_bytes = 45; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedCord(int index,
java.lang.String value)
repeated string repeated_cord = 55 [ctype = CORD]; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedDouble(int index,
double value)
repeated double repeated_double = 42; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedFixed32(int index,
int value)
repeated fixed32 repeated_fixed32 = 37; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedFixed64(int index,
long value)
repeated fixed64 repeated_fixed64 = 38; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedFloat(int index,
float value)
repeated float repeated_float = 41; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedForeignEnum(int index,
UnittestLite.ForeignEnumLite value)
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedForeignMessage(int index,
UnittestLite.ForeignMessageLite.Builder builderForValue)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedForeignMessage(int index,
UnittestLite.ForeignMessageLite value)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedGroup(int index,
UnittestLite.TestAllTypesLite.RepeatedGroup.Builder builderForValue)
repeated group RepeatedGroup = 46 { ... |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedGroup(int index,
UnittestLite.TestAllTypesLite.RepeatedGroup value)
repeated group RepeatedGroup = 46 { ... |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedImportEnum(int index,
UnittestImportLite.ImportEnumLite value)
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedImportMessage(int index,
UnittestImportLite.ImportMessageLite.Builder builderForValue)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedImportMessage(int index,
UnittestImportLite.ImportMessageLite value)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedInt32(int index,
int value)
repeated int32 repeated_int32 = 31; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedInt64(int index,
long value)
repeated int64 repeated_int64 = 32; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedLazyMessage(int index,
UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedLazyMessage(int index,
UnittestLite.TestAllTypesLite.NestedMessage value)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true]; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedNestedEnum(int index,
UnittestLite.TestAllTypesLite.NestedEnum value)
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedNestedMessage(int index,
UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedNestedMessage(int index,
UnittestLite.TestAllTypesLite.NestedMessage value)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedSfixed32(int index,
int value)
repeated sfixed32 repeated_sfixed32 = 39; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedSfixed64(int index,
long value)
repeated sfixed64 repeated_sfixed64 = 40; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedSint32(int index,
int value)
repeated sint32 repeated_sint32 = 35; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedSint64(int index,
long value)
repeated sint64 repeated_sint64 = 36; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedString(int index,
java.lang.String value)
repeated string repeated_string = 44; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedStringPiece(int index,
java.lang.String value)
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE]; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedUint32(int index,
int value)
repeated uint32 repeated_uint32 = 33; |
UnittestLite.TestAllTypesLite.Builder |
setRepeatedUint64(int index,
long value)
repeated uint64 repeated_uint64 = 34; |
getUnknownFields, parseUnknownField, setUnknownFields
public UnittestLite.TestAllTypesLite.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<UnittestLite.TestAllTypesLite,UnittestLite.TestAllTypesLite.Builder>
public UnittestLite.TestAllTypesLite.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<UnittestLite.TestAllTypesLite,UnittestLite.TestAllTypesLite.Builder>
public UnittestLite.TestAllTypesLite getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<UnittestLite.TestAllTypesLite,UnittestLite.TestAllTypesLite.Builder>
public UnittestLite.TestAllTypesLite build()
build
in interface com.google.protobuf.MessageLite.Builder
public UnittestLite.TestAllTypesLite buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public UnittestLite.TestAllTypesLite.Builder mergeFrom(UnittestLite.TestAllTypesLite other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<UnittestLite.TestAllTypesLite,UnittestLite.TestAllTypesLite.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<UnittestLite.TestAllTypesLite.Builder>
java.io.IOException
public UnittestLite.TestAllTypesLite.OneofFieldCase getOneofFieldCase()
public UnittestLite.TestAllTypesLite.Builder clearOneofField()
public boolean hasOptionalInt32()
optional int32 optional_int32 = 1;
Singular
hasOptionalInt32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getOptionalInt32()
optional int32 optional_int32 = 1;
Singular
getOptionalInt32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalInt32(int value)
optional int32 optional_int32 = 1;
Singular
public UnittestLite.TestAllTypesLite.Builder clearOptionalInt32()
optional int32 optional_int32 = 1;
Singular
public boolean hasOptionalInt64()
optional int64 optional_int64 = 2;
hasOptionalInt64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getOptionalInt64()
optional int64 optional_int64 = 2;
getOptionalInt64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalInt64(long value)
optional int64 optional_int64 = 2;
public UnittestLite.TestAllTypesLite.Builder clearOptionalInt64()
optional int64 optional_int64 = 2;
public boolean hasOptionalUint32()
optional uint32 optional_uint32 = 3;
hasOptionalUint32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getOptionalUint32()
optional uint32 optional_uint32 = 3;
getOptionalUint32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalUint32(int value)
optional uint32 optional_uint32 = 3;
public UnittestLite.TestAllTypesLite.Builder clearOptionalUint32()
optional uint32 optional_uint32 = 3;
public boolean hasOptionalUint64()
optional uint64 optional_uint64 = 4;
hasOptionalUint64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getOptionalUint64()
optional uint64 optional_uint64 = 4;
getOptionalUint64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalUint64(long value)
optional uint64 optional_uint64 = 4;
public UnittestLite.TestAllTypesLite.Builder clearOptionalUint64()
optional uint64 optional_uint64 = 4;
public boolean hasOptionalSint32()
optional sint32 optional_sint32 = 5;
hasOptionalSint32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getOptionalSint32()
optional sint32 optional_sint32 = 5;
getOptionalSint32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalSint32(int value)
optional sint32 optional_sint32 = 5;
public UnittestLite.TestAllTypesLite.Builder clearOptionalSint32()
optional sint32 optional_sint32 = 5;
public boolean hasOptionalSint64()
optional sint64 optional_sint64 = 6;
hasOptionalSint64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getOptionalSint64()
optional sint64 optional_sint64 = 6;
getOptionalSint64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalSint64(long value)
optional sint64 optional_sint64 = 6;
public UnittestLite.TestAllTypesLite.Builder clearOptionalSint64()
optional sint64 optional_sint64 = 6;
public boolean hasOptionalFixed32()
optional fixed32 optional_fixed32 = 7;
hasOptionalFixed32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getOptionalFixed32()
optional fixed32 optional_fixed32 = 7;
getOptionalFixed32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalFixed32(int value)
optional fixed32 optional_fixed32 = 7;
public UnittestLite.TestAllTypesLite.Builder clearOptionalFixed32()
optional fixed32 optional_fixed32 = 7;
public boolean hasOptionalFixed64()
optional fixed64 optional_fixed64 = 8;
hasOptionalFixed64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getOptionalFixed64()
optional fixed64 optional_fixed64 = 8;
getOptionalFixed64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalFixed64(long value)
optional fixed64 optional_fixed64 = 8;
public UnittestLite.TestAllTypesLite.Builder clearOptionalFixed64()
optional fixed64 optional_fixed64 = 8;
public boolean hasOptionalSfixed32()
optional sfixed32 optional_sfixed32 = 9;
hasOptionalSfixed32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getOptionalSfixed32()
optional sfixed32 optional_sfixed32 = 9;
getOptionalSfixed32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalSfixed32(int value)
optional sfixed32 optional_sfixed32 = 9;
public UnittestLite.TestAllTypesLite.Builder clearOptionalSfixed32()
optional sfixed32 optional_sfixed32 = 9;
public boolean hasOptionalSfixed64()
optional sfixed64 optional_sfixed64 = 10;
hasOptionalSfixed64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getOptionalSfixed64()
optional sfixed64 optional_sfixed64 = 10;
getOptionalSfixed64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalSfixed64(long value)
optional sfixed64 optional_sfixed64 = 10;
public UnittestLite.TestAllTypesLite.Builder clearOptionalSfixed64()
optional sfixed64 optional_sfixed64 = 10;
public boolean hasOptionalFloat()
optional float optional_float = 11;
hasOptionalFloat
in interface UnittestLite.TestAllTypesLiteOrBuilder
public float getOptionalFloat()
optional float optional_float = 11;
getOptionalFloat
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalFloat(float value)
optional float optional_float = 11;
public UnittestLite.TestAllTypesLite.Builder clearOptionalFloat()
optional float optional_float = 11;
public boolean hasOptionalDouble()
optional double optional_double = 12;
hasOptionalDouble
in interface UnittestLite.TestAllTypesLiteOrBuilder
public double getOptionalDouble()
optional double optional_double = 12;
getOptionalDouble
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalDouble(double value)
optional double optional_double = 12;
public UnittestLite.TestAllTypesLite.Builder clearOptionalDouble()
optional double optional_double = 12;
public boolean hasOptionalBool()
optional bool optional_bool = 13;
hasOptionalBool
in interface UnittestLite.TestAllTypesLiteOrBuilder
public boolean getOptionalBool()
optional bool optional_bool = 13;
getOptionalBool
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalBool(boolean value)
optional bool optional_bool = 13;
public UnittestLite.TestAllTypesLite.Builder clearOptionalBool()
optional bool optional_bool = 13;
public boolean hasOptionalString()
optional string optional_string = 14;
hasOptionalString
in interface UnittestLite.TestAllTypesLiteOrBuilder
public java.lang.String getOptionalString()
optional string optional_string = 14;
getOptionalString
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getOptionalStringBytes()
optional string optional_string = 14;
getOptionalStringBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalString(java.lang.String value)
optional string optional_string = 14;
public UnittestLite.TestAllTypesLite.Builder clearOptionalString()
optional string optional_string = 14;
public UnittestLite.TestAllTypesLite.Builder setOptionalStringBytes(com.google.protobuf.ByteString value)
optional string optional_string = 14;
public boolean hasOptionalBytes()
optional bytes optional_bytes = 15;
hasOptionalBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getOptionalBytes()
optional bytes optional_bytes = 15;
getOptionalBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalBytes(com.google.protobuf.ByteString value)
optional bytes optional_bytes = 15;
public UnittestLite.TestAllTypesLite.Builder clearOptionalBytes()
optional bytes optional_bytes = 15;
public boolean hasOptionalGroup()
optional group OptionalGroup = 16 { ... }
hasOptionalGroup
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.OptionalGroup getOptionalGroup()
optional group OptionalGroup = 16 { ... }
getOptionalGroup
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalGroup(UnittestLite.TestAllTypesLite.OptionalGroup value)
optional group OptionalGroup = 16 { ... }
public UnittestLite.TestAllTypesLite.Builder setOptionalGroup(UnittestLite.TestAllTypesLite.OptionalGroup.Builder builderForValue)
optional group OptionalGroup = 16 { ... }
public UnittestLite.TestAllTypesLite.Builder mergeOptionalGroup(UnittestLite.TestAllTypesLite.OptionalGroup value)
optional group OptionalGroup = 16 { ... }
public UnittestLite.TestAllTypesLite.Builder clearOptionalGroup()
optional group OptionalGroup = 16 { ... }
public boolean hasOptionalNestedMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_nested_message = 18;
hasOptionalNestedMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.NestedMessage getOptionalNestedMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_nested_message = 18;
getOptionalNestedMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_nested_message = 18;
public UnittestLite.TestAllTypesLite.Builder setOptionalNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_nested_message = 18;
public UnittestLite.TestAllTypesLite.Builder mergeOptionalNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_nested_message = 18;
public UnittestLite.TestAllTypesLite.Builder clearOptionalNestedMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_nested_message = 18;
public boolean hasOptionalForeignMessage()
optional .protobuf_unittest.ForeignMessageLite optional_foreign_message = 19;
hasOptionalForeignMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.ForeignMessageLite getOptionalForeignMessage()
optional .protobuf_unittest.ForeignMessageLite optional_foreign_message = 19;
getOptionalForeignMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalForeignMessage(UnittestLite.ForeignMessageLite value)
optional .protobuf_unittest.ForeignMessageLite optional_foreign_message = 19;
public UnittestLite.TestAllTypesLite.Builder setOptionalForeignMessage(UnittestLite.ForeignMessageLite.Builder builderForValue)
optional .protobuf_unittest.ForeignMessageLite optional_foreign_message = 19;
public UnittestLite.TestAllTypesLite.Builder mergeOptionalForeignMessage(UnittestLite.ForeignMessageLite value)
optional .protobuf_unittest.ForeignMessageLite optional_foreign_message = 19;
public UnittestLite.TestAllTypesLite.Builder clearOptionalForeignMessage()
optional .protobuf_unittest.ForeignMessageLite optional_foreign_message = 19;
public boolean hasOptionalImportMessage()
optional .protobuf_unittest_import.ImportMessageLite optional_import_message = 20;
hasOptionalImportMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestImportLite.ImportMessageLite getOptionalImportMessage()
optional .protobuf_unittest_import.ImportMessageLite optional_import_message = 20;
getOptionalImportMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalImportMessage(UnittestImportLite.ImportMessageLite value)
optional .protobuf_unittest_import.ImportMessageLite optional_import_message = 20;
public UnittestLite.TestAllTypesLite.Builder setOptionalImportMessage(UnittestImportLite.ImportMessageLite.Builder builderForValue)
optional .protobuf_unittest_import.ImportMessageLite optional_import_message = 20;
public UnittestLite.TestAllTypesLite.Builder mergeOptionalImportMessage(UnittestImportLite.ImportMessageLite value)
optional .protobuf_unittest_import.ImportMessageLite optional_import_message = 20;
public UnittestLite.TestAllTypesLite.Builder clearOptionalImportMessage()
optional .protobuf_unittest_import.ImportMessageLite optional_import_message = 20;
public boolean hasOptionalNestedEnum()
optional .protobuf_unittest.TestAllTypesLite.NestedEnum optional_nested_enum = 21;
hasOptionalNestedEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.NestedEnum getOptionalNestedEnum()
optional .protobuf_unittest.TestAllTypesLite.NestedEnum optional_nested_enum = 21;
getOptionalNestedEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalNestedEnum(UnittestLite.TestAllTypesLite.NestedEnum value)
optional .protobuf_unittest.TestAllTypesLite.NestedEnum optional_nested_enum = 21;
public UnittestLite.TestAllTypesLite.Builder clearOptionalNestedEnum()
optional .protobuf_unittest.TestAllTypesLite.NestedEnum optional_nested_enum = 21;
public boolean hasOptionalForeignEnum()
optional .protobuf_unittest.ForeignEnumLite optional_foreign_enum = 22;
hasOptionalForeignEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.ForeignEnumLite getOptionalForeignEnum()
optional .protobuf_unittest.ForeignEnumLite optional_foreign_enum = 22;
getOptionalForeignEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalForeignEnum(UnittestLite.ForeignEnumLite value)
optional .protobuf_unittest.ForeignEnumLite optional_foreign_enum = 22;
public UnittestLite.TestAllTypesLite.Builder clearOptionalForeignEnum()
optional .protobuf_unittest.ForeignEnumLite optional_foreign_enum = 22;
public boolean hasOptionalImportEnum()
optional .protobuf_unittest_import.ImportEnumLite optional_import_enum = 23;
hasOptionalImportEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestImportLite.ImportEnumLite getOptionalImportEnum()
optional .protobuf_unittest_import.ImportEnumLite optional_import_enum = 23;
getOptionalImportEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalImportEnum(UnittestImportLite.ImportEnumLite value)
optional .protobuf_unittest_import.ImportEnumLite optional_import_enum = 23;
public UnittestLite.TestAllTypesLite.Builder clearOptionalImportEnum()
optional .protobuf_unittest_import.ImportEnumLite optional_import_enum = 23;
public boolean hasOptionalStringPiece()
optional string optional_string_piece = 24 [ctype = STRING_PIECE];
hasOptionalStringPiece
in interface UnittestLite.TestAllTypesLiteOrBuilder
public java.lang.String getOptionalStringPiece()
optional string optional_string_piece = 24 [ctype = STRING_PIECE];
getOptionalStringPiece
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getOptionalStringPieceBytes()
optional string optional_string_piece = 24 [ctype = STRING_PIECE];
getOptionalStringPieceBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalStringPiece(java.lang.String value)
optional string optional_string_piece = 24 [ctype = STRING_PIECE];
public UnittestLite.TestAllTypesLite.Builder clearOptionalStringPiece()
optional string optional_string_piece = 24 [ctype = STRING_PIECE];
public UnittestLite.TestAllTypesLite.Builder setOptionalStringPieceBytes(com.google.protobuf.ByteString value)
optional string optional_string_piece = 24 [ctype = STRING_PIECE];
public boolean hasOptionalCord()
optional string optional_cord = 25 [ctype = CORD];
hasOptionalCord
in interface UnittestLite.TestAllTypesLiteOrBuilder
public java.lang.String getOptionalCord()
optional string optional_cord = 25 [ctype = CORD];
getOptionalCord
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getOptionalCordBytes()
optional string optional_cord = 25 [ctype = CORD];
getOptionalCordBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalCord(java.lang.String value)
optional string optional_cord = 25 [ctype = CORD];
public UnittestLite.TestAllTypesLite.Builder clearOptionalCord()
optional string optional_cord = 25 [ctype = CORD];
public UnittestLite.TestAllTypesLite.Builder setOptionalCordBytes(com.google.protobuf.ByteString value)
optional string optional_cord = 25 [ctype = CORD];
public boolean hasOptionalPublicImportMessage()
optional .protobuf_unittest_import.PublicImportMessageLite optional_public_import_message = 26;
Defined in unittest_import_public.proto
hasOptionalPublicImportMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestImportPublicLite.PublicImportMessageLite getOptionalPublicImportMessage()
optional .protobuf_unittest_import.PublicImportMessageLite optional_public_import_message = 26;
Defined in unittest_import_public.proto
getOptionalPublicImportMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalPublicImportMessage(UnittestImportPublicLite.PublicImportMessageLite value)
optional .protobuf_unittest_import.PublicImportMessageLite optional_public_import_message = 26;
Defined in unittest_import_public.proto
public UnittestLite.TestAllTypesLite.Builder setOptionalPublicImportMessage(UnittestImportPublicLite.PublicImportMessageLite.Builder builderForValue)
optional .protobuf_unittest_import.PublicImportMessageLite optional_public_import_message = 26;
Defined in unittest_import_public.proto
public UnittestLite.TestAllTypesLite.Builder mergeOptionalPublicImportMessage(UnittestImportPublicLite.PublicImportMessageLite value)
optional .protobuf_unittest_import.PublicImportMessageLite optional_public_import_message = 26;
Defined in unittest_import_public.proto
public UnittestLite.TestAllTypesLite.Builder clearOptionalPublicImportMessage()
optional .protobuf_unittest_import.PublicImportMessageLite optional_public_import_message = 26;
Defined in unittest_import_public.proto
public boolean hasOptionalLazyMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_lazy_message = 27 [lazy = true];
hasOptionalLazyMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.NestedMessage getOptionalLazyMessage()
UnittestLite.TestAllTypesLiteOrBuilder
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_lazy_message = 27 [lazy = true];
getOptionalLazyMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOptionalLazyMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_lazy_message = 27 [lazy = true];
public UnittestLite.TestAllTypesLite.Builder setOptionalLazyMessage(UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_lazy_message = 27 [lazy = true];
public UnittestLite.TestAllTypesLite.Builder mergeOptionalLazyMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_lazy_message = 27 [lazy = true];
public UnittestLite.TestAllTypesLite.Builder clearOptionalLazyMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage optional_lazy_message = 27 [lazy = true];
public java.util.List<java.lang.Integer> getRepeatedInt32List()
repeated int32 repeated_int32 = 31;
Repeated
getRepeatedInt32List
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedInt32Count()
repeated int32 repeated_int32 = 31;
Repeated
getRepeatedInt32Count
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedInt32(int index)
repeated int32 repeated_int32 = 31;
Repeated
getRepeatedInt32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedInt32(int index, int value)
repeated int32 repeated_int32 = 31;
Repeated
public UnittestLite.TestAllTypesLite.Builder addRepeatedInt32(int value)
repeated int32 repeated_int32 = 31;
Repeated
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedInt32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 repeated_int32 = 31;
Repeated
public UnittestLite.TestAllTypesLite.Builder clearRepeatedInt32()
repeated int32 repeated_int32 = 31;
Repeated
public java.util.List<java.lang.Long> getRepeatedInt64List()
repeated int64 repeated_int64 = 32;
getRepeatedInt64List
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedInt64Count()
repeated int64 repeated_int64 = 32;
getRepeatedInt64Count
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getRepeatedInt64(int index)
repeated int64 repeated_int64 = 32;
getRepeatedInt64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedInt64(int index, long value)
repeated int64 repeated_int64 = 32;
public UnittestLite.TestAllTypesLite.Builder addRepeatedInt64(long value)
repeated int64 repeated_int64 = 32;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedInt64(java.lang.Iterable<? extends java.lang.Long> values)
repeated int64 repeated_int64 = 32;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedInt64()
repeated int64 repeated_int64 = 32;
public java.util.List<java.lang.Integer> getRepeatedUint32List()
repeated uint32 repeated_uint32 = 33;
getRepeatedUint32List
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedUint32Count()
repeated uint32 repeated_uint32 = 33;
getRepeatedUint32Count
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedUint32(int index)
repeated uint32 repeated_uint32 = 33;
getRepeatedUint32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedUint32(int index, int value)
repeated uint32 repeated_uint32 = 33;
public UnittestLite.TestAllTypesLite.Builder addRepeatedUint32(int value)
repeated uint32 repeated_uint32 = 33;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedUint32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated uint32 repeated_uint32 = 33;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedUint32()
repeated uint32 repeated_uint32 = 33;
public java.util.List<java.lang.Long> getRepeatedUint64List()
repeated uint64 repeated_uint64 = 34;
getRepeatedUint64List
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedUint64Count()
repeated uint64 repeated_uint64 = 34;
getRepeatedUint64Count
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getRepeatedUint64(int index)
repeated uint64 repeated_uint64 = 34;
getRepeatedUint64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedUint64(int index, long value)
repeated uint64 repeated_uint64 = 34;
public UnittestLite.TestAllTypesLite.Builder addRepeatedUint64(long value)
repeated uint64 repeated_uint64 = 34;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedUint64(java.lang.Iterable<? extends java.lang.Long> values)
repeated uint64 repeated_uint64 = 34;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedUint64()
repeated uint64 repeated_uint64 = 34;
public java.util.List<java.lang.Integer> getRepeatedSint32List()
repeated sint32 repeated_sint32 = 35;
getRepeatedSint32List
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedSint32Count()
repeated sint32 repeated_sint32 = 35;
getRepeatedSint32Count
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedSint32(int index)
repeated sint32 repeated_sint32 = 35;
getRepeatedSint32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedSint32(int index, int value)
repeated sint32 repeated_sint32 = 35;
public UnittestLite.TestAllTypesLite.Builder addRepeatedSint32(int value)
repeated sint32 repeated_sint32 = 35;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedSint32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated sint32 repeated_sint32 = 35;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedSint32()
repeated sint32 repeated_sint32 = 35;
public java.util.List<java.lang.Long> getRepeatedSint64List()
repeated sint64 repeated_sint64 = 36;
getRepeatedSint64List
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedSint64Count()
repeated sint64 repeated_sint64 = 36;
getRepeatedSint64Count
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getRepeatedSint64(int index)
repeated sint64 repeated_sint64 = 36;
getRepeatedSint64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedSint64(int index, long value)
repeated sint64 repeated_sint64 = 36;
public UnittestLite.TestAllTypesLite.Builder addRepeatedSint64(long value)
repeated sint64 repeated_sint64 = 36;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedSint64(java.lang.Iterable<? extends java.lang.Long> values)
repeated sint64 repeated_sint64 = 36;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedSint64()
repeated sint64 repeated_sint64 = 36;
public java.util.List<java.lang.Integer> getRepeatedFixed32List()
repeated fixed32 repeated_fixed32 = 37;
getRepeatedFixed32List
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedFixed32Count()
repeated fixed32 repeated_fixed32 = 37;
getRepeatedFixed32Count
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedFixed32(int index)
repeated fixed32 repeated_fixed32 = 37;
getRepeatedFixed32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedFixed32(int index, int value)
repeated fixed32 repeated_fixed32 = 37;
public UnittestLite.TestAllTypesLite.Builder addRepeatedFixed32(int value)
repeated fixed32 repeated_fixed32 = 37;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedFixed32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated fixed32 repeated_fixed32 = 37;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedFixed32()
repeated fixed32 repeated_fixed32 = 37;
public java.util.List<java.lang.Long> getRepeatedFixed64List()
repeated fixed64 repeated_fixed64 = 38;
getRepeatedFixed64List
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedFixed64Count()
repeated fixed64 repeated_fixed64 = 38;
getRepeatedFixed64Count
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getRepeatedFixed64(int index)
repeated fixed64 repeated_fixed64 = 38;
getRepeatedFixed64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedFixed64(int index, long value)
repeated fixed64 repeated_fixed64 = 38;
public UnittestLite.TestAllTypesLite.Builder addRepeatedFixed64(long value)
repeated fixed64 repeated_fixed64 = 38;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedFixed64(java.lang.Iterable<? extends java.lang.Long> values)
repeated fixed64 repeated_fixed64 = 38;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedFixed64()
repeated fixed64 repeated_fixed64 = 38;
public java.util.List<java.lang.Integer> getRepeatedSfixed32List()
repeated sfixed32 repeated_sfixed32 = 39;
getRepeatedSfixed32List
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedSfixed32Count()
repeated sfixed32 repeated_sfixed32 = 39;
getRepeatedSfixed32Count
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedSfixed32(int index)
repeated sfixed32 repeated_sfixed32 = 39;
getRepeatedSfixed32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedSfixed32(int index, int value)
repeated sfixed32 repeated_sfixed32 = 39;
public UnittestLite.TestAllTypesLite.Builder addRepeatedSfixed32(int value)
repeated sfixed32 repeated_sfixed32 = 39;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedSfixed32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated sfixed32 repeated_sfixed32 = 39;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedSfixed32()
repeated sfixed32 repeated_sfixed32 = 39;
public java.util.List<java.lang.Long> getRepeatedSfixed64List()
repeated sfixed64 repeated_sfixed64 = 40;
getRepeatedSfixed64List
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedSfixed64Count()
repeated sfixed64 repeated_sfixed64 = 40;
getRepeatedSfixed64Count
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getRepeatedSfixed64(int index)
repeated sfixed64 repeated_sfixed64 = 40;
getRepeatedSfixed64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedSfixed64(int index, long value)
repeated sfixed64 repeated_sfixed64 = 40;
public UnittestLite.TestAllTypesLite.Builder addRepeatedSfixed64(long value)
repeated sfixed64 repeated_sfixed64 = 40;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedSfixed64(java.lang.Iterable<? extends java.lang.Long> values)
repeated sfixed64 repeated_sfixed64 = 40;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedSfixed64()
repeated sfixed64 repeated_sfixed64 = 40;
public java.util.List<java.lang.Float> getRepeatedFloatList()
repeated float repeated_float = 41;
getRepeatedFloatList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedFloatCount()
repeated float repeated_float = 41;
getRepeatedFloatCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public float getRepeatedFloat(int index)
repeated float repeated_float = 41;
getRepeatedFloat
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedFloat(int index, float value)
repeated float repeated_float = 41;
public UnittestLite.TestAllTypesLite.Builder addRepeatedFloat(float value)
repeated float repeated_float = 41;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedFloat(java.lang.Iterable<? extends java.lang.Float> values)
repeated float repeated_float = 41;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedFloat()
repeated float repeated_float = 41;
public java.util.List<java.lang.Double> getRepeatedDoubleList()
repeated double repeated_double = 42;
getRepeatedDoubleList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedDoubleCount()
repeated double repeated_double = 42;
getRepeatedDoubleCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public double getRepeatedDouble(int index)
repeated double repeated_double = 42;
getRepeatedDouble
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedDouble(int index, double value)
repeated double repeated_double = 42;
public UnittestLite.TestAllTypesLite.Builder addRepeatedDouble(double value)
repeated double repeated_double = 42;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedDouble(java.lang.Iterable<? extends java.lang.Double> values)
repeated double repeated_double = 42;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedDouble()
repeated double repeated_double = 42;
public java.util.List<java.lang.Boolean> getRepeatedBoolList()
repeated bool repeated_bool = 43;
getRepeatedBoolList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedBoolCount()
repeated bool repeated_bool = 43;
getRepeatedBoolCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public boolean getRepeatedBool(int index)
repeated bool repeated_bool = 43;
getRepeatedBool
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedBool(int index, boolean value)
repeated bool repeated_bool = 43;
public UnittestLite.TestAllTypesLite.Builder addRepeatedBool(boolean value)
repeated bool repeated_bool = 43;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedBool(java.lang.Iterable<? extends java.lang.Boolean> values)
repeated bool repeated_bool = 43;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedBool()
repeated bool repeated_bool = 43;
public com.google.protobuf.ProtocolStringList getRepeatedStringList()
repeated string repeated_string = 44;
getRepeatedStringList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedStringCount()
repeated string repeated_string = 44;
getRepeatedStringCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public java.lang.String getRepeatedString(int index)
repeated string repeated_string = 44;
getRepeatedString
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getRepeatedStringBytes(int index)
repeated string repeated_string = 44;
getRepeatedStringBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedString(int index, java.lang.String value)
repeated string repeated_string = 44;
public UnittestLite.TestAllTypesLite.Builder addRepeatedString(java.lang.String value)
repeated string repeated_string = 44;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedString(java.lang.Iterable<java.lang.String> values)
repeated string repeated_string = 44;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedString()
repeated string repeated_string = 44;
public UnittestLite.TestAllTypesLite.Builder addRepeatedStringBytes(com.google.protobuf.ByteString value)
repeated string repeated_string = 44;
public java.util.List<com.google.protobuf.ByteString> getRepeatedBytesList()
repeated bytes repeated_bytes = 45;
getRepeatedBytesList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedBytesCount()
repeated bytes repeated_bytes = 45;
getRepeatedBytesCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getRepeatedBytes(int index)
repeated bytes repeated_bytes = 45;
getRepeatedBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedBytes(int index, com.google.protobuf.ByteString value)
repeated bytes repeated_bytes = 45;
public UnittestLite.TestAllTypesLite.Builder addRepeatedBytes(com.google.protobuf.ByteString value)
repeated bytes repeated_bytes = 45;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedBytes(java.lang.Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes repeated_bytes = 45;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedBytes()
repeated bytes repeated_bytes = 45;
public java.util.List<UnittestLite.TestAllTypesLite.RepeatedGroup> getRepeatedGroupList()
repeated group RepeatedGroup = 46 { ... }
getRepeatedGroupList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedGroupCount()
repeated group RepeatedGroup = 46 { ... }
getRepeatedGroupCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.RepeatedGroup getRepeatedGroup(int index)
repeated group RepeatedGroup = 46 { ... }
getRepeatedGroup
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedGroup(int index, UnittestLite.TestAllTypesLite.RepeatedGroup value)
repeated group RepeatedGroup = 46 { ... }
public UnittestLite.TestAllTypesLite.Builder setRepeatedGroup(int index, UnittestLite.TestAllTypesLite.RepeatedGroup.Builder builderForValue)
repeated group RepeatedGroup = 46 { ... }
public UnittestLite.TestAllTypesLite.Builder addRepeatedGroup(UnittestLite.TestAllTypesLite.RepeatedGroup value)
repeated group RepeatedGroup = 46 { ... }
public UnittestLite.TestAllTypesLite.Builder addRepeatedGroup(int index, UnittestLite.TestAllTypesLite.RepeatedGroup value)
repeated group RepeatedGroup = 46 { ... }
public UnittestLite.TestAllTypesLite.Builder addRepeatedGroup(UnittestLite.TestAllTypesLite.RepeatedGroup.Builder builderForValue)
repeated group RepeatedGroup = 46 { ... }
public UnittestLite.TestAllTypesLite.Builder addRepeatedGroup(int index, UnittestLite.TestAllTypesLite.RepeatedGroup.Builder builderForValue)
repeated group RepeatedGroup = 46 { ... }
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedGroup(java.lang.Iterable<? extends UnittestLite.TestAllTypesLite.RepeatedGroup> values)
repeated group RepeatedGroup = 46 { ... }
public UnittestLite.TestAllTypesLite.Builder clearRepeatedGroup()
repeated group RepeatedGroup = 46 { ... }
public UnittestLite.TestAllTypesLite.Builder removeRepeatedGroup(int index)
repeated group RepeatedGroup = 46 { ... }
public java.util.List<UnittestLite.TestAllTypesLite.NestedMessage> getRepeatedNestedMessageList()
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48;
getRepeatedNestedMessageList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedNestedMessageCount()
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48;
getRepeatedNestedMessageCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.NestedMessage getRepeatedNestedMessage(int index)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48;
getRepeatedNestedMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedNestedMessage(int index, UnittestLite.TestAllTypesLite.NestedMessage value)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48;
public UnittestLite.TestAllTypesLite.Builder setRepeatedNestedMessage(int index, UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48;
public UnittestLite.TestAllTypesLite.Builder addRepeatedNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48;
public UnittestLite.TestAllTypesLite.Builder addRepeatedNestedMessage(int index, UnittestLite.TestAllTypesLite.NestedMessage value)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48;
public UnittestLite.TestAllTypesLite.Builder addRepeatedNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48;
public UnittestLite.TestAllTypesLite.Builder addRepeatedNestedMessage(int index, UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedNestedMessage(java.lang.Iterable<? extends UnittestLite.TestAllTypesLite.NestedMessage> values)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedNestedMessage()
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48;
public UnittestLite.TestAllTypesLite.Builder removeRepeatedNestedMessage(int index)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_nested_message = 48;
public java.util.List<UnittestLite.ForeignMessageLite> getRepeatedForeignMessageList()
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49;
getRepeatedForeignMessageList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedForeignMessageCount()
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49;
getRepeatedForeignMessageCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.ForeignMessageLite getRepeatedForeignMessage(int index)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49;
getRepeatedForeignMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedForeignMessage(int index, UnittestLite.ForeignMessageLite value)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49;
public UnittestLite.TestAllTypesLite.Builder setRepeatedForeignMessage(int index, UnittestLite.ForeignMessageLite.Builder builderForValue)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49;
public UnittestLite.TestAllTypesLite.Builder addRepeatedForeignMessage(UnittestLite.ForeignMessageLite value)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49;
public UnittestLite.TestAllTypesLite.Builder addRepeatedForeignMessage(int index, UnittestLite.ForeignMessageLite value)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49;
public UnittestLite.TestAllTypesLite.Builder addRepeatedForeignMessage(UnittestLite.ForeignMessageLite.Builder builderForValue)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49;
public UnittestLite.TestAllTypesLite.Builder addRepeatedForeignMessage(int index, UnittestLite.ForeignMessageLite.Builder builderForValue)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedForeignMessage(java.lang.Iterable<? extends UnittestLite.ForeignMessageLite> values)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedForeignMessage()
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49;
public UnittestLite.TestAllTypesLite.Builder removeRepeatedForeignMessage(int index)
repeated .protobuf_unittest.ForeignMessageLite repeated_foreign_message = 49;
public java.util.List<UnittestImportLite.ImportMessageLite> getRepeatedImportMessageList()
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50;
getRepeatedImportMessageList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedImportMessageCount()
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50;
getRepeatedImportMessageCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestImportLite.ImportMessageLite getRepeatedImportMessage(int index)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50;
getRepeatedImportMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedImportMessage(int index, UnittestImportLite.ImportMessageLite value)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50;
public UnittestLite.TestAllTypesLite.Builder setRepeatedImportMessage(int index, UnittestImportLite.ImportMessageLite.Builder builderForValue)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50;
public UnittestLite.TestAllTypesLite.Builder addRepeatedImportMessage(UnittestImportLite.ImportMessageLite value)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50;
public UnittestLite.TestAllTypesLite.Builder addRepeatedImportMessage(int index, UnittestImportLite.ImportMessageLite value)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50;
public UnittestLite.TestAllTypesLite.Builder addRepeatedImportMessage(UnittestImportLite.ImportMessageLite.Builder builderForValue)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50;
public UnittestLite.TestAllTypesLite.Builder addRepeatedImportMessage(int index, UnittestImportLite.ImportMessageLite.Builder builderForValue)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedImportMessage(java.lang.Iterable<? extends UnittestImportLite.ImportMessageLite> values)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedImportMessage()
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50;
public UnittestLite.TestAllTypesLite.Builder removeRepeatedImportMessage(int index)
repeated .protobuf_unittest_import.ImportMessageLite repeated_import_message = 50;
public java.util.List<UnittestLite.TestAllTypesLite.NestedEnum> getRepeatedNestedEnumList()
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51;
getRepeatedNestedEnumList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedNestedEnumCount()
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51;
getRepeatedNestedEnumCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.NestedEnum getRepeatedNestedEnum(int index)
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51;
getRepeatedNestedEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedNestedEnum(int index, UnittestLite.TestAllTypesLite.NestedEnum value)
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51;
public UnittestLite.TestAllTypesLite.Builder addRepeatedNestedEnum(UnittestLite.TestAllTypesLite.NestedEnum value)
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedNestedEnum(java.lang.Iterable<? extends UnittestLite.TestAllTypesLite.NestedEnum> values)
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedNestedEnum()
repeated .protobuf_unittest.TestAllTypesLite.NestedEnum repeated_nested_enum = 51;
public java.util.List<UnittestLite.ForeignEnumLite> getRepeatedForeignEnumList()
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52;
getRepeatedForeignEnumList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedForeignEnumCount()
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52;
getRepeatedForeignEnumCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.ForeignEnumLite getRepeatedForeignEnum(int index)
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52;
getRepeatedForeignEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedForeignEnum(int index, UnittestLite.ForeignEnumLite value)
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52;
public UnittestLite.TestAllTypesLite.Builder addRepeatedForeignEnum(UnittestLite.ForeignEnumLite value)
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedForeignEnum(java.lang.Iterable<? extends UnittestLite.ForeignEnumLite> values)
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedForeignEnum()
repeated .protobuf_unittest.ForeignEnumLite repeated_foreign_enum = 52;
public java.util.List<UnittestImportLite.ImportEnumLite> getRepeatedImportEnumList()
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53;
getRepeatedImportEnumList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedImportEnumCount()
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53;
getRepeatedImportEnumCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestImportLite.ImportEnumLite getRepeatedImportEnum(int index)
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53;
getRepeatedImportEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedImportEnum(int index, UnittestImportLite.ImportEnumLite value)
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53;
public UnittestLite.TestAllTypesLite.Builder addRepeatedImportEnum(UnittestImportLite.ImportEnumLite value)
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53;
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedImportEnum(java.lang.Iterable<? extends UnittestImportLite.ImportEnumLite> values)
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53;
public UnittestLite.TestAllTypesLite.Builder clearRepeatedImportEnum()
repeated .protobuf_unittest_import.ImportEnumLite repeated_import_enum = 53;
public com.google.protobuf.ProtocolStringList getRepeatedStringPieceList()
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
getRepeatedStringPieceList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedStringPieceCount()
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
getRepeatedStringPieceCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public java.lang.String getRepeatedStringPiece(int index)
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
getRepeatedStringPiece
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getRepeatedStringPieceBytes(int index)
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
getRepeatedStringPieceBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedStringPiece(int index, java.lang.String value)
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
public UnittestLite.TestAllTypesLite.Builder addRepeatedStringPiece(java.lang.String value)
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedStringPiece(java.lang.Iterable<java.lang.String> values)
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
public UnittestLite.TestAllTypesLite.Builder clearRepeatedStringPiece()
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
public UnittestLite.TestAllTypesLite.Builder addRepeatedStringPieceBytes(com.google.protobuf.ByteString value)
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
public com.google.protobuf.ProtocolStringList getRepeatedCordList()
repeated string repeated_cord = 55 [ctype = CORD];
getRepeatedCordList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedCordCount()
repeated string repeated_cord = 55 [ctype = CORD];
getRepeatedCordCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public java.lang.String getRepeatedCord(int index)
repeated string repeated_cord = 55 [ctype = CORD];
getRepeatedCord
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getRepeatedCordBytes(int index)
repeated string repeated_cord = 55 [ctype = CORD];
getRepeatedCordBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedCord(int index, java.lang.String value)
repeated string repeated_cord = 55 [ctype = CORD];
public UnittestLite.TestAllTypesLite.Builder addRepeatedCord(java.lang.String value)
repeated string repeated_cord = 55 [ctype = CORD];
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedCord(java.lang.Iterable<java.lang.String> values)
repeated string repeated_cord = 55 [ctype = CORD];
public UnittestLite.TestAllTypesLite.Builder clearRepeatedCord()
repeated string repeated_cord = 55 [ctype = CORD];
public UnittestLite.TestAllTypesLite.Builder addRepeatedCordBytes(com.google.protobuf.ByteString value)
repeated string repeated_cord = 55 [ctype = CORD];
public java.util.List<UnittestLite.TestAllTypesLite.NestedMessage> getRepeatedLazyMessageList()
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true];
getRepeatedLazyMessageList
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getRepeatedLazyMessageCount()
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true];
getRepeatedLazyMessageCount
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.NestedMessage getRepeatedLazyMessage(int index)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true];
getRepeatedLazyMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setRepeatedLazyMessage(int index, UnittestLite.TestAllTypesLite.NestedMessage value)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true];
public UnittestLite.TestAllTypesLite.Builder setRepeatedLazyMessage(int index, UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true];
public UnittestLite.TestAllTypesLite.Builder addRepeatedLazyMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true];
public UnittestLite.TestAllTypesLite.Builder addRepeatedLazyMessage(int index, UnittestLite.TestAllTypesLite.NestedMessage value)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true];
public UnittestLite.TestAllTypesLite.Builder addRepeatedLazyMessage(UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true];
public UnittestLite.TestAllTypesLite.Builder addRepeatedLazyMessage(int index, UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true];
public UnittestLite.TestAllTypesLite.Builder addAllRepeatedLazyMessage(java.lang.Iterable<? extends UnittestLite.TestAllTypesLite.NestedMessage> values)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true];
public UnittestLite.TestAllTypesLite.Builder clearRepeatedLazyMessage()
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true];
public UnittestLite.TestAllTypesLite.Builder removeRepeatedLazyMessage(int index)
repeated .protobuf_unittest.TestAllTypesLite.NestedMessage repeated_lazy_message = 57 [lazy = true];
public boolean hasDefaultInt32()
optional int32 default_int32 = 61 [default = 41];
Singular with defaults
hasDefaultInt32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getDefaultInt32()
optional int32 default_int32 = 61 [default = 41];
Singular with defaults
getDefaultInt32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultInt32(int value)
optional int32 default_int32 = 61 [default = 41];
Singular with defaults
public UnittestLite.TestAllTypesLite.Builder clearDefaultInt32()
optional int32 default_int32 = 61 [default = 41];
Singular with defaults
public boolean hasDefaultInt64()
optional int64 default_int64 = 62 [default = 42];
hasDefaultInt64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getDefaultInt64()
optional int64 default_int64 = 62 [default = 42];
getDefaultInt64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultInt64(long value)
optional int64 default_int64 = 62 [default = 42];
public UnittestLite.TestAllTypesLite.Builder clearDefaultInt64()
optional int64 default_int64 = 62 [default = 42];
public boolean hasDefaultUint32()
optional uint32 default_uint32 = 63 [default = 43];
hasDefaultUint32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getDefaultUint32()
optional uint32 default_uint32 = 63 [default = 43];
getDefaultUint32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultUint32(int value)
optional uint32 default_uint32 = 63 [default = 43];
public UnittestLite.TestAllTypesLite.Builder clearDefaultUint32()
optional uint32 default_uint32 = 63 [default = 43];
public boolean hasDefaultUint64()
optional uint64 default_uint64 = 64 [default = 44];
hasDefaultUint64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getDefaultUint64()
optional uint64 default_uint64 = 64 [default = 44];
getDefaultUint64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultUint64(long value)
optional uint64 default_uint64 = 64 [default = 44];
public UnittestLite.TestAllTypesLite.Builder clearDefaultUint64()
optional uint64 default_uint64 = 64 [default = 44];
public boolean hasDefaultSint32()
optional sint32 default_sint32 = 65 [default = -45];
hasDefaultSint32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getDefaultSint32()
optional sint32 default_sint32 = 65 [default = -45];
getDefaultSint32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultSint32(int value)
optional sint32 default_sint32 = 65 [default = -45];
public UnittestLite.TestAllTypesLite.Builder clearDefaultSint32()
optional sint32 default_sint32 = 65 [default = -45];
public boolean hasDefaultSint64()
optional sint64 default_sint64 = 66 [default = 46];
hasDefaultSint64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getDefaultSint64()
optional sint64 default_sint64 = 66 [default = 46];
getDefaultSint64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultSint64(long value)
optional sint64 default_sint64 = 66 [default = 46];
public UnittestLite.TestAllTypesLite.Builder clearDefaultSint64()
optional sint64 default_sint64 = 66 [default = 46];
public boolean hasDefaultFixed32()
optional fixed32 default_fixed32 = 67 [default = 47];
hasDefaultFixed32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getDefaultFixed32()
optional fixed32 default_fixed32 = 67 [default = 47];
getDefaultFixed32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultFixed32(int value)
optional fixed32 default_fixed32 = 67 [default = 47];
public UnittestLite.TestAllTypesLite.Builder clearDefaultFixed32()
optional fixed32 default_fixed32 = 67 [default = 47];
public boolean hasDefaultFixed64()
optional fixed64 default_fixed64 = 68 [default = 48];
hasDefaultFixed64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getDefaultFixed64()
optional fixed64 default_fixed64 = 68 [default = 48];
getDefaultFixed64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultFixed64(long value)
optional fixed64 default_fixed64 = 68 [default = 48];
public UnittestLite.TestAllTypesLite.Builder clearDefaultFixed64()
optional fixed64 default_fixed64 = 68 [default = 48];
public boolean hasDefaultSfixed32()
optional sfixed32 default_sfixed32 = 69 [default = 49];
hasDefaultSfixed32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getDefaultSfixed32()
optional sfixed32 default_sfixed32 = 69 [default = 49];
getDefaultSfixed32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultSfixed32(int value)
optional sfixed32 default_sfixed32 = 69 [default = 49];
public UnittestLite.TestAllTypesLite.Builder clearDefaultSfixed32()
optional sfixed32 default_sfixed32 = 69 [default = 49];
public boolean hasDefaultSfixed64()
optional sfixed64 default_sfixed64 = 70 [default = -50];
hasDefaultSfixed64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public long getDefaultSfixed64()
optional sfixed64 default_sfixed64 = 70 [default = -50];
getDefaultSfixed64
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultSfixed64(long value)
optional sfixed64 default_sfixed64 = 70 [default = -50];
public UnittestLite.TestAllTypesLite.Builder clearDefaultSfixed64()
optional sfixed64 default_sfixed64 = 70 [default = -50];
public boolean hasDefaultFloat()
optional float default_float = 71 [default = 51.5];
hasDefaultFloat
in interface UnittestLite.TestAllTypesLiteOrBuilder
public float getDefaultFloat()
optional float default_float = 71 [default = 51.5];
getDefaultFloat
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultFloat(float value)
optional float default_float = 71 [default = 51.5];
public UnittestLite.TestAllTypesLite.Builder clearDefaultFloat()
optional float default_float = 71 [default = 51.5];
public boolean hasDefaultDouble()
optional double default_double = 72 [default = 52000];
hasDefaultDouble
in interface UnittestLite.TestAllTypesLiteOrBuilder
public double getDefaultDouble()
optional double default_double = 72 [default = 52000];
getDefaultDouble
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultDouble(double value)
optional double default_double = 72 [default = 52000];
public UnittestLite.TestAllTypesLite.Builder clearDefaultDouble()
optional double default_double = 72 [default = 52000];
public boolean hasDefaultBool()
optional bool default_bool = 73 [default = true];
hasDefaultBool
in interface UnittestLite.TestAllTypesLiteOrBuilder
public boolean getDefaultBool()
optional bool default_bool = 73 [default = true];
getDefaultBool
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultBool(boolean value)
optional bool default_bool = 73 [default = true];
public UnittestLite.TestAllTypesLite.Builder clearDefaultBool()
optional bool default_bool = 73 [default = true];
public boolean hasDefaultString()
optional string default_string = 74 [default = "hello"];
hasDefaultString
in interface UnittestLite.TestAllTypesLiteOrBuilder
public java.lang.String getDefaultString()
optional string default_string = 74 [default = "hello"];
getDefaultString
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getDefaultStringBytes()
optional string default_string = 74 [default = "hello"];
getDefaultStringBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultString(java.lang.String value)
optional string default_string = 74 [default = "hello"];
public UnittestLite.TestAllTypesLite.Builder clearDefaultString()
optional string default_string = 74 [default = "hello"];
public UnittestLite.TestAllTypesLite.Builder setDefaultStringBytes(com.google.protobuf.ByteString value)
optional string default_string = 74 [default = "hello"];
public boolean hasDefaultBytes()
optional bytes default_bytes = 75 [default = "world"];
hasDefaultBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getDefaultBytes()
optional bytes default_bytes = 75 [default = "world"];
getDefaultBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultBytes(com.google.protobuf.ByteString value)
optional bytes default_bytes = 75 [default = "world"];
public UnittestLite.TestAllTypesLite.Builder clearDefaultBytes()
optional bytes default_bytes = 75 [default = "world"];
public boolean hasDefaultNestedEnum()
optional .protobuf_unittest.TestAllTypesLite.NestedEnum default_nested_enum = 81 [default = BAR];
hasDefaultNestedEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.NestedEnum getDefaultNestedEnum()
optional .protobuf_unittest.TestAllTypesLite.NestedEnum default_nested_enum = 81 [default = BAR];
getDefaultNestedEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultNestedEnum(UnittestLite.TestAllTypesLite.NestedEnum value)
optional .protobuf_unittest.TestAllTypesLite.NestedEnum default_nested_enum = 81 [default = BAR];
public UnittestLite.TestAllTypesLite.Builder clearDefaultNestedEnum()
optional .protobuf_unittest.TestAllTypesLite.NestedEnum default_nested_enum = 81 [default = BAR];
public boolean hasDefaultForeignEnum()
optional .protobuf_unittest.ForeignEnumLite default_foreign_enum = 82 [default = FOREIGN_LITE_BAR];
hasDefaultForeignEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.ForeignEnumLite getDefaultForeignEnum()
optional .protobuf_unittest.ForeignEnumLite default_foreign_enum = 82 [default = FOREIGN_LITE_BAR];
getDefaultForeignEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultForeignEnum(UnittestLite.ForeignEnumLite value)
optional .protobuf_unittest.ForeignEnumLite default_foreign_enum = 82 [default = FOREIGN_LITE_BAR];
public UnittestLite.TestAllTypesLite.Builder clearDefaultForeignEnum()
optional .protobuf_unittest.ForeignEnumLite default_foreign_enum = 82 [default = FOREIGN_LITE_BAR];
public boolean hasDefaultImportEnum()
optional .protobuf_unittest_import.ImportEnumLite default_import_enum = 83 [default = IMPORT_LITE_BAR];
hasDefaultImportEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestImportLite.ImportEnumLite getDefaultImportEnum()
optional .protobuf_unittest_import.ImportEnumLite default_import_enum = 83 [default = IMPORT_LITE_BAR];
getDefaultImportEnum
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultImportEnum(UnittestImportLite.ImportEnumLite value)
optional .protobuf_unittest_import.ImportEnumLite default_import_enum = 83 [default = IMPORT_LITE_BAR];
public UnittestLite.TestAllTypesLite.Builder clearDefaultImportEnum()
optional .protobuf_unittest_import.ImportEnumLite default_import_enum = 83 [default = IMPORT_LITE_BAR];
public boolean hasDefaultStringPiece()
optional string default_string_piece = 84 [default = "abc", ctype = STRING_PIECE];
hasDefaultStringPiece
in interface UnittestLite.TestAllTypesLiteOrBuilder
public java.lang.String getDefaultStringPiece()
optional string default_string_piece = 84 [default = "abc", ctype = STRING_PIECE];
getDefaultStringPiece
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getDefaultStringPieceBytes()
optional string default_string_piece = 84 [default = "abc", ctype = STRING_PIECE];
getDefaultStringPieceBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultStringPiece(java.lang.String value)
optional string default_string_piece = 84 [default = "abc", ctype = STRING_PIECE];
public UnittestLite.TestAllTypesLite.Builder clearDefaultStringPiece()
optional string default_string_piece = 84 [default = "abc", ctype = STRING_PIECE];
public UnittestLite.TestAllTypesLite.Builder setDefaultStringPieceBytes(com.google.protobuf.ByteString value)
optional string default_string_piece = 84 [default = "abc", ctype = STRING_PIECE];
public boolean hasDefaultCord()
optional string default_cord = 85 [default = "123", ctype = CORD];
hasDefaultCord
in interface UnittestLite.TestAllTypesLiteOrBuilder
public java.lang.String getDefaultCord()
optional string default_cord = 85 [default = "123", ctype = CORD];
getDefaultCord
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getDefaultCordBytes()
optional string default_cord = 85 [default = "123", ctype = CORD];
getDefaultCordBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setDefaultCord(java.lang.String value)
optional string default_cord = 85 [default = "123", ctype = CORD];
public UnittestLite.TestAllTypesLite.Builder clearDefaultCord()
optional string default_cord = 85 [default = "123", ctype = CORD];
public UnittestLite.TestAllTypesLite.Builder setDefaultCordBytes(com.google.protobuf.ByteString value)
optional string default_cord = 85 [default = "123", ctype = CORD];
public boolean hasOneofUint32()
optional uint32 oneof_uint32 = 111;
hasOneofUint32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public int getOneofUint32()
optional uint32 oneof_uint32 = 111;
getOneofUint32
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOneofUint32(int value)
optional uint32 oneof_uint32 = 111;
public UnittestLite.TestAllTypesLite.Builder clearOneofUint32()
optional uint32 oneof_uint32 = 111;
public boolean hasOneofNestedMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage oneof_nested_message = 112;
hasOneofNestedMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.NestedMessage getOneofNestedMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage oneof_nested_message = 112;
getOneofNestedMessage
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOneofNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage oneof_nested_message = 112;
public UnittestLite.TestAllTypesLite.Builder setOneofNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage.Builder builderForValue)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage oneof_nested_message = 112;
public UnittestLite.TestAllTypesLite.Builder mergeOneofNestedMessage(UnittestLite.TestAllTypesLite.NestedMessage value)
optional .protobuf_unittest.TestAllTypesLite.NestedMessage oneof_nested_message = 112;
public UnittestLite.TestAllTypesLite.Builder clearOneofNestedMessage()
optional .protobuf_unittest.TestAllTypesLite.NestedMessage oneof_nested_message = 112;
public boolean hasOneofString()
optional string oneof_string = 113;
hasOneofString
in interface UnittestLite.TestAllTypesLiteOrBuilder
public java.lang.String getOneofString()
optional string oneof_string = 113;
getOneofString
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getOneofStringBytes()
optional string oneof_string = 113;
getOneofStringBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOneofString(java.lang.String value)
optional string oneof_string = 113;
public UnittestLite.TestAllTypesLite.Builder clearOneofString()
optional string oneof_string = 113;
public UnittestLite.TestAllTypesLite.Builder setOneofStringBytes(com.google.protobuf.ByteString value)
optional string oneof_string = 113;
public boolean hasOneofBytes()
optional bytes oneof_bytes = 114;
hasOneofBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public com.google.protobuf.ByteString getOneofBytes()
optional bytes oneof_bytes = 114;
getOneofBytes
in interface UnittestLite.TestAllTypesLiteOrBuilder
public UnittestLite.TestAllTypesLite.Builder setOneofBytes(com.google.protobuf.ByteString value)
optional bytes oneof_bytes = 114;
public UnittestLite.TestAllTypesLite.Builder clearOneofBytes()
optional bytes oneof_bytes = 114;