public static final class UnittestProto.TestUnpackedTypes.Builder extends com.google.protobuf.GeneratedMessage.Builder<UnittestProto.TestUnpackedTypes.Builder> implements UnittestProto.TestUnpackedTypesOrBuilder
protobuf_unittest.TestUnpackedTypes
A message with the same fields as TestPackedTypes, but without packing. Used to test packed <-> unpacked wire compatibility.
Modifier and Type | Method and Description |
---|---|
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedBool(java.lang.Iterable<? extends java.lang.Boolean> values)
repeated bool unpacked_bool = 102 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedDouble(java.lang.Iterable<? extends java.lang.Double> values)
repeated double unpacked_double = 101 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedEnum(java.lang.Iterable<? extends UnittestProto.ForeignEnum> values)
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedFixed32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated fixed32 unpacked_fixed32 = 96 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedFixed64(java.lang.Iterable<? extends java.lang.Long> values)
repeated fixed64 unpacked_fixed64 = 97 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedFloat(java.lang.Iterable<? extends java.lang.Float> values)
repeated float unpacked_float = 100 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedInt32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 unpacked_int32 = 90 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedInt64(java.lang.Iterable<? extends java.lang.Long> values)
repeated int64 unpacked_int64 = 91 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedSfixed32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedSfixed64(java.lang.Iterable<? extends java.lang.Long> values)
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedSint32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated sint32 unpacked_sint32 = 94 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedSint64(java.lang.Iterable<? extends java.lang.Long> values)
repeated sint64 unpacked_sint64 = 95 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedUint32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated uint32 unpacked_uint32 = 92 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addAllUnpackedUint64(java.lang.Iterable<? extends java.lang.Long> values)
repeated uint64 unpacked_uint64 = 93 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedBool(boolean value)
repeated bool unpacked_bool = 102 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedDouble(double value)
repeated double unpacked_double = 101 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedEnum(UnittestProto.ForeignEnum value)
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedFixed32(int value)
repeated fixed32 unpacked_fixed32 = 96 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedFixed64(long value)
repeated fixed64 unpacked_fixed64 = 97 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedFloat(float value)
repeated float unpacked_float = 100 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedInt32(int value)
repeated int32 unpacked_int32 = 90 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedInt64(long value)
repeated int64 unpacked_int64 = 91 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedSfixed32(int value)
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedSfixed64(long value)
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedSint32(int value)
repeated sint32 unpacked_sint32 = 94 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedSint64(long value)
repeated sint64 unpacked_sint64 = 95 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedUint32(int value)
repeated uint32 unpacked_uint32 = 92 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
addUnpackedUint64(long value)
repeated uint64 unpacked_uint64 = 93 [packed = false]; |
UnittestProto.TestUnpackedTypes |
build() |
UnittestProto.TestUnpackedTypes |
buildPartial() |
UnittestProto.TestUnpackedTypes.Builder |
clear() |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedBool()
repeated bool unpacked_bool = 102 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedDouble()
repeated double unpacked_double = 101 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedEnum()
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedFixed32()
repeated fixed32 unpacked_fixed32 = 96 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedFixed64()
repeated fixed64 unpacked_fixed64 = 97 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedFloat()
repeated float unpacked_float = 100 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedInt32()
repeated int32 unpacked_int32 = 90 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedInt64()
repeated int64 unpacked_int64 = 91 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedSfixed32()
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedSfixed64()
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedSint32()
repeated sint32 unpacked_sint32 = 94 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedSint64()
repeated sint64 unpacked_sint64 = 95 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedUint32()
repeated uint32 unpacked_uint32 = 92 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clearUnpackedUint64()
repeated uint64 unpacked_uint64 = 93 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
clone() |
UnittestProto.TestUnpackedTypes |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getUnpackedBool(int index)
repeated bool unpacked_bool = 102 [packed = false]; |
int |
getUnpackedBoolCount()
repeated bool unpacked_bool = 102 [packed = false]; |
java.util.List<java.lang.Boolean> |
getUnpackedBoolList()
repeated bool unpacked_bool = 102 [packed = false]; |
double |
getUnpackedDouble(int index)
repeated double unpacked_double = 101 [packed = false]; |
int |
getUnpackedDoubleCount()
repeated double unpacked_double = 101 [packed = false]; |
java.util.List<java.lang.Double> |
getUnpackedDoubleList()
repeated double unpacked_double = 101 [packed = false]; |
UnittestProto.ForeignEnum |
getUnpackedEnum(int index)
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false]; |
int |
getUnpackedEnumCount()
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false]; |
java.util.List<UnittestProto.ForeignEnum> |
getUnpackedEnumList()
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false]; |
int |
getUnpackedFixed32(int index)
repeated fixed32 unpacked_fixed32 = 96 [packed = false]; |
int |
getUnpackedFixed32Count()
repeated fixed32 unpacked_fixed32 = 96 [packed = false]; |
java.util.List<java.lang.Integer> |
getUnpackedFixed32List()
repeated fixed32 unpacked_fixed32 = 96 [packed = false]; |
long |
getUnpackedFixed64(int index)
repeated fixed64 unpacked_fixed64 = 97 [packed = false]; |
int |
getUnpackedFixed64Count()
repeated fixed64 unpacked_fixed64 = 97 [packed = false]; |
java.util.List<java.lang.Long> |
getUnpackedFixed64List()
repeated fixed64 unpacked_fixed64 = 97 [packed = false]; |
float |
getUnpackedFloat(int index)
repeated float unpacked_float = 100 [packed = false]; |
int |
getUnpackedFloatCount()
repeated float unpacked_float = 100 [packed = false]; |
java.util.List<java.lang.Float> |
getUnpackedFloatList()
repeated float unpacked_float = 100 [packed = false]; |
int |
getUnpackedInt32(int index)
repeated int32 unpacked_int32 = 90 [packed = false]; |
int |
getUnpackedInt32Count()
repeated int32 unpacked_int32 = 90 [packed = false]; |
java.util.List<java.lang.Integer> |
getUnpackedInt32List()
repeated int32 unpacked_int32 = 90 [packed = false]; |
long |
getUnpackedInt64(int index)
repeated int64 unpacked_int64 = 91 [packed = false]; |
int |
getUnpackedInt64Count()
repeated int64 unpacked_int64 = 91 [packed = false]; |
java.util.List<java.lang.Long> |
getUnpackedInt64List()
repeated int64 unpacked_int64 = 91 [packed = false]; |
int |
getUnpackedSfixed32(int index)
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false]; |
int |
getUnpackedSfixed32Count()
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false]; |
java.util.List<java.lang.Integer> |
getUnpackedSfixed32List()
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false]; |
long |
getUnpackedSfixed64(int index)
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false]; |
int |
getUnpackedSfixed64Count()
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false]; |
java.util.List<java.lang.Long> |
getUnpackedSfixed64List()
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false]; |
int |
getUnpackedSint32(int index)
repeated sint32 unpacked_sint32 = 94 [packed = false]; |
int |
getUnpackedSint32Count()
repeated sint32 unpacked_sint32 = 94 [packed = false]; |
java.util.List<java.lang.Integer> |
getUnpackedSint32List()
repeated sint32 unpacked_sint32 = 94 [packed = false]; |
long |
getUnpackedSint64(int index)
repeated sint64 unpacked_sint64 = 95 [packed = false]; |
int |
getUnpackedSint64Count()
repeated sint64 unpacked_sint64 = 95 [packed = false]; |
java.util.List<java.lang.Long> |
getUnpackedSint64List()
repeated sint64 unpacked_sint64 = 95 [packed = false]; |
int |
getUnpackedUint32(int index)
repeated uint32 unpacked_uint32 = 92 [packed = false]; |
int |
getUnpackedUint32Count()
repeated uint32 unpacked_uint32 = 92 [packed = false]; |
java.util.List<java.lang.Integer> |
getUnpackedUint32List()
repeated uint32 unpacked_uint32 = 92 [packed = false]; |
long |
getUnpackedUint64(int index)
repeated uint64 unpacked_uint64 = 93 [packed = false]; |
int |
getUnpackedUint64Count()
repeated uint64 unpacked_uint64 = 93 [packed = false]; |
java.util.List<java.lang.Long> |
getUnpackedUint64List()
repeated uint64 unpacked_uint64 = 93 [packed = false]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UnittestProto.TestUnpackedTypes.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UnittestProto.TestUnpackedTypes.Builder |
mergeFrom(com.google.protobuf.Message other) |
UnittestProto.TestUnpackedTypes.Builder |
mergeFrom(UnittestProto.TestUnpackedTypes other) |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedBool(int index,
boolean value)
repeated bool unpacked_bool = 102 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedDouble(int index,
double value)
repeated double unpacked_double = 101 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedEnum(int index,
UnittestProto.ForeignEnum value)
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedFixed32(int index,
int value)
repeated fixed32 unpacked_fixed32 = 96 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedFixed64(int index,
long value)
repeated fixed64 unpacked_fixed64 = 97 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedFloat(int index,
float value)
repeated float unpacked_float = 100 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedInt32(int index,
int value)
repeated int32 unpacked_int32 = 90 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedInt64(int index,
long value)
repeated int64 unpacked_int64 = 91 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedSfixed32(int index,
int value)
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedSfixed64(int index,
long value)
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedSint32(int index,
int value)
repeated sint32 unpacked_sint32 = 94 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedSint64(int index,
long value)
repeated sint64 unpacked_sint64 = 95 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedUint32(int index,
int value)
repeated uint32 unpacked_uint32 = 92 [packed = false]; |
UnittestProto.TestUnpackedTypes.Builder |
setUnpackedUint64(int index,
long value)
repeated uint64 unpacked_uint64 = 93 [packed = false]; |
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.TestUnpackedTypes.Builder>
public UnittestProto.TestUnpackedTypes.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.TestUnpackedTypes.Builder>
public UnittestProto.TestUnpackedTypes.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.TestUnpackedTypes.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.TestUnpackedTypes.Builder>
public UnittestProto.TestUnpackedTypes getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public UnittestProto.TestUnpackedTypes build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public UnittestProto.TestUnpackedTypes buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public UnittestProto.TestUnpackedTypes.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<UnittestProto.TestUnpackedTypes.Builder>
public UnittestProto.TestUnpackedTypes.Builder mergeFrom(UnittestProto.TestUnpackedTypes other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<UnittestProto.TestUnpackedTypes.Builder>
public UnittestProto.TestUnpackedTypes.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.TestUnpackedTypes.Builder>
java.io.IOException
public java.util.List<java.lang.Integer> getUnpackedInt32List()
repeated int32 unpacked_int32 = 90 [packed = false];
getUnpackedInt32List
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedInt32Count()
repeated int32 unpacked_int32 = 90 [packed = false];
getUnpackedInt32Count
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedInt32(int index)
repeated int32 unpacked_int32 = 90 [packed = false];
getUnpackedInt32
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedInt32(int index, int value)
repeated int32 unpacked_int32 = 90 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedInt32(int value)
repeated int32 unpacked_int32 = 90 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedInt32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 unpacked_int32 = 90 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedInt32()
repeated int32 unpacked_int32 = 90 [packed = false];
public java.util.List<java.lang.Long> getUnpackedInt64List()
repeated int64 unpacked_int64 = 91 [packed = false];
getUnpackedInt64List
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedInt64Count()
repeated int64 unpacked_int64 = 91 [packed = false];
getUnpackedInt64Count
in interface UnittestProto.TestUnpackedTypesOrBuilder
public long getUnpackedInt64(int index)
repeated int64 unpacked_int64 = 91 [packed = false];
getUnpackedInt64
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedInt64(int index, long value)
repeated int64 unpacked_int64 = 91 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedInt64(long value)
repeated int64 unpacked_int64 = 91 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedInt64(java.lang.Iterable<? extends java.lang.Long> values)
repeated int64 unpacked_int64 = 91 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedInt64()
repeated int64 unpacked_int64 = 91 [packed = false];
public java.util.List<java.lang.Integer> getUnpackedUint32List()
repeated uint32 unpacked_uint32 = 92 [packed = false];
getUnpackedUint32List
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedUint32Count()
repeated uint32 unpacked_uint32 = 92 [packed = false];
getUnpackedUint32Count
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedUint32(int index)
repeated uint32 unpacked_uint32 = 92 [packed = false];
getUnpackedUint32
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedUint32(int index, int value)
repeated uint32 unpacked_uint32 = 92 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedUint32(int value)
repeated uint32 unpacked_uint32 = 92 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedUint32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated uint32 unpacked_uint32 = 92 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedUint32()
repeated uint32 unpacked_uint32 = 92 [packed = false];
public java.util.List<java.lang.Long> getUnpackedUint64List()
repeated uint64 unpacked_uint64 = 93 [packed = false];
getUnpackedUint64List
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedUint64Count()
repeated uint64 unpacked_uint64 = 93 [packed = false];
getUnpackedUint64Count
in interface UnittestProto.TestUnpackedTypesOrBuilder
public long getUnpackedUint64(int index)
repeated uint64 unpacked_uint64 = 93 [packed = false];
getUnpackedUint64
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedUint64(int index, long value)
repeated uint64 unpacked_uint64 = 93 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedUint64(long value)
repeated uint64 unpacked_uint64 = 93 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedUint64(java.lang.Iterable<? extends java.lang.Long> values)
repeated uint64 unpacked_uint64 = 93 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedUint64()
repeated uint64 unpacked_uint64 = 93 [packed = false];
public java.util.List<java.lang.Integer> getUnpackedSint32List()
repeated sint32 unpacked_sint32 = 94 [packed = false];
getUnpackedSint32List
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedSint32Count()
repeated sint32 unpacked_sint32 = 94 [packed = false];
getUnpackedSint32Count
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedSint32(int index)
repeated sint32 unpacked_sint32 = 94 [packed = false];
getUnpackedSint32
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedSint32(int index, int value)
repeated sint32 unpacked_sint32 = 94 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedSint32(int value)
repeated sint32 unpacked_sint32 = 94 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedSint32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated sint32 unpacked_sint32 = 94 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedSint32()
repeated sint32 unpacked_sint32 = 94 [packed = false];
public java.util.List<java.lang.Long> getUnpackedSint64List()
repeated sint64 unpacked_sint64 = 95 [packed = false];
getUnpackedSint64List
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedSint64Count()
repeated sint64 unpacked_sint64 = 95 [packed = false];
getUnpackedSint64Count
in interface UnittestProto.TestUnpackedTypesOrBuilder
public long getUnpackedSint64(int index)
repeated sint64 unpacked_sint64 = 95 [packed = false];
getUnpackedSint64
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedSint64(int index, long value)
repeated sint64 unpacked_sint64 = 95 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedSint64(long value)
repeated sint64 unpacked_sint64 = 95 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedSint64(java.lang.Iterable<? extends java.lang.Long> values)
repeated sint64 unpacked_sint64 = 95 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedSint64()
repeated sint64 unpacked_sint64 = 95 [packed = false];
public java.util.List<java.lang.Integer> getUnpackedFixed32List()
repeated fixed32 unpacked_fixed32 = 96 [packed = false];
getUnpackedFixed32List
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedFixed32Count()
repeated fixed32 unpacked_fixed32 = 96 [packed = false];
getUnpackedFixed32Count
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedFixed32(int index)
repeated fixed32 unpacked_fixed32 = 96 [packed = false];
getUnpackedFixed32
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedFixed32(int index, int value)
repeated fixed32 unpacked_fixed32 = 96 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedFixed32(int value)
repeated fixed32 unpacked_fixed32 = 96 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedFixed32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated fixed32 unpacked_fixed32 = 96 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedFixed32()
repeated fixed32 unpacked_fixed32 = 96 [packed = false];
public java.util.List<java.lang.Long> getUnpackedFixed64List()
repeated fixed64 unpacked_fixed64 = 97 [packed = false];
getUnpackedFixed64List
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedFixed64Count()
repeated fixed64 unpacked_fixed64 = 97 [packed = false];
getUnpackedFixed64Count
in interface UnittestProto.TestUnpackedTypesOrBuilder
public long getUnpackedFixed64(int index)
repeated fixed64 unpacked_fixed64 = 97 [packed = false];
getUnpackedFixed64
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedFixed64(int index, long value)
repeated fixed64 unpacked_fixed64 = 97 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedFixed64(long value)
repeated fixed64 unpacked_fixed64 = 97 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedFixed64(java.lang.Iterable<? extends java.lang.Long> values)
repeated fixed64 unpacked_fixed64 = 97 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedFixed64()
repeated fixed64 unpacked_fixed64 = 97 [packed = false];
public java.util.List<java.lang.Integer> getUnpackedSfixed32List()
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false];
getUnpackedSfixed32List
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedSfixed32Count()
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false];
getUnpackedSfixed32Count
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedSfixed32(int index)
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false];
getUnpackedSfixed32
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedSfixed32(int index, int value)
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedSfixed32(int value)
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedSfixed32(java.lang.Iterable<? extends java.lang.Integer> values)
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedSfixed32()
repeated sfixed32 unpacked_sfixed32 = 98 [packed = false];
public java.util.List<java.lang.Long> getUnpackedSfixed64List()
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false];
getUnpackedSfixed64List
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedSfixed64Count()
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false];
getUnpackedSfixed64Count
in interface UnittestProto.TestUnpackedTypesOrBuilder
public long getUnpackedSfixed64(int index)
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false];
getUnpackedSfixed64
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedSfixed64(int index, long value)
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedSfixed64(long value)
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedSfixed64(java.lang.Iterable<? extends java.lang.Long> values)
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedSfixed64()
repeated sfixed64 unpacked_sfixed64 = 99 [packed = false];
public java.util.List<java.lang.Float> getUnpackedFloatList()
repeated float unpacked_float = 100 [packed = false];
getUnpackedFloatList
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedFloatCount()
repeated float unpacked_float = 100 [packed = false];
getUnpackedFloatCount
in interface UnittestProto.TestUnpackedTypesOrBuilder
public float getUnpackedFloat(int index)
repeated float unpacked_float = 100 [packed = false];
getUnpackedFloat
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedFloat(int index, float value)
repeated float unpacked_float = 100 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedFloat(float value)
repeated float unpacked_float = 100 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedFloat(java.lang.Iterable<? extends java.lang.Float> values)
repeated float unpacked_float = 100 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedFloat()
repeated float unpacked_float = 100 [packed = false];
public java.util.List<java.lang.Double> getUnpackedDoubleList()
repeated double unpacked_double = 101 [packed = false];
getUnpackedDoubleList
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedDoubleCount()
repeated double unpacked_double = 101 [packed = false];
getUnpackedDoubleCount
in interface UnittestProto.TestUnpackedTypesOrBuilder
public double getUnpackedDouble(int index)
repeated double unpacked_double = 101 [packed = false];
getUnpackedDouble
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedDouble(int index, double value)
repeated double unpacked_double = 101 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedDouble(double value)
repeated double unpacked_double = 101 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedDouble(java.lang.Iterable<? extends java.lang.Double> values)
repeated double unpacked_double = 101 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedDouble()
repeated double unpacked_double = 101 [packed = false];
public java.util.List<java.lang.Boolean> getUnpackedBoolList()
repeated bool unpacked_bool = 102 [packed = false];
getUnpackedBoolList
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedBoolCount()
repeated bool unpacked_bool = 102 [packed = false];
getUnpackedBoolCount
in interface UnittestProto.TestUnpackedTypesOrBuilder
public boolean getUnpackedBool(int index)
repeated bool unpacked_bool = 102 [packed = false];
getUnpackedBool
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedBool(int index, boolean value)
repeated bool unpacked_bool = 102 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedBool(boolean value)
repeated bool unpacked_bool = 102 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedBool(java.lang.Iterable<? extends java.lang.Boolean> values)
repeated bool unpacked_bool = 102 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedBool()
repeated bool unpacked_bool = 102 [packed = false];
public java.util.List<UnittestProto.ForeignEnum> getUnpackedEnumList()
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false];
getUnpackedEnumList
in interface UnittestProto.TestUnpackedTypesOrBuilder
public int getUnpackedEnumCount()
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false];
getUnpackedEnumCount
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.ForeignEnum getUnpackedEnum(int index)
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false];
getUnpackedEnum
in interface UnittestProto.TestUnpackedTypesOrBuilder
public UnittestProto.TestUnpackedTypes.Builder setUnpackedEnum(int index, UnittestProto.ForeignEnum value)
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addUnpackedEnum(UnittestProto.ForeignEnum value)
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder addAllUnpackedEnum(java.lang.Iterable<? extends UnittestProto.ForeignEnum> values)
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false];
public UnittestProto.TestUnpackedTypes.Builder clearUnpackedEnum()
repeated .protobuf_unittest.ForeignEnum unpacked_enum = 103 [packed = false];