public interface BlockIdListOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId(int index)
repeated int64 blockId = 1; |
int |
getBlockIdCount()
repeated int64 blockId = 1; |
List<Long> |
getBlockIdList()
repeated int64 blockId = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Long> getBlockIdList()
repeated int64 blockId = 1;
int getBlockIdCount()
repeated int64 blockId = 1;
long getBlockId(int index)
repeated int64 blockId = 1;
index
- The index of the element to return.Copyright © 2023. All Rights Reserved.