| Package | Description |
|---|---|
| com.github.iotexproject.grpc.api | |
| com.github.iotexproject.grpc.types |
| Modifier and Type | Method and Description |
|---|---|
BlockMeta |
GetBlockMetasResponse.getBlkMetas(int index)
repeated .iotextypes.BlockMeta blkMetas = 1; |
BlockMeta |
GetBlockMetasResponse.Builder.getBlkMetas(int index)
repeated .iotextypes.BlockMeta blkMetas = 1; |
BlockMeta |
GetBlockMetasResponseOrBuilder.getBlkMetas(int index)
repeated .iotextypes.BlockMeta blkMetas = 1; |
| Modifier and Type | Method and Description |
|---|---|
List<BlockMeta> |
GetBlockMetasResponse.getBlkMetasList()
repeated .iotextypes.BlockMeta blkMetas = 1; |
List<BlockMeta> |
GetBlockMetasResponse.Builder.getBlkMetasList()
repeated .iotextypes.BlockMeta blkMetas = 1; |
List<BlockMeta> |
GetBlockMetasResponseOrBuilder.getBlkMetasList()
repeated .iotextypes.BlockMeta blkMetas = 1; |
| Modifier and Type | Method and Description |
|---|---|
GetBlockMetasResponse.Builder |
GetBlockMetasResponse.Builder.addBlkMetas(BlockMeta value)
repeated .iotextypes.BlockMeta blkMetas = 1; |
GetBlockMetasResponse.Builder |
GetBlockMetasResponse.Builder.addBlkMetas(int index,
BlockMeta value)
repeated .iotextypes.BlockMeta blkMetas = 1; |
GetBlockMetasResponse.Builder |
GetBlockMetasResponse.Builder.setBlkMetas(int index,
BlockMeta value)
repeated .iotextypes.BlockMeta blkMetas = 1; |
| Modifier and Type | Method and Description |
|---|---|
GetBlockMetasResponse.Builder |
GetBlockMetasResponse.Builder.addAllBlkMetas(Iterable<? extends BlockMeta> values)
repeated .iotextypes.BlockMeta blkMetas = 1; |
| Modifier and Type | Method and Description |
|---|---|
BlockMeta |
BlockMeta.Builder.build() |
BlockMeta |
BlockMeta.Builder.buildPartial() |
static BlockMeta |
BlockMeta.getDefaultInstance() |
BlockMeta |
BlockMeta.getDefaultInstanceForType() |
BlockMeta |
BlockMeta.Builder.getDefaultInstanceForType() |
static BlockMeta |
BlockMeta.parseDelimitedFrom(InputStream input) |
static BlockMeta |
BlockMeta.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockMeta |
BlockMeta.parseFrom(byte[] data) |
static BlockMeta |
BlockMeta.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockMeta |
BlockMeta.parseFrom(ByteBuffer data) |
static BlockMeta |
BlockMeta.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockMeta |
BlockMeta.parseFrom(com.google.protobuf.ByteString data) |
static BlockMeta |
BlockMeta.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockMeta |
BlockMeta.parseFrom(com.google.protobuf.CodedInputStream input) |
static BlockMeta |
BlockMeta.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockMeta |
BlockMeta.parseFrom(InputStream input) |
static BlockMeta |
BlockMeta.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<BlockMeta> |
BlockMeta.getParserForType() |
static com.google.protobuf.Parser<BlockMeta> |
BlockMeta.parser() |
| Modifier and Type | Method and Description |
|---|---|
BlockMeta.Builder |
BlockMeta.Builder.mergeFrom(BlockMeta other) |
static BlockMeta.Builder |
BlockMeta.newBuilder(BlockMeta prototype) |
Copyright © 2022 IoTeX Group. All rights reserved.