public static final class BatchReport.Duplicate.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchReport.Duplicate.Builder> implements BatchReport.DuplicateOrBuilder
Duplicate| Modifier and Type | Method and Description |
|---|---|
BatchReport.Duplicate |
build() |
BatchReport.Duplicate |
buildPartial() |
BatchReport.Duplicate.Builder |
clear() |
BatchReport.Duplicate.Builder |
clearOtherFileRef()
optional int32 other_file_ref = 1; |
BatchReport.Duplicate.Builder |
clearRange()
optional .TextRange range = 2; |
BatchReport.Duplicate |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getOtherFileRef()
optional int32 other_file_ref = 1; |
BatchReport.TextRange |
getRange()
optional .TextRange range = 2; |
BatchReport.TextRange.Builder |
getRangeBuilder()
optional .TextRange range = 2; |
BatchReport.TextRangeOrBuilder |
getRangeOrBuilder()
optional .TextRange range = 2; |
boolean |
hasOtherFileRef()
optional int32 other_file_ref = 1; |
boolean |
hasRange()
optional .TextRange range = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BatchReport.Duplicate.Builder |
mergeFrom(BatchReport.Duplicate other) |
BatchReport.Duplicate.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Duplicate.Builder |
mergeFrom(com.google.protobuf.Message other) |
BatchReport.Duplicate.Builder |
mergeRange(BatchReport.TextRange value)
optional .TextRange range = 2; |
BatchReport.Duplicate.Builder |
setOtherFileRef(int value)
optional int32 other_file_ref = 1; |
BatchReport.Duplicate.Builder |
setRange(BatchReport.TextRange.Builder builderForValue)
optional .TextRange range = 2; |
BatchReport.Duplicate.Builder |
setRange(BatchReport.TextRange value)
optional .TextRange range = 2; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Duplicate.Builder>public BatchReport.Duplicate.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Duplicate.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Duplicate.Builder>public BatchReport.Duplicate getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchReport.Duplicate build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.Duplicate buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.Duplicate.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReport.Duplicate.Builder>public BatchReport.Duplicate.Builder mergeFrom(BatchReport.Duplicate other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Duplicate.Builder>public BatchReport.Duplicate.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReport.Duplicate.Builder>IOExceptionpublic boolean hasOtherFileRef()
optional int32 other_file_ref = 1;
Will be null when duplicate is in the same file
hasOtherFileRef in interface BatchReport.DuplicateOrBuilderpublic int getOtherFileRef()
optional int32 other_file_ref = 1;
Will be null when duplicate is in the same file
getOtherFileRef in interface BatchReport.DuplicateOrBuilderpublic BatchReport.Duplicate.Builder setOtherFileRef(int value)
optional int32 other_file_ref = 1;
Will be null when duplicate is in the same file
public BatchReport.Duplicate.Builder clearOtherFileRef()
optional int32 other_file_ref = 1;
Will be null when duplicate is in the same file
public boolean hasRange()
optional .TextRange range = 2;hasRange in interface BatchReport.DuplicateOrBuilderpublic BatchReport.TextRange getRange()
optional .TextRange range = 2;getRange in interface BatchReport.DuplicateOrBuilderpublic BatchReport.Duplicate.Builder setRange(BatchReport.TextRange value)
optional .TextRange range = 2;public BatchReport.Duplicate.Builder setRange(BatchReport.TextRange.Builder builderForValue)
optional .TextRange range = 2;public BatchReport.Duplicate.Builder mergeRange(BatchReport.TextRange value)
optional .TextRange range = 2;public BatchReport.Duplicate.Builder clearRange()
optional .TextRange range = 2;public BatchReport.TextRange.Builder getRangeBuilder()
optional .TextRange range = 2;public BatchReport.TextRangeOrBuilder getRangeOrBuilder()
optional .TextRange range = 2;getRangeOrBuilder in interface BatchReport.DuplicateOrBuilderCopyright © 2009–2016 SonarSource. All rights reserved.