public static final class UnittestProto.TestOneof2.NestedMessage.Builder extends com.google.protobuf.GeneratedMessage.Builder<UnittestProto.TestOneof2.NestedMessage.Builder> implements UnittestProto.TestOneof2.NestedMessageOrBuilder
protobuf_unittest.TestOneof2.NestedMessage
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.TestOneof2.NestedMessage.Builder>
public UnittestProto.TestOneof2.NestedMessage.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.TestOneof2.NestedMessage.Builder>
public UnittestProto.TestOneof2.NestedMessage.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.TestOneof2.NestedMessage.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.TestOneof2.NestedMessage.Builder>
public UnittestProto.TestOneof2.NestedMessage getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public UnittestProto.TestOneof2.NestedMessage build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public UnittestProto.TestOneof2.NestedMessage buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public UnittestProto.TestOneof2.NestedMessage.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<UnittestProto.TestOneof2.NestedMessage.Builder>
public UnittestProto.TestOneof2.NestedMessage.Builder mergeFrom(UnittestProto.TestOneof2.NestedMessage other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<UnittestProto.TestOneof2.NestedMessage.Builder>
public UnittestProto.TestOneof2.NestedMessage.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.TestOneof2.NestedMessage.Builder>
java.io.IOException
public boolean hasQuxInt()
optional int64 qux_int = 1;
hasQuxInt
in interface UnittestProto.TestOneof2.NestedMessageOrBuilder
public long getQuxInt()
optional int64 qux_int = 1;
getQuxInt
in interface UnittestProto.TestOneof2.NestedMessageOrBuilder
public UnittestProto.TestOneof2.NestedMessage.Builder setQuxInt(long value)
optional int64 qux_int = 1;
public UnittestProto.TestOneof2.NestedMessage.Builder clearQuxInt()
optional int64 qux_int = 1;
public java.util.List<java.lang.Integer> getCorgeIntList()
repeated int32 corge_int = 2;
getCorgeIntList
in interface UnittestProto.TestOneof2.NestedMessageOrBuilder
public int getCorgeIntCount()
repeated int32 corge_int = 2;
getCorgeIntCount
in interface UnittestProto.TestOneof2.NestedMessageOrBuilder
public int getCorgeInt(int index)
repeated int32 corge_int = 2;
getCorgeInt
in interface UnittestProto.TestOneof2.NestedMessageOrBuilder
public UnittestProto.TestOneof2.NestedMessage.Builder setCorgeInt(int index, int value)
repeated int32 corge_int = 2;
public UnittestProto.TestOneof2.NestedMessage.Builder addCorgeInt(int value)
repeated int32 corge_int = 2;
public UnittestProto.TestOneof2.NestedMessage.Builder addAllCorgeInt(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 corge_int = 2;
public UnittestProto.TestOneof2.NestedMessage.Builder clearCorgeInt()
repeated int32 corge_int = 2;