public static interface Block.BlockInfoEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
optional int64 block_id = 1; |
long |
getLength()
optional int64 length = 2; |
boolean |
hasBlockId()
optional int64 block_id = 1; |
boolean |
hasLength()
optional int64 length = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBlockId()
optional int64 block_id = 1;
long getBlockId()
optional int64 block_id = 1;
boolean hasLength()
optional int64 length = 2;
long getLength()
optional int64 length = 2;
Copyright © 2023. All Rights Reserved.