public static final class BatchReport.Component.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchReport.Component.Builder> implements BatchReport.ComponentOrBuilder
Component| Modifier and Type | Method and Description |
|---|---|
BatchReport.Component.Builder |
addAllChildRef(Iterable<? extends Integer> values)
repeated int32 child_ref = 7 [packed = true]; |
BatchReport.Component.Builder |
addAllLink(Iterable<? extends BatchReport.ComponentLink> values)
repeated .ComponentLink link = 8; |
BatchReport.Component.Builder |
addChildRef(int value)
repeated int32 child_ref = 7 [packed = true]; |
BatchReport.Component.Builder |
addLink(BatchReport.ComponentLink.Builder builderForValue)
repeated .ComponentLink link = 8; |
BatchReport.Component.Builder |
addLink(BatchReport.ComponentLink value)
repeated .ComponentLink link = 8; |
BatchReport.Component.Builder |
addLink(int index,
BatchReport.ComponentLink.Builder builderForValue)
repeated .ComponentLink link = 8; |
BatchReport.Component.Builder |
addLink(int index,
BatchReport.ComponentLink value)
repeated .ComponentLink link = 8; |
BatchReport.ComponentLink.Builder |
addLinkBuilder()
repeated .ComponentLink link = 8; |
BatchReport.ComponentLink.Builder |
addLinkBuilder(int index)
repeated .ComponentLink link = 8; |
BatchReport.Component |
build() |
BatchReport.Component |
buildPartial() |
BatchReport.Component.Builder |
clear() |
BatchReport.Component.Builder |
clearChildRef()
repeated int32 child_ref = 7 [packed = true]; |
BatchReport.Component.Builder |
clearDescription()
optional string description = 12; |
BatchReport.Component.Builder |
clearIsTest()
optional bool is_test = 5; |
BatchReport.Component.Builder |
clearKey()
optional string key = 10; |
BatchReport.Component.Builder |
clearLanguage()
optional string language = 6; |
BatchReport.Component.Builder |
clearLines()
optional int32 lines = 11; |
BatchReport.Component.Builder |
clearLink()
repeated .ComponentLink link = 8; |
BatchReport.Component.Builder |
clearName()
optional string name = 3; |
BatchReport.Component.Builder |
clearPath()
optional string path = 2; |
BatchReport.Component.Builder |
clearRef()
optional int32 ref = 1; |
BatchReport.Component.Builder |
clearType()
optional .ComponentType type = 4; |
BatchReport.Component.Builder |
clearVersion()
optional string version = 9; |
int |
getChildRef(int index)
repeated int32 child_ref = 7 [packed = true]; |
int |
getChildRefCount()
repeated int32 child_ref = 7 [packed = true]; |
List<Integer> |
getChildRefList()
repeated int32 child_ref = 7 [packed = true]; |
BatchReport.Component |
getDefaultInstanceForType() |
String |
getDescription()
optional string description = 12; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 12; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getIsTest()
optional bool is_test = 5; |
String |
getKey()
optional string key = 10; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 10; |
String |
getLanguage()
optional string language = 6; |
com.google.protobuf.ByteString |
getLanguageBytes()
optional string language = 6; |
int |
getLines()
optional int32 lines = 11; |
BatchReport.ComponentLink |
getLink(int index)
repeated .ComponentLink link = 8; |
BatchReport.ComponentLink.Builder |
getLinkBuilder(int index)
repeated .ComponentLink link = 8; |
List<BatchReport.ComponentLink.Builder> |
getLinkBuilderList()
repeated .ComponentLink link = 8; |
int |
getLinkCount()
repeated .ComponentLink link = 8; |
List<BatchReport.ComponentLink> |
getLinkList()
repeated .ComponentLink link = 8; |
BatchReport.ComponentLinkOrBuilder |
getLinkOrBuilder(int index)
repeated .ComponentLink link = 8; |
List<? extends BatchReport.ComponentLinkOrBuilder> |
getLinkOrBuilderList()
repeated .ComponentLink link = 8; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
String |
getPath()
optional string path = 2; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 2; |
int |
getRef()
optional int32 ref = 1; |
Constants.ComponentType |
getType()
optional .ComponentType type = 4; |
String |
getVersion()
optional string version = 9; |
com.google.protobuf.ByteString |
getVersionBytes()
optional string version = 9; |
boolean |
hasDescription()
optional string description = 12; |
boolean |
hasIsTest()
optional bool is_test = 5; |
boolean |
hasKey()
optional string key = 10; |
boolean |
hasLanguage()
optional string language = 6; |
boolean |
hasLines()
optional int32 lines = 11; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasPath()
optional string path = 2; |
boolean |
hasRef()
optional int32 ref = 1; |
boolean |
hasType()
optional .ComponentType type = 4; |
boolean |
hasVersion()
optional string version = 9; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BatchReport.Component.Builder |
mergeFrom(BatchReport.Component other) |
BatchReport.Component.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Component.Builder |
mergeFrom(com.google.protobuf.Message other) |
BatchReport.Component.Builder |
removeLink(int index)
repeated .ComponentLink link = 8; |
BatchReport.Component.Builder |
setChildRef(int index,
int value)
repeated int32 child_ref = 7 [packed = true]; |
BatchReport.Component.Builder |
setDescription(String value)
optional string description = 12; |
BatchReport.Component.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
optional string description = 12; |
BatchReport.Component.Builder |
setIsTest(boolean value)
optional bool is_test = 5; |
BatchReport.Component.Builder |
setKey(String value)
optional string key = 10; |
BatchReport.Component.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
optional string key = 10; |
BatchReport.Component.Builder |
setLanguage(String value)
optional string language = 6; |
BatchReport.Component.Builder |
setLanguageBytes(com.google.protobuf.ByteString value)
optional string language = 6; |
BatchReport.Component.Builder |
setLines(int value)
optional int32 lines = 11; |
BatchReport.Component.Builder |
setLink(int index,
BatchReport.ComponentLink.Builder builderForValue)
repeated .ComponentLink link = 8; |
BatchReport.Component.Builder |
setLink(int index,
BatchReport.ComponentLink value)
repeated .ComponentLink link = 8; |
BatchReport.Component.Builder |
setName(String value)
optional string name = 3; |
BatchReport.Component.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 3; |
BatchReport.Component.Builder |
setPath(String value)
optional string path = 2; |
BatchReport.Component.Builder |
setPathBytes(com.google.protobuf.ByteString value)
optional string path = 2; |
BatchReport.Component.Builder |
setRef(int value)
optional int32 ref = 1; |
BatchReport.Component.Builder |
setType(Constants.ComponentType value)
optional .ComponentType type = 4; |
BatchReport.Component.Builder |
setVersion(String value)
optional string version = 9; |
BatchReport.Component.Builder |
setVersionBytes(com.google.protobuf.ByteString value)
optional string version = 9; |
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.Component.Builder>public BatchReport.Component.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.Component.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.Component.Builder>public BatchReport.Component getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchReport.Component build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.Component buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.Component.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReport.Component.Builder>public BatchReport.Component.Builder mergeFrom(BatchReport.Component other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Component.Builder>public BatchReport.Component.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.Component.Builder>IOExceptionpublic boolean hasRef()
optional int32 ref = 1;hasRef in interface BatchReport.ComponentOrBuilderpublic int getRef()
optional int32 ref = 1;getRef in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setRef(int value)
optional int32 ref = 1;public BatchReport.Component.Builder clearRef()
optional int32 ref = 1;public boolean hasPath()
optional string path = 2;hasPath in interface BatchReport.ComponentOrBuilderpublic String getPath()
optional string path = 2;getPath in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
optional string path = 2;getPathBytes in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setPath(String value)
optional string path = 2;public BatchReport.Component.Builder clearPath()
optional string path = 2;public BatchReport.Component.Builder setPathBytes(com.google.protobuf.ByteString value)
optional string path = 2;public boolean hasName()
optional string name = 3;hasName in interface BatchReport.ComponentOrBuilderpublic String getName()
optional string name = 3;getName in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 3;getNameBytes in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setName(String value)
optional string name = 3;public BatchReport.Component.Builder clearName()
optional string name = 3;public BatchReport.Component.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 3;public boolean hasType()
optional .ComponentType type = 4;hasType in interface BatchReport.ComponentOrBuilderpublic Constants.ComponentType getType()
optional .ComponentType type = 4;getType in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setType(Constants.ComponentType value)
optional .ComponentType type = 4;public BatchReport.Component.Builder clearType()
optional .ComponentType type = 4;public boolean hasIsTest()
optional bool is_test = 5;hasIsTest in interface BatchReport.ComponentOrBuilderpublic boolean getIsTest()
optional bool is_test = 5;getIsTest in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setIsTest(boolean value)
optional bool is_test = 5;public BatchReport.Component.Builder clearIsTest()
optional bool is_test = 5;public boolean hasLanguage()
optional string language = 6;hasLanguage in interface BatchReport.ComponentOrBuilderpublic String getLanguage()
optional string language = 6;getLanguage in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getLanguageBytes()
optional string language = 6;getLanguageBytes in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setLanguage(String value)
optional string language = 6;public BatchReport.Component.Builder clearLanguage()
optional string language = 6;public BatchReport.Component.Builder setLanguageBytes(com.google.protobuf.ByteString value)
optional string language = 6;public List<Integer> getChildRefList()
repeated int32 child_ref = 7 [packed = true];getChildRefList in interface BatchReport.ComponentOrBuilderpublic int getChildRefCount()
repeated int32 child_ref = 7 [packed = true];getChildRefCount in interface BatchReport.ComponentOrBuilderpublic int getChildRef(int index)
repeated int32 child_ref = 7 [packed = true];getChildRef in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setChildRef(int index, int value)
repeated int32 child_ref = 7 [packed = true];public BatchReport.Component.Builder addChildRef(int value)
repeated int32 child_ref = 7 [packed = true];public BatchReport.Component.Builder addAllChildRef(Iterable<? extends Integer> values)
repeated int32 child_ref = 7 [packed = true];public BatchReport.Component.Builder clearChildRef()
repeated int32 child_ref = 7 [packed = true];public List<BatchReport.ComponentLink> getLinkList()
repeated .ComponentLink link = 8;getLinkList in interface BatchReport.ComponentOrBuilderpublic int getLinkCount()
repeated .ComponentLink link = 8;getLinkCount in interface BatchReport.ComponentOrBuilderpublic BatchReport.ComponentLink getLink(int index)
repeated .ComponentLink link = 8;getLink in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setLink(int index, BatchReport.ComponentLink value)
repeated .ComponentLink link = 8;public BatchReport.Component.Builder setLink(int index, BatchReport.ComponentLink.Builder builderForValue)
repeated .ComponentLink link = 8;public BatchReport.Component.Builder addLink(BatchReport.ComponentLink value)
repeated .ComponentLink link = 8;public BatchReport.Component.Builder addLink(int index, BatchReport.ComponentLink value)
repeated .ComponentLink link = 8;public BatchReport.Component.Builder addLink(BatchReport.ComponentLink.Builder builderForValue)
repeated .ComponentLink link = 8;public BatchReport.Component.Builder addLink(int index, BatchReport.ComponentLink.Builder builderForValue)
repeated .ComponentLink link = 8;public BatchReport.Component.Builder addAllLink(Iterable<? extends BatchReport.ComponentLink> values)
repeated .ComponentLink link = 8;public BatchReport.Component.Builder clearLink()
repeated .ComponentLink link = 8;public BatchReport.Component.Builder removeLink(int index)
repeated .ComponentLink link = 8;public BatchReport.ComponentLink.Builder getLinkBuilder(int index)
repeated .ComponentLink link = 8;public BatchReport.ComponentLinkOrBuilder getLinkOrBuilder(int index)
repeated .ComponentLink link = 8;getLinkOrBuilder in interface BatchReport.ComponentOrBuilderpublic List<? extends BatchReport.ComponentLinkOrBuilder> getLinkOrBuilderList()
repeated .ComponentLink link = 8;getLinkOrBuilderList in interface BatchReport.ComponentOrBuilderpublic BatchReport.ComponentLink.Builder addLinkBuilder()
repeated .ComponentLink link = 8;public BatchReport.ComponentLink.Builder addLinkBuilder(int index)
repeated .ComponentLink link = 8;public List<BatchReport.ComponentLink.Builder> getLinkBuilderList()
repeated .ComponentLink link = 8;public boolean hasVersion()
optional string version = 9;
Only available on PROJECT and MODULE types
hasVersion in interface BatchReport.ComponentOrBuilderpublic String getVersion()
optional string version = 9;
Only available on PROJECT and MODULE types
getVersion in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
optional string version = 9;
Only available on PROJECT and MODULE types
getVersionBytes in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setVersion(String value)
optional string version = 9;
Only available on PROJECT and MODULE types
public BatchReport.Component.Builder clearVersion()
optional string version = 9;
Only available on PROJECT and MODULE types
public BatchReport.Component.Builder setVersionBytes(com.google.protobuf.ByteString value)
optional string version = 9;
Only available on PROJECT and MODULE types
public boolean hasKey()
optional string key = 10;
Only available on PROJECT and MODULE types TODO rename this property -> batchKey ? moduleKey ?
hasKey in interface BatchReport.ComponentOrBuilderpublic String getKey()
optional string key = 10;
Only available on PROJECT and MODULE types TODO rename this property -> batchKey ? moduleKey ?
getKey in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
optional string key = 10;
Only available on PROJECT and MODULE types TODO rename this property -> batchKey ? moduleKey ?
getKeyBytes in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setKey(String value)
optional string key = 10;
Only available on PROJECT and MODULE types TODO rename this property -> batchKey ? moduleKey ?
public BatchReport.Component.Builder clearKey()
optional string key = 10;
Only available on PROJECT and MODULE types TODO rename this property -> batchKey ? moduleKey ?
public BatchReport.Component.Builder setKeyBytes(com.google.protobuf.ByteString value)
optional string key = 10;
Only available on PROJECT and MODULE types TODO rename this property -> batchKey ? moduleKey ?
public boolean hasLines()
optional int32 lines = 11;
Only available on FILE type
hasLines in interface BatchReport.ComponentOrBuilderpublic int getLines()
optional int32 lines = 11;
Only available on FILE type
getLines in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setLines(int value)
optional int32 lines = 11;
Only available on FILE type
public BatchReport.Component.Builder clearLines()
optional int32 lines = 11;
Only available on FILE type
public boolean hasDescription()
optional string description = 12;
Only available on PROJECT and MODULE types
hasDescription in interface BatchReport.ComponentOrBuilderpublic String getDescription()
optional string description = 12;
Only available on PROJECT and MODULE types
getDescription in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 12;
Only available on PROJECT and MODULE types
getDescriptionBytes in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setDescription(String value)
optional string description = 12;
Only available on PROJECT and MODULE types
public BatchReport.Component.Builder clearDescription()
optional string description = 12;
Only available on PROJECT and MODULE types
public BatchReport.Component.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
optional string description = 12;
Only available on PROJECT and MODULE types
Copyright © 2009–2016 SonarSource. All rights reserved.