java.lang.Object
com.google.protobuf.AbstractMessageLite<MigrationWrappedHashes,MigrationWrappedHashes.Builder>
com.google.protobuf.GeneratedMessageLite<MigrationWrappedHashes,MigrationWrappedHashes.Builder>
com.hedera.hashgraph.sdk.proto.MigrationWrappedHashes
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,MigrationWrappedHashesOrBuilder
@Generated
public final class MigrationWrappedHashes
extends com.google.protobuf.GeneratedMessageLite<MigrationWrappedHashes,MigrationWrappedHashes.Builder>
implements MigrationWrappedHashesOrBuilder
* Values needed to replay wrapped record hash progression while voting is in progress.Protobuf type
com.hedera.hapi.node.state.blockrecords.MigrationWrappedHashes-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class* Values needed to replay wrapped record hash progression while voting is in progress.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) long* The block number these wrapped hashes belong to.com.google.protobuf.ByteString* The wrapped-record consensus timestamp hash for a block.static MigrationWrappedHashescom.google.protobuf.ByteString* The wrapped-record output items tree root hash for a block.newBuilder(MigrationWrappedHashes prototype) static MigrationWrappedHashesparseDelimitedFrom(InputStream input) static MigrationWrappedHashesparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MigrationWrappedHashesparseFrom(byte[] data) static MigrationWrappedHashesparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MigrationWrappedHashesparseFrom(com.google.protobuf.ByteString data) static MigrationWrappedHashesparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MigrationWrappedHashesparseFrom(com.google.protobuf.CodedInputStream input) static MigrationWrappedHashesparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MigrationWrappedHashesparseFrom(InputStream input) static MigrationWrappedHashesparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MigrationWrappedHashesparseFrom(ByteBuffer data) static MigrationWrappedHashesparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<MigrationWrappedHashes> parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
BLOCK_NUMBER_FIELD_NUMBER
public static final int BLOCK_NUMBER_FIELD_NUMBER- See Also:
-
CONSENSUS_TIMESTAMP_HASH_FIELD_NUMBER
public static final int CONSENSUS_TIMESTAMP_HASH_FIELD_NUMBER- See Also:
-
OUTPUT_ITEMS_TREE_ROOT_HASH_FIELD_NUMBER
public static final int OUTPUT_ITEMS_TREE_ROOT_HASH_FIELD_NUMBER- See Also:
-
-
Method Details
-
getBlockNumber
public long getBlockNumber()* The block number these wrapped hashes belong to.
uint64 block_number = 1;- Specified by:
getBlockNumberin interfaceMigrationWrappedHashesOrBuilder- Returns:
- The blockNumber.
-
getConsensusTimestampHash
public com.google.protobuf.ByteString getConsensusTimestampHash()* The wrapped-record consensus timestamp hash for a block.
bytes consensus_timestamp_hash = 2;- Specified by:
getConsensusTimestampHashin interfaceMigrationWrappedHashesOrBuilder- Returns:
- The consensusTimestampHash.
-
getOutputItemsTreeRootHash
public com.google.protobuf.ByteString getOutputItemsTreeRootHash()* The wrapped-record output items tree root hash for a block.
bytes output_items_tree_root_hash = 3;- Specified by:
getOutputItemsTreeRootHashin interfaceMigrationWrappedHashesOrBuilder- Returns:
- The outputItemsTreeRootHash.
-
parseFrom
public static MigrationWrappedHashes parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MigrationWrappedHashes parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MigrationWrappedHashes parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MigrationWrappedHashes parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MigrationWrappedHashes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MigrationWrappedHashes parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static MigrationWrappedHashes parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static MigrationWrappedHashes parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static MigrationWrappedHashes parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static MigrationWrappedHashes parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
-
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<MigrationWrappedHashes,MigrationWrappedHashes.Builder>
-
getDefaultInstance
-
parser
-