public static interface Protocol.VotesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getAddress()
bytes address = 1; |
Protocol.Vote |
getNewVotes(int index)
repeated .protocol.Vote new_votes = 3; |
int |
getNewVotesCount()
repeated .protocol.Vote new_votes = 3; |
List<Protocol.Vote> |
getNewVotesList()
repeated .protocol.Vote new_votes = 3; |
Protocol.VoteOrBuilder |
getNewVotesOrBuilder(int index)
repeated .protocol.Vote new_votes = 3; |
List<? extends Protocol.VoteOrBuilder> |
getNewVotesOrBuilderList()
repeated .protocol.Vote new_votes = 3; |
Protocol.Vote |
getOldVotes(int index)
repeated .protocol.Vote old_votes = 2; |
int |
getOldVotesCount()
repeated .protocol.Vote old_votes = 2; |
List<Protocol.Vote> |
getOldVotesList()
repeated .protocol.Vote old_votes = 2; |
Protocol.VoteOrBuilder |
getOldVotesOrBuilder(int index)
repeated .protocol.Vote old_votes = 2; |
List<? extends Protocol.VoteOrBuilder> |
getOldVotesOrBuilderList()
repeated .protocol.Vote old_votes = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getAddress()
bytes address = 1;
List<Protocol.Vote> getOldVotesList()
repeated .protocol.Vote old_votes = 2;
Protocol.Vote getOldVotes(int index)
repeated .protocol.Vote old_votes = 2;
int getOldVotesCount()
repeated .protocol.Vote old_votes = 2;
List<? extends Protocol.VoteOrBuilder> getOldVotesOrBuilderList()
repeated .protocol.Vote old_votes = 2;
Protocol.VoteOrBuilder getOldVotesOrBuilder(int index)
repeated .protocol.Vote old_votes = 2;
List<Protocol.Vote> getNewVotesList()
repeated .protocol.Vote new_votes = 3;
Protocol.Vote getNewVotes(int index)
repeated .protocol.Vote new_votes = 3;
int getNewVotesCount()
repeated .protocol.Vote new_votes = 3;
List<? extends Protocol.VoteOrBuilder> getNewVotesOrBuilderList()
repeated .protocol.Vote new_votes = 3;
Protocol.VoteOrBuilder getNewVotesOrBuilder(int index)
repeated .protocol.Vote new_votes = 3;
Copyright © 2020. All rights reserved.