| Package | Description |
|---|---|
| com.github.iotexproject.grpc.api |
| Modifier and Type | Method and Description |
|---|---|
BlockInfo |
BlockInfo.Builder.build() |
BlockInfo |
BlockInfo.Builder.buildPartial() |
BlockInfo |
StreamBlocksResponse.getBlock()
.iotexapi.BlockInfo block = 1; |
BlockInfo |
StreamBlocksResponse.Builder.getBlock()
.iotexapi.BlockInfo block = 1; |
BlockInfo |
StreamBlocksResponseOrBuilder.getBlock()
.iotexapi.BlockInfo block = 1; |
BlockInfo |
GetRawBlocksResponseOrBuilder.getBlocks(int index)
repeated .iotexapi.BlockInfo blocks = 1; |
BlockInfo |
GetRawBlocksResponse.getBlocks(int index)
repeated .iotexapi.BlockInfo blocks = 1; |
BlockInfo |
GetRawBlocksResponse.Builder.getBlocks(int index)
repeated .iotexapi.BlockInfo blocks = 1; |
static BlockInfo |
BlockInfo.getDefaultInstance() |
BlockInfo |
BlockInfo.getDefaultInstanceForType() |
BlockInfo |
BlockInfo.Builder.getDefaultInstanceForType() |
static BlockInfo |
BlockInfo.parseDelimitedFrom(InputStream input) |
static BlockInfo |
BlockInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockInfo |
BlockInfo.parseFrom(byte[] data) |
static BlockInfo |
BlockInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockInfo |
BlockInfo.parseFrom(ByteBuffer data) |
static BlockInfo |
BlockInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockInfo |
BlockInfo.parseFrom(com.google.protobuf.ByteString data) |
static BlockInfo |
BlockInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockInfo |
BlockInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static BlockInfo |
BlockInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockInfo |
BlockInfo.parseFrom(InputStream input) |
static BlockInfo |
BlockInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<BlockInfo> |
GetRawBlocksResponseOrBuilder.getBlocksList()
repeated .iotexapi.BlockInfo blocks = 1; |
List<BlockInfo> |
GetRawBlocksResponse.getBlocksList()
repeated .iotexapi.BlockInfo blocks = 1; |
List<BlockInfo> |
GetRawBlocksResponse.Builder.getBlocksList()
repeated .iotexapi.BlockInfo blocks = 1; |
com.google.protobuf.Parser<BlockInfo> |
BlockInfo.getParserForType() |
static com.google.protobuf.Parser<BlockInfo> |
BlockInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetRawBlocksResponse.Builder |
GetRawBlocksResponse.Builder.addBlocks(BlockInfo value)
repeated .iotexapi.BlockInfo blocks = 1; |
GetRawBlocksResponse.Builder |
GetRawBlocksResponse.Builder.addBlocks(int index,
BlockInfo value)
repeated .iotexapi.BlockInfo blocks = 1; |
StreamBlocksResponse.Builder |
StreamBlocksResponse.Builder.mergeBlock(BlockInfo value)
.iotexapi.BlockInfo block = 1; |
BlockInfo.Builder |
BlockInfo.Builder.mergeFrom(BlockInfo other) |
static BlockInfo.Builder |
BlockInfo.newBuilder(BlockInfo prototype) |
StreamBlocksResponse.Builder |
StreamBlocksResponse.Builder.setBlock(BlockInfo value)
.iotexapi.BlockInfo block = 1; |
GetRawBlocksResponse.Builder |
GetRawBlocksResponse.Builder.setBlocks(int index,
BlockInfo value)
repeated .iotexapi.BlockInfo blocks = 1; |
| Modifier and Type | Method and Description |
|---|---|
GetRawBlocksResponse.Builder |
GetRawBlocksResponse.Builder.addAllBlocks(Iterable<? extends BlockInfo> values)
repeated .iotexapi.BlockInfo blocks = 1; |
Copyright © 2022 IoTeX Group. All rights reserved.