| Package | Description |
|---|---|
| com.github.iotexproject.grpc.api |
| Modifier and Type | Method and Description |
|---|---|
BlockProducerInfo |
BlockProducerInfo.Builder.build() |
BlockProducerInfo |
BlockProducerInfo.Builder.buildPartial() |
BlockProducerInfo |
GetEpochMetaResponseOrBuilder.getBlockProducersInfo(int index)
repeated .iotexapi.BlockProducerInfo blockProducersInfo = 3; |
BlockProducerInfo |
GetEpochMetaResponse.getBlockProducersInfo(int index)
repeated .iotexapi.BlockProducerInfo blockProducersInfo = 3; |
BlockProducerInfo |
GetEpochMetaResponse.Builder.getBlockProducersInfo(int index)
repeated .iotexapi.BlockProducerInfo blockProducersInfo = 3; |
static BlockProducerInfo |
BlockProducerInfo.getDefaultInstance() |
BlockProducerInfo |
BlockProducerInfo.getDefaultInstanceForType() |
BlockProducerInfo |
BlockProducerInfo.Builder.getDefaultInstanceForType() |
static BlockProducerInfo |
BlockProducerInfo.parseDelimitedFrom(InputStream input) |
static BlockProducerInfo |
BlockProducerInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockProducerInfo |
BlockProducerInfo.parseFrom(byte[] data) |
static BlockProducerInfo |
BlockProducerInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockProducerInfo |
BlockProducerInfo.parseFrom(ByteBuffer data) |
static BlockProducerInfo |
BlockProducerInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockProducerInfo |
BlockProducerInfo.parseFrom(com.google.protobuf.ByteString data) |
static BlockProducerInfo |
BlockProducerInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockProducerInfo |
BlockProducerInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static BlockProducerInfo |
BlockProducerInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockProducerInfo |
BlockProducerInfo.parseFrom(InputStream input) |
static BlockProducerInfo |
BlockProducerInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<BlockProducerInfo> |
GetEpochMetaResponseOrBuilder.getBlockProducersInfoList()
repeated .iotexapi.BlockProducerInfo blockProducersInfo = 3; |
List<BlockProducerInfo> |
GetEpochMetaResponse.getBlockProducersInfoList()
repeated .iotexapi.BlockProducerInfo blockProducersInfo = 3; |
List<BlockProducerInfo> |
GetEpochMetaResponse.Builder.getBlockProducersInfoList()
repeated .iotexapi.BlockProducerInfo blockProducersInfo = 3; |
com.google.protobuf.Parser<BlockProducerInfo> |
BlockProducerInfo.getParserForType() |
static com.google.protobuf.Parser<BlockProducerInfo> |
BlockProducerInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetEpochMetaResponse.Builder |
GetEpochMetaResponse.Builder.addBlockProducersInfo(BlockProducerInfo value)
repeated .iotexapi.BlockProducerInfo blockProducersInfo = 3; |
GetEpochMetaResponse.Builder |
GetEpochMetaResponse.Builder.addBlockProducersInfo(int index,
BlockProducerInfo value)
repeated .iotexapi.BlockProducerInfo blockProducersInfo = 3; |
BlockProducerInfo.Builder |
BlockProducerInfo.Builder.mergeFrom(BlockProducerInfo other) |
static BlockProducerInfo.Builder |
BlockProducerInfo.newBuilder(BlockProducerInfo prototype) |
GetEpochMetaResponse.Builder |
GetEpochMetaResponse.Builder.setBlockProducersInfo(int index,
BlockProducerInfo value)
repeated .iotexapi.BlockProducerInfo blockProducersInfo = 3; |
| Modifier and Type | Method and Description |
|---|---|
GetEpochMetaResponse.Builder |
GetEpochMetaResponse.Builder.addAllBlockProducersInfo(Iterable<? extends BlockProducerInfo> values)
repeated .iotexapi.BlockProducerInfo blockProducersInfo = 3; |
Copyright © 2022 IoTeX Group. All rights reserved.