Module com.hedera.hashgraph.sdk
Class MigrationRootHashVoteTransactionBody
java.lang.Object
com.google.protobuf.AbstractMessageLite<MigrationRootHashVoteTransactionBody,MigrationRootHashVoteTransactionBody.Builder>
com.google.protobuf.GeneratedMessageLite<MigrationRootHashVoteTransactionBody,MigrationRootHashVoteTransactionBody.Builder>
com.hedera.hapi.services.auxiliary.blockrecords.legacy.MigrationRootHashVoteTransactionBody
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,MigrationRootHashVoteTransactionBodyOrBuilder
@Generated
public final class MigrationRootHashVoteTransactionBody
extends com.google.protobuf.GeneratedMessageLite<MigrationRootHashVoteTransactionBody,MigrationRootHashVoteTransactionBody.Builder>
implements MigrationRootHashVoteTransactionBodyOrBuilder
* A transaction body to publish a node's vote for wrapped record migration state.Protobuf type
com.hedera.hapi.services.auxiliary.blockrecords.MigrationRootHashVoteTransactionBody-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class* A transaction body to publish a node's vote for wrapped record migration state.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) com.google.protobuf.ByteString* The previous wrapped record block root hash from startup migration.long* Leaf count of the wrapped previous block roots hasher.com.google.protobuf.ByteString* Intermediate hashing state for wrapped previous block roots.int* Intermediate hashing state for wrapped previous block roots.List<com.google.protobuf.ByteString> * Intermediate hashing state for wrapped previous block roots.newBuilder(MigrationRootHashVoteTransactionBody prototype) parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<MigrationRootHashVoteTransactionBody> 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
-
PREVIOUS_WRAPPED_RECORD_BLOCK_ROOT_HASH_FIELD_NUMBER
public static final int PREVIOUS_WRAPPED_RECORD_BLOCK_ROOT_HASH_FIELD_NUMBER- See Also:
-
WRAPPED_INTERMEDIATE_PREVIOUS_BLOCK_ROOT_HASHES_FIELD_NUMBER
public static final int WRAPPED_INTERMEDIATE_PREVIOUS_BLOCK_ROOT_HASHES_FIELD_NUMBER- See Also:
-
WRAPPED_INTERMEDIATE_BLOCK_ROOTS_LEAF_COUNT_FIELD_NUMBER
public static final int WRAPPED_INTERMEDIATE_BLOCK_ROOTS_LEAF_COUNT_FIELD_NUMBER- See Also:
-
-
Method Details
-
getPreviousWrappedRecordBlockRootHash
public com.google.protobuf.ByteString getPreviousWrappedRecordBlockRootHash()* The previous wrapped record block root hash from startup migration.
bytes previous_wrapped_record_block_root_hash = 1;- Specified by:
getPreviousWrappedRecordBlockRootHashin interfaceMigrationRootHashVoteTransactionBodyOrBuilder- Returns:
- The previousWrappedRecordBlockRootHash.
-
getWrappedIntermediatePreviousBlockRootHashesList
* Intermediate hashing state for wrapped previous block roots.
repeated bytes wrapped_intermediate_previous_block_root_hashes = 2;- Specified by:
getWrappedIntermediatePreviousBlockRootHashesListin interfaceMigrationRootHashVoteTransactionBodyOrBuilder- Returns:
- A list containing the wrappedIntermediatePreviousBlockRootHashes.
-
getWrappedIntermediatePreviousBlockRootHashesCount
public int getWrappedIntermediatePreviousBlockRootHashesCount()* Intermediate hashing state for wrapped previous block roots.
repeated bytes wrapped_intermediate_previous_block_root_hashes = 2;- Specified by:
getWrappedIntermediatePreviousBlockRootHashesCountin interfaceMigrationRootHashVoteTransactionBodyOrBuilder- Returns:
- The count of wrappedIntermediatePreviousBlockRootHashes.
-
getWrappedIntermediatePreviousBlockRootHashes
public com.google.protobuf.ByteString getWrappedIntermediatePreviousBlockRootHashes(int index) * Intermediate hashing state for wrapped previous block roots.
repeated bytes wrapped_intermediate_previous_block_root_hashes = 2;- Specified by:
getWrappedIntermediatePreviousBlockRootHashesin interfaceMigrationRootHashVoteTransactionBodyOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The wrappedIntermediatePreviousBlockRootHashes at the given index.
-
getWrappedIntermediateBlockRootsLeafCount
public long getWrappedIntermediateBlockRootsLeafCount()* Leaf count of the wrapped previous block roots hasher.
uint64 wrapped_intermediate_block_roots_leaf_count = 3;- Specified by:
getWrappedIntermediateBlockRootsLeafCountin interfaceMigrationRootHashVoteTransactionBodyOrBuilder- Returns:
- The wrappedIntermediateBlockRootsLeafCount.
-
parseFrom
public static MigrationRootHashVoteTransactionBody parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MigrationRootHashVoteTransactionBody parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MigrationRootHashVoteTransactionBody parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MigrationRootHashVoteTransactionBody parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MigrationRootHashVoteTransactionBody parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static MigrationRootHashVoteTransactionBody parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static MigrationRootHashVoteTransactionBody parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static MigrationRootHashVoteTransactionBody parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static MigrationRootHashVoteTransactionBody parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static MigrationRootHashVoteTransactionBody parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static MigrationRootHashVoteTransactionBody parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static MigrationRootHashVoteTransactionBody.Builder newBuilder(MigrationRootHashVoteTransactionBody prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<MigrationRootHashVoteTransactionBody,MigrationRootHashVoteTransactionBody.Builder>
-
getDefaultInstance
-
parser
-