public static interface Protocol.ChainInventoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Protocol.ChainInventory.BlockId |
getIds(int index)
repeated .protocol.ChainInventory.BlockId ids = 1; |
int |
getIdsCount()
repeated .protocol.ChainInventory.BlockId ids = 1; |
List<Protocol.ChainInventory.BlockId> |
getIdsList()
repeated .protocol.ChainInventory.BlockId ids = 1; |
Protocol.ChainInventory.BlockIdOrBuilder |
getIdsOrBuilder(int index)
repeated .protocol.ChainInventory.BlockId ids = 1; |
List<? extends Protocol.ChainInventory.BlockIdOrBuilder> |
getIdsOrBuilderList()
repeated .protocol.ChainInventory.BlockId ids = 1; |
long |
getRemainNum()
int64 remain_num = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Protocol.ChainInventory.BlockId> getIdsList()
repeated .protocol.ChainInventory.BlockId ids = 1;
Protocol.ChainInventory.BlockId getIds(int index)
repeated .protocol.ChainInventory.BlockId ids = 1;
int getIdsCount()
repeated .protocol.ChainInventory.BlockId ids = 1;
List<? extends Protocol.ChainInventory.BlockIdOrBuilder> getIdsOrBuilderList()
repeated .protocol.ChainInventory.BlockId ids = 1;
Protocol.ChainInventory.BlockIdOrBuilder getIdsOrBuilder(int index)
repeated .protocol.ChainInventory.BlockId ids = 1;
long getRemainNum()
int64 remain_num = 2;
Copyright © 2020. All rights reserved.