public static final class BatchReport.Flow.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchReport.Flow.Builder> implements BatchReport.FlowOrBuilder
Flow| Modifier and Type | Method and Description |
|---|---|
BatchReport.Flow.Builder |
addAllLocation(Iterable<? extends BatchReport.IssueLocation> values)
repeated .IssueLocation location = 1; |
BatchReport.Flow.Builder |
addLocation(BatchReport.IssueLocation.Builder builderForValue)
repeated .IssueLocation location = 1; |
BatchReport.Flow.Builder |
addLocation(BatchReport.IssueLocation value)
repeated .IssueLocation location = 1; |
BatchReport.Flow.Builder |
addLocation(int index,
BatchReport.IssueLocation.Builder builderForValue)
repeated .IssueLocation location = 1; |
BatchReport.Flow.Builder |
addLocation(int index,
BatchReport.IssueLocation value)
repeated .IssueLocation location = 1; |
BatchReport.IssueLocation.Builder |
addLocationBuilder()
repeated .IssueLocation location = 1; |
BatchReport.IssueLocation.Builder |
addLocationBuilder(int index)
repeated .IssueLocation location = 1; |
BatchReport.Flow |
build() |
BatchReport.Flow |
buildPartial() |
BatchReport.Flow.Builder |
clear() |
BatchReport.Flow.Builder |
clearLocation()
repeated .IssueLocation location = 1; |
BatchReport.Flow |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
BatchReport.IssueLocation |
getLocation(int index)
repeated .IssueLocation location = 1; |
BatchReport.IssueLocation.Builder |
getLocationBuilder(int index)
repeated .IssueLocation location = 1; |
List<BatchReport.IssueLocation.Builder> |
getLocationBuilderList()
repeated .IssueLocation location = 1; |
int |
getLocationCount()
repeated .IssueLocation location = 1; |
List<BatchReport.IssueLocation> |
getLocationList()
repeated .IssueLocation location = 1; |
BatchReport.IssueLocationOrBuilder |
getLocationOrBuilder(int index)
repeated .IssueLocation location = 1; |
List<? extends BatchReport.IssueLocationOrBuilder> |
getLocationOrBuilderList()
repeated .IssueLocation location = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BatchReport.Flow.Builder |
mergeFrom(BatchReport.Flow other) |
BatchReport.Flow.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Flow.Builder |
mergeFrom(com.google.protobuf.Message other) |
BatchReport.Flow.Builder |
removeLocation(int index)
repeated .IssueLocation location = 1; |
BatchReport.Flow.Builder |
setLocation(int index,
BatchReport.IssueLocation.Builder builderForValue)
repeated .IssueLocation location = 1; |
BatchReport.Flow.Builder |
setLocation(int index,
BatchReport.IssueLocation value)
repeated .IssueLocation location = 1; |
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.Flow.Builder>public BatchReport.Flow.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.Flow.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.Flow.Builder>public BatchReport.Flow getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchReport.Flow build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.Flow buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.Flow.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReport.Flow.Builder>public BatchReport.Flow.Builder mergeFrom(BatchReport.Flow other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Flow.Builder>public BatchReport.Flow.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.Flow.Builder>IOExceptionpublic List<BatchReport.IssueLocation> getLocationList()
repeated .IssueLocation location = 1;getLocationList in interface BatchReport.FlowOrBuilderpublic int getLocationCount()
repeated .IssueLocation location = 1;getLocationCount in interface BatchReport.FlowOrBuilderpublic BatchReport.IssueLocation getLocation(int index)
repeated .IssueLocation location = 1;getLocation in interface BatchReport.FlowOrBuilderpublic BatchReport.Flow.Builder setLocation(int index, BatchReport.IssueLocation value)
repeated .IssueLocation location = 1;public BatchReport.Flow.Builder setLocation(int index, BatchReport.IssueLocation.Builder builderForValue)
repeated .IssueLocation location = 1;public BatchReport.Flow.Builder addLocation(BatchReport.IssueLocation value)
repeated .IssueLocation location = 1;public BatchReport.Flow.Builder addLocation(int index, BatchReport.IssueLocation value)
repeated .IssueLocation location = 1;public BatchReport.Flow.Builder addLocation(BatchReport.IssueLocation.Builder builderForValue)
repeated .IssueLocation location = 1;public BatchReport.Flow.Builder addLocation(int index, BatchReport.IssueLocation.Builder builderForValue)
repeated .IssueLocation location = 1;public BatchReport.Flow.Builder addAllLocation(Iterable<? extends BatchReport.IssueLocation> values)
repeated .IssueLocation location = 1;public BatchReport.Flow.Builder clearLocation()
repeated .IssueLocation location = 1;public BatchReport.Flow.Builder removeLocation(int index)
repeated .IssueLocation location = 1;public BatchReport.IssueLocation.Builder getLocationBuilder(int index)
repeated .IssueLocation location = 1;public BatchReport.IssueLocationOrBuilder getLocationOrBuilder(int index)
repeated .IssueLocation location = 1;getLocationOrBuilder in interface BatchReport.FlowOrBuilderpublic List<? extends BatchReport.IssueLocationOrBuilder> getLocationOrBuilderList()
repeated .IssueLocation location = 1;getLocationOrBuilderList in interface BatchReport.FlowOrBuilderpublic BatchReport.IssueLocation.Builder addLocationBuilder()
repeated .IssueLocation location = 1;public BatchReport.IssueLocation.Builder addLocationBuilder(int index)
repeated .IssueLocation location = 1;public List<BatchReport.IssueLocation.Builder> getLocationBuilderList()
repeated .IssueLocation location = 1;Copyright © 2009–2016 SonarSource. All rights reserved.