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