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