public static final class CandidateListV2.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CandidateListV2.Builder> implements CandidateListV2OrBuilder
iotextypes.CandidateListV2| Modifier and Type | Method and Description |
|---|---|
CandidateListV2.Builder |
addAllCandidates(Iterable<? extends CandidateV2> values)
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateListV2.Builder |
addCandidates(CandidateV2.Builder builderForValue)
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateListV2.Builder |
addCandidates(CandidateV2 value)
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateListV2.Builder |
addCandidates(int index,
CandidateV2.Builder builderForValue)
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateListV2.Builder |
addCandidates(int index,
CandidateV2 value)
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateV2.Builder |
addCandidatesBuilder()
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateV2.Builder |
addCandidatesBuilder(int index)
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateListV2.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CandidateListV2 |
build() |
CandidateListV2 |
buildPartial() |
CandidateListV2.Builder |
clear() |
CandidateListV2.Builder |
clearCandidates()
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateListV2.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CandidateListV2.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CandidateListV2.Builder |
clone() |
CandidateV2 |
getCandidates(int index)
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateV2.Builder |
getCandidatesBuilder(int index)
repeated .iotextypes.CandidateV2 candidates = 1; |
List<CandidateV2.Builder> |
getCandidatesBuilderList()
repeated .iotextypes.CandidateV2 candidates = 1; |
int |
getCandidatesCount()
repeated .iotextypes.CandidateV2 candidates = 1; |
List<CandidateV2> |
getCandidatesList()
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateV2OrBuilder |
getCandidatesOrBuilder(int index)
repeated .iotextypes.CandidateV2 candidates = 1; |
List<? extends CandidateV2OrBuilder> |
getCandidatesOrBuilderList()
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateListV2 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CandidateListV2.Builder |
mergeFrom(CandidateListV2 other) |
CandidateListV2.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CandidateListV2.Builder |
mergeFrom(com.google.protobuf.Message other) |
CandidateListV2.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CandidateListV2.Builder |
removeCandidates(int index)
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateListV2.Builder |
setCandidates(int index,
CandidateV2.Builder builderForValue)
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateListV2.Builder |
setCandidates(int index,
CandidateV2 value)
repeated .iotextypes.CandidateV2 candidates = 1; |
CandidateListV2.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CandidateListV2.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CandidateListV2.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CandidateListV2.Builder>public CandidateListV2.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CandidateListV2.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.GeneratedMessageV3.Builder<CandidateListV2.Builder>public CandidateListV2 getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CandidateListV2 build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CandidateListV2 buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CandidateListV2.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CandidateListV2.Builder>public CandidateListV2.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CandidateListV2.Builder>public CandidateListV2.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CandidateListV2.Builder>public CandidateListV2.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CandidateListV2.Builder>public CandidateListV2.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CandidateListV2.Builder>public CandidateListV2.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CandidateListV2.Builder>public CandidateListV2.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CandidateListV2.Builder>public CandidateListV2.Builder mergeFrom(CandidateListV2 other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CandidateListV2.Builder>public CandidateListV2.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<CandidateListV2.Builder>IOExceptionpublic List<CandidateV2> getCandidatesList()
repeated .iotextypes.CandidateV2 candidates = 1;getCandidatesList in interface CandidateListV2OrBuilderpublic int getCandidatesCount()
repeated .iotextypes.CandidateV2 candidates = 1;getCandidatesCount in interface CandidateListV2OrBuilderpublic CandidateV2 getCandidates(int index)
repeated .iotextypes.CandidateV2 candidates = 1;getCandidates in interface CandidateListV2OrBuilderpublic CandidateListV2.Builder setCandidates(int index, CandidateV2 value)
repeated .iotextypes.CandidateV2 candidates = 1;public CandidateListV2.Builder setCandidates(int index, CandidateV2.Builder builderForValue)
repeated .iotextypes.CandidateV2 candidates = 1;public CandidateListV2.Builder addCandidates(CandidateV2 value)
repeated .iotextypes.CandidateV2 candidates = 1;public CandidateListV2.Builder addCandidates(int index, CandidateV2 value)
repeated .iotextypes.CandidateV2 candidates = 1;public CandidateListV2.Builder addCandidates(CandidateV2.Builder builderForValue)
repeated .iotextypes.CandidateV2 candidates = 1;public CandidateListV2.Builder addCandidates(int index, CandidateV2.Builder builderForValue)
repeated .iotextypes.CandidateV2 candidates = 1;public CandidateListV2.Builder addAllCandidates(Iterable<? extends CandidateV2> values)
repeated .iotextypes.CandidateV2 candidates = 1;public CandidateListV2.Builder clearCandidates()
repeated .iotextypes.CandidateV2 candidates = 1;public CandidateListV2.Builder removeCandidates(int index)
repeated .iotextypes.CandidateV2 candidates = 1;public CandidateV2.Builder getCandidatesBuilder(int index)
repeated .iotextypes.CandidateV2 candidates = 1;public CandidateV2OrBuilder getCandidatesOrBuilder(int index)
repeated .iotextypes.CandidateV2 candidates = 1;getCandidatesOrBuilder in interface CandidateListV2OrBuilderpublic List<? extends CandidateV2OrBuilder> getCandidatesOrBuilderList()
repeated .iotextypes.CandidateV2 candidates = 1;getCandidatesOrBuilderList in interface CandidateListV2OrBuilderpublic CandidateV2.Builder addCandidatesBuilder()
repeated .iotextypes.CandidateV2 candidates = 1;public CandidateV2.Builder addCandidatesBuilder(int index)
repeated .iotextypes.CandidateV2 candidates = 1;public List<CandidateV2.Builder> getCandidatesBuilderList()
repeated .iotextypes.CandidateV2 candidates = 1;public final CandidateListV2.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CandidateListV2.Builder>public final CandidateListV2.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CandidateListV2.Builder>Copyright © 2022 IoTeX Group. All rights reserved.