java.lang.Object
com.google.protobuf.AbstractMessageLite<EvmHookStorageUpdate,EvmHookStorageUpdate.Builder>
com.google.protobuf.GeneratedMessageLite<EvmHookStorageUpdate,EvmHookStorageUpdate.Builder>
com.hedera.hashgraph.sdk.proto.EvmHookStorageUpdate
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,EvmHookStorageUpdateOrBuilder
@Generated
public final class EvmHookStorageUpdate
extends com.google.protobuf.GeneratedMessageLite<EvmHookStorageUpdate,EvmHookStorageUpdate.Builder>
implements EvmHookStorageUpdateOrBuilder
* Specifies a key/value pair in the storage of an EVM hook, either by the explicit storage slot contents; or by a combination of a Solidity mapping's slot key and the key into that mapping.Protobuf type
com.hedera.hapi.node.hooks.EvmHookStorageUpdate-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class* Specifies a key/value pair in the storage of an EVM hook, either by the explicit storage slot contents; or by a combination of a Solidity mapping's slot key and the key into that mapping.static enumNested 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 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) static EvmHookStorageUpdate* Implicit storage slot updates specified as Solidity mapping entries.* An explicit storage slot update.boolean* Implicit storage slot updates specified as Solidity mapping entries.boolean* An explicit storage slot update.static EvmHookStorageUpdate.Builderstatic EvmHookStorageUpdate.BuildernewBuilder(EvmHookStorageUpdate prototype) static EvmHookStorageUpdateparseDelimitedFrom(InputStream input) static EvmHookStorageUpdateparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EvmHookStorageUpdateparseFrom(byte[] data) static EvmHookStorageUpdateparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EvmHookStorageUpdateparseFrom(com.google.protobuf.ByteString data) static EvmHookStorageUpdateparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EvmHookStorageUpdateparseFrom(com.google.protobuf.CodedInputStream input) static EvmHookStorageUpdateparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EvmHookStorageUpdateparseFrom(InputStream input) static EvmHookStorageUpdateparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EvmHookStorageUpdateparseFrom(ByteBuffer data) static EvmHookStorageUpdateparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<EvmHookStorageUpdate> 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
-
STORAGE_SLOT_FIELD_NUMBER
public static final int STORAGE_SLOT_FIELD_NUMBER- See Also:
-
MAPPING_ENTRIES_FIELD_NUMBER
public static final int MAPPING_ENTRIES_FIELD_NUMBER- See Also:
-
-
Method Details
-
getUpdateCase
- Specified by:
getUpdateCasein interfaceEvmHookStorageUpdateOrBuilder
-
hasStorageSlot
public boolean hasStorageSlot()* An explicit storage slot update.
.com.hedera.hapi.node.hooks.EvmHookStorageSlot storage_slot = 1;- Specified by:
hasStorageSlotin interfaceEvmHookStorageUpdateOrBuilder- Returns:
- Whether the storageSlot field is set.
-
getStorageSlot
* An explicit storage slot update.
.com.hedera.hapi.node.hooks.EvmHookStorageSlot storage_slot = 1;- Specified by:
getStorageSlotin interfaceEvmHookStorageUpdateOrBuilder- Returns:
- The storageSlot.
-
hasMappingEntries
public boolean hasMappingEntries()* Implicit storage slot updates specified as Solidity mapping entries.
.com.hedera.hapi.node.hooks.EvmHookMappingEntries mapping_entries = 2;- Specified by:
hasMappingEntriesin interfaceEvmHookStorageUpdateOrBuilder- Returns:
- Whether the mappingEntries field is set.
-
getMappingEntries
* Implicit storage slot updates specified as Solidity mapping entries.
.com.hedera.hapi.node.hooks.EvmHookMappingEntries mapping_entries = 2;- Specified by:
getMappingEntriesin interfaceEvmHookStorageUpdateOrBuilder- Returns:
- The mappingEntries.
-
parseFrom
public static EvmHookStorageUpdate parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EvmHookStorageUpdate parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EvmHookStorageUpdate parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EvmHookStorageUpdate parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EvmHookStorageUpdate parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static EvmHookStorageUpdate parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static EvmHookStorageUpdate parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static EvmHookStorageUpdate parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static EvmHookStorageUpdate parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static EvmHookStorageUpdate 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<EvmHookStorageUpdate,EvmHookStorageUpdate.Builder>
-
getDefaultInstance
-
parser
-