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