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 |
addAllChildRefs(Iterable<? extends Integer> values)
repeated int32 child_refs = 7 [packed = true]; |
BatchReport.Component.Builder |
addChildRefs(int value)
repeated int32 child_refs = 7 [packed = true]; |
BatchReport.Component |
build() |
BatchReport.Component |
buildPartial() |
BatchReport.Component.Builder |
clear() |
BatchReport.Component.Builder |
clearChildRefs()
repeated int32 child_refs = 7 [packed = true]; |
BatchReport.Component.Builder |
clearIsTest()
optional bool is_test = 5; |
BatchReport.Component.Builder |
clearLanguage()
optional string language = 6; |
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 |
clearSnapshotId()
optional int32 snapshot_id = 8; |
BatchReport.Component.Builder |
clearType()
optional .ComponentType type = 4; |
BatchReport.Component.Builder |
clearUuid()
optional string uuid = 9; |
BatchReport.Component.Builder |
clone() |
int |
getChildRefs(int index)
repeated int32 child_refs = 7 [packed = true]; |
int |
getChildRefsCount()
repeated int32 child_refs = 7 [packed = true]; |
List<Integer> |
getChildRefsList()
repeated int32 child_refs = 7 [packed = true]; |
BatchReport.Component |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getIsTest()
optional bool is_test = 5; |
String |
getLanguage()
optional string language = 6; |
com.google.protobuf.ByteString |
getLanguageBytes()
optional string language = 6; |
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; |
int |
getSnapshotId()
optional int32 snapshot_id = 8; |
Constants.ComponentType |
getType()
optional .ComponentType type = 4; |
String |
getUuid()
optional string uuid = 9; |
com.google.protobuf.ByteString |
getUuidBytes()
optional string uuid = 9; |
boolean |
hasIsTest()
optional bool is_test = 5; |
boolean |
hasLanguage()
optional string language = 6; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasPath()
optional string path = 2; |
boolean |
hasRef()
optional int32 ref = 1; |
boolean |
hasSnapshotId()
optional int32 snapshot_id = 8; |
boolean |
hasType()
optional .ComponentType type = 4; |
boolean |
hasUuid()
optional string uuid = 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 |
setChildRefs(int index,
int value)
repeated int32 child_refs = 7 [packed = true]; |
BatchReport.Component.Builder |
setIsTest(boolean value)
optional bool is_test = 5; |
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 |
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 |
setSnapshotId(int value)
optional int32 snapshot_id = 8; |
BatchReport.Component.Builder |
setType(Constants.ComponentType value)
optional .ComponentType type = 4; |
BatchReport.Component.Builder |
setUuid(String value)
optional string uuid = 9; |
BatchReport.Component.Builder |
setUuidBytes(com.google.protobuf.ByteString value)
optional string uuid = 9; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, 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 BatchReport.Component.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone 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> getChildRefsList()
repeated int32 child_refs = 7 [packed = true];getChildRefsList in interface BatchReport.ComponentOrBuilderpublic int getChildRefsCount()
repeated int32 child_refs = 7 [packed = true];getChildRefsCount in interface BatchReport.ComponentOrBuilderpublic int getChildRefs(int index)
repeated int32 child_refs = 7 [packed = true];getChildRefs in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setChildRefs(int index, int value)
repeated int32 child_refs = 7 [packed = true];public BatchReport.Component.Builder addChildRefs(int value)
repeated int32 child_refs = 7 [packed = true];public BatchReport.Component.Builder addAllChildRefs(Iterable<? extends Integer> values)
repeated int32 child_refs = 7 [packed = true];public BatchReport.Component.Builder clearChildRefs()
repeated int32 child_refs = 7 [packed = true];public boolean hasSnapshotId()
optional int32 snapshot_id = 8;
temporary fields during development of computation stack
hasSnapshotId in interface BatchReport.ComponentOrBuilderpublic int getSnapshotId()
optional int32 snapshot_id = 8;
temporary fields during development of computation stack
getSnapshotId in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setSnapshotId(int value)
optional int32 snapshot_id = 8;
temporary fields during development of computation stack
public BatchReport.Component.Builder clearSnapshotId()
optional int32 snapshot_id = 8;
temporary fields during development of computation stack
public boolean hasUuid()
optional string uuid = 9;hasUuid in interface BatchReport.ComponentOrBuilderpublic String getUuid()
optional string uuid = 9;getUuid in interface BatchReport.ComponentOrBuilderpublic com.google.protobuf.ByteString getUuidBytes()
optional string uuid = 9;getUuidBytes in interface BatchReport.ComponentOrBuilderpublic BatchReport.Component.Builder setUuid(String value)
optional string uuid = 9;public BatchReport.Component.Builder clearUuid()
optional string uuid = 9;public BatchReport.Component.Builder setUuidBytes(com.google.protobuf.ByteString value)
optional string uuid = 9;Copyright © 2009–2015 SonarSource. All rights reserved.