CandidateList.Builder |
CandidateList.Builder.addAllCandidates(Iterable<? extends Candidate> values)
repeated .iotextypes.Candidate candidates = 1;
|
CandidateList.Builder |
CandidateList.Builder.addCandidates(Candidate.Builder builderForValue)
repeated .iotextypes.Candidate candidates = 1;
|
CandidateList.Builder |
CandidateList.Builder.addCandidates(Candidate value)
repeated .iotextypes.Candidate candidates = 1;
|
CandidateList.Builder |
CandidateList.Builder.addCandidates(int index,
Candidate.Builder builderForValue)
repeated .iotextypes.Candidate candidates = 1;
|
CandidateList.Builder |
CandidateList.Builder.addCandidates(int index,
Candidate value)
repeated .iotextypes.Candidate candidates = 1;
|
CandidateList.Builder |
CandidateList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CandidateList.Builder |
CandidateList.Builder.clear() |
CandidateList.Builder |
CandidateList.Builder.clearCandidates()
repeated .iotextypes.Candidate candidates = 1;
|
CandidateList.Builder |
CandidateList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CandidateList.Builder |
CandidateList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CandidateList.Builder |
CandidateList.Builder.clone() |
CandidateList.Builder |
PutPollResult.Builder.getCandidatesBuilder()
.iotextypes.CandidateList candidates = 2;
|
CandidateList.Builder |
CandidateList.Builder.mergeFrom(CandidateList other) |
CandidateList.Builder |
CandidateList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CandidateList.Builder |
CandidateList.Builder.mergeFrom(com.google.protobuf.Message other) |
CandidateList.Builder |
CandidateList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CandidateList.Builder |
CandidateList.newBuilder() |
static CandidateList.Builder |
CandidateList.newBuilder(CandidateList prototype) |
CandidateList.Builder |
CandidateList.newBuilderForType() |
protected CandidateList.Builder |
CandidateList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CandidateList.Builder |
CandidateList.Builder.removeCandidates(int index)
repeated .iotextypes.Candidate candidates = 1;
|
CandidateList.Builder |
CandidateList.Builder.setCandidates(int index,
Candidate.Builder builderForValue)
repeated .iotextypes.Candidate candidates = 1;
|
CandidateList.Builder |
CandidateList.Builder.setCandidates(int index,
Candidate value)
repeated .iotextypes.Candidate candidates = 1;
|
CandidateList.Builder |
CandidateList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CandidateList.Builder |
CandidateList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CandidateList.Builder |
CandidateList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CandidateList.Builder |
CandidateList.toBuilder() |