public static final class DescriptorProtos.DescriptorProto.ExtensionRange.Builder extends com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.DescriptorProto.ExtensionRange.Builder> implements DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
google.protobuf.DescriptorProto.ExtensionRange
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<DescriptorProtos.DescriptorProto.ExtensionRange.Builder>
public DescriptorProtos.DescriptorProto.ExtensionRange.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<DescriptorProtos.DescriptorProto.ExtensionRange.Builder>
public DescriptorProtos.DescriptorProto.ExtensionRange.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<DescriptorProtos.DescriptorProto.ExtensionRange.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<DescriptorProtos.DescriptorProto.ExtensionRange.Builder>
public DescriptorProtos.DescriptorProto.ExtensionRange getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public DescriptorProtos.DescriptorProto.ExtensionRange build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public DescriptorProtos.DescriptorProto.ExtensionRange buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public DescriptorProtos.DescriptorProto.ExtensionRange.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DescriptorProtos.DescriptorProto.ExtensionRange.Builder>
public DescriptorProtos.DescriptorProto.ExtensionRange.Builder mergeFrom(DescriptorProtos.DescriptorProto.ExtensionRange other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.DescriptorProto.ExtensionRange.Builder>
public DescriptorProtos.DescriptorProto.ExtensionRange.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<DescriptorProtos.DescriptorProto.ExtensionRange.Builder>
java.io.IOException
public boolean hasStart()
optional int32 start = 1;
hasStart
in interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
public int getStart()
optional int32 start = 1;
getStart
in interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
public DescriptorProtos.DescriptorProto.ExtensionRange.Builder setStart(int value)
optional int32 start = 1;
public DescriptorProtos.DescriptorProto.ExtensionRange.Builder clearStart()
optional int32 start = 1;
public boolean hasEnd()
optional int32 end = 2;
hasEnd
in interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
public int getEnd()
optional int32 end = 2;
getEnd
in interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
public DescriptorProtos.DescriptorProto.ExtensionRange.Builder setEnd(int value)
optional int32 end = 2;
public DescriptorProtos.DescriptorProto.ExtensionRange.Builder clearEnd()
optional int32 end = 2;