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 |
clearOtherFileKey()
optional string other_file_key = 3; |
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() |
String |
getOtherFileKey()
optional string other_file_key = 3; |
com.google.protobuf.ByteString |
getOtherFileKeyBytes()
optional string other_file_key = 3; |
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 |
hasOtherFileKey()
optional string other_file_key = 3; |
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 |
setOtherFileKey(String value)
optional string other_file_key = 3; |
BatchReport.Duplicate.Builder |
setOtherFileKeyBytes(com.google.protobuf.ByteString value)
optional string other_file_key = 3; |
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.DuplicateOrBuilderpublic boolean hasOtherFileKey()
optional string other_file_key = 3;
temporary field during development of computation stack for cross project duplications
hasOtherFileKey in interface BatchReport.DuplicateOrBuilderpublic String getOtherFileKey()
optional string other_file_key = 3;
temporary field during development of computation stack for cross project duplications
getOtherFileKey in interface BatchReport.DuplicateOrBuilderpublic com.google.protobuf.ByteString getOtherFileKeyBytes()
optional string other_file_key = 3;
temporary field during development of computation stack for cross project duplications
getOtherFileKeyBytes in interface BatchReport.DuplicateOrBuilderpublic BatchReport.Duplicate.Builder setOtherFileKey(String value)
optional string other_file_key = 3;
temporary field during development of computation stack for cross project duplications
public BatchReport.Duplicate.Builder clearOtherFileKey()
optional string other_file_key = 3;
temporary field during development of computation stack for cross project duplications
public BatchReport.Duplicate.Builder setOtherFileKeyBytes(com.google.protobuf.ByteString value)
optional string other_file_key = 3;
temporary field during development of computation stack for cross project duplications
Copyright © 2009–2015 SonarSource. All rights reserved.