public static interface GrpcAPI.BlockListOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Protocol.Block |
getBlock(int index)
repeated .protocol.Block block = 1; |
int |
getBlockCount()
repeated .protocol.Block block = 1; |
List<Protocol.Block> |
getBlockList()
repeated .protocol.Block block = 1; |
Protocol.BlockOrBuilder |
getBlockOrBuilder(int index)
repeated .protocol.Block block = 1; |
List<? extends Protocol.BlockOrBuilder> |
getBlockOrBuilderList()
repeated .protocol.Block block = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Protocol.Block> getBlockList()
repeated .protocol.Block block = 1;
Protocol.Block getBlock(int index)
repeated .protocol.Block block = 1;
int getBlockCount()
repeated .protocol.Block block = 1;
List<? extends Protocol.BlockOrBuilder> getBlockOrBuilderList()
repeated .protocol.Block block = 1;
Protocol.BlockOrBuilder getBlockOrBuilder(int index)
repeated .protocol.Block block = 1;
Copyright © 2020. All rights reserved.