public static final class BatchReport.IssueLocation.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchReport.IssueLocation.Builder> implements BatchReport.IssueLocationOrBuilder
IssueLocation| Modifier and Type | Method and Description |
|---|---|
BatchReport.IssueLocation |
build() |
BatchReport.IssueLocation |
buildPartial() |
BatchReport.IssueLocation.Builder |
clear() |
BatchReport.IssueLocation.Builder |
clearComponentRef()
optional int32 component_ref = 1; |
BatchReport.IssueLocation.Builder |
clearMsg()
optional string msg = 3; |
BatchReport.IssueLocation.Builder |
clearTextRange()
optional .TextRange text_range = 2; |
int |
getComponentRef()
optional int32 component_ref = 1; |
BatchReport.IssueLocation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getMsg()
optional string msg = 3; |
com.google.protobuf.ByteString |
getMsgBytes()
optional string msg = 3; |
BatchReport.TextRange |
getTextRange()
optional .TextRange text_range = 2; |
BatchReport.TextRange.Builder |
getTextRangeBuilder()
optional .TextRange text_range = 2; |
BatchReport.TextRangeOrBuilder |
getTextRangeOrBuilder()
optional .TextRange text_range = 2; |
boolean |
hasComponentRef()
optional int32 component_ref = 1; |
boolean |
hasMsg()
optional string msg = 3; |
boolean |
hasTextRange()
optional .TextRange text_range = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BatchReport.IssueLocation.Builder |
mergeFrom(BatchReport.IssueLocation other) |
BatchReport.IssueLocation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.IssueLocation.Builder |
mergeFrom(com.google.protobuf.Message other) |
BatchReport.IssueLocation.Builder |
mergeTextRange(BatchReport.TextRange value)
optional .TextRange text_range = 2; |
BatchReport.IssueLocation.Builder |
setComponentRef(int value)
optional int32 component_ref = 1; |
BatchReport.IssueLocation.Builder |
setMsg(String value)
optional string msg = 3; |
BatchReport.IssueLocation.Builder |
setMsgBytes(com.google.protobuf.ByteString value)
optional string msg = 3; |
BatchReport.IssueLocation.Builder |
setTextRange(BatchReport.TextRange.Builder builderForValue)
optional .TextRange text_range = 2; |
BatchReport.IssueLocation.Builder |
setTextRange(BatchReport.TextRange value)
optional .TextRange text_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.IssueLocation.Builder>public BatchReport.IssueLocation.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.IssueLocation.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.IssueLocation.Builder>public BatchReport.IssueLocation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchReport.IssueLocation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.IssueLocation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.IssueLocation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReport.IssueLocation.Builder>public BatchReport.IssueLocation.Builder mergeFrom(BatchReport.IssueLocation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.IssueLocation.Builder>public BatchReport.IssueLocation.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.IssueLocation.Builder>IOExceptionpublic boolean hasComponentRef()
optional int32 component_ref = 1;hasComponentRef in interface BatchReport.IssueLocationOrBuilderpublic int getComponentRef()
optional int32 component_ref = 1;getComponentRef in interface BatchReport.IssueLocationOrBuilderpublic BatchReport.IssueLocation.Builder setComponentRef(int value)
optional int32 component_ref = 1;public BatchReport.IssueLocation.Builder clearComponentRef()
optional int32 component_ref = 1;public boolean hasTextRange()
optional .TextRange text_range = 2;
Only when component is a file. Can be empty for a file if this is an issue global to the file.
hasTextRange in interface BatchReport.IssueLocationOrBuilderpublic BatchReport.TextRange getTextRange()
optional .TextRange text_range = 2;
Only when component is a file. Can be empty for a file if this is an issue global to the file.
getTextRange in interface BatchReport.IssueLocationOrBuilderpublic BatchReport.IssueLocation.Builder setTextRange(BatchReport.TextRange value)
optional .TextRange text_range = 2;
Only when component is a file. Can be empty for a file if this is an issue global to the file.
public BatchReport.IssueLocation.Builder setTextRange(BatchReport.TextRange.Builder builderForValue)
optional .TextRange text_range = 2;
Only when component is a file. Can be empty for a file if this is an issue global to the file.
public BatchReport.IssueLocation.Builder mergeTextRange(BatchReport.TextRange value)
optional .TextRange text_range = 2;
Only when component is a file. Can be empty for a file if this is an issue global to the file.
public BatchReport.IssueLocation.Builder clearTextRange()
optional .TextRange text_range = 2;
Only when component is a file. Can be empty for a file if this is an issue global to the file.
public BatchReport.TextRange.Builder getTextRangeBuilder()
optional .TextRange text_range = 2;
Only when component is a file. Can be empty for a file if this is an issue global to the file.
public BatchReport.TextRangeOrBuilder getTextRangeOrBuilder()
optional .TextRange text_range = 2;
Only when component is a file. Can be empty for a file if this is an issue global to the file.
getTextRangeOrBuilder in interface BatchReport.IssueLocationOrBuilderpublic boolean hasMsg()
optional string msg = 3;hasMsg in interface BatchReport.IssueLocationOrBuilderpublic String getMsg()
optional string msg = 3;getMsg in interface BatchReport.IssueLocationOrBuilderpublic com.google.protobuf.ByteString getMsgBytes()
optional string msg = 3;getMsgBytes in interface BatchReport.IssueLocationOrBuilderpublic BatchReport.IssueLocation.Builder setMsg(String value)
optional string msg = 3;public BatchReport.IssueLocation.Builder clearMsg()
optional string msg = 3;public BatchReport.IssueLocation.Builder setMsgBytes(com.google.protobuf.ByteString value)
optional string msg = 3;Copyright © 2009–2015 SonarSource. All rights reserved.