Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class HookDispatchTransactionBody
java.lang.Object
com.google.protobuf.AbstractMessageLite<HookDispatchTransactionBody,HookDispatchTransactionBody.Builder>
com.google.protobuf.GeneratedMessageLite<HookDispatchTransactionBody,HookDispatchTransactionBody.Builder>
com.hedera.hashgraph.sdk.proto.HookDispatchTransactionBody
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,HookDispatchTransactionBodyOrBuilder
@Generated
public final class HookDispatchTransactionBody
extends com.google.protobuf.GeneratedMessageLite<HookDispatchTransactionBody,HookDispatchTransactionBody.Builder>
implements HookDispatchTransactionBodyOrBuilder
* Dispatches a hook action to an appropriate service.Protobuf type
com.hedera.hapi.node.hooks.HookDispatchTransactionBody-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic final class* Dispatches a hook action to an appropriate service.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) * Creation details for a new hook.static HookDispatchTransactionBody* Execution details of an existing hook.* The id of the hook to delete.boolean* Creation details for a new hook.boolean* Execution details of an existing hook.boolean* The id of the hook to delete.newBuilder(HookDispatchTransactionBody prototype) static HookDispatchTransactionBodyparseDelimitedFrom(InputStream input) static HookDispatchTransactionBodyparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HookDispatchTransactionBodyparseFrom(byte[] data) static HookDispatchTransactionBodyparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HookDispatchTransactionBodyparseFrom(com.google.protobuf.ByteString data) static HookDispatchTransactionBodyparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HookDispatchTransactionBodyparseFrom(com.google.protobuf.CodedInputStream input) static HookDispatchTransactionBodyparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HookDispatchTransactionBodyparseFrom(InputStream input) static HookDispatchTransactionBodyparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HookDispatchTransactionBodyparseFrom(ByteBuffer data) static HookDispatchTransactionBodyparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<HookDispatchTransactionBody> 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
-
HOOK_ID_TO_DELETE_FIELD_NUMBER
public static final int HOOK_ID_TO_DELETE_FIELD_NUMBER- See Also:
-
CREATION_FIELD_NUMBER
public static final int CREATION_FIELD_NUMBER- See Also:
-
EXECUTION_FIELD_NUMBER
public static final int EXECUTION_FIELD_NUMBER- See Also:
-
-
Method Details
-
getActionCase
- Specified by:
getActionCasein interfaceHookDispatchTransactionBodyOrBuilder
-
hasHookIdToDelete
public boolean hasHookIdToDelete()* The id of the hook to delete.
.proto.HookId hook_id_to_delete = 1;- Specified by:
hasHookIdToDeletein interfaceHookDispatchTransactionBodyOrBuilder- Returns:
- Whether the hookIdToDelete field is set.
-
getHookIdToDelete
* The id of the hook to delete.
.proto.HookId hook_id_to_delete = 1;- Specified by:
getHookIdToDeletein interfaceHookDispatchTransactionBodyOrBuilder- Returns:
- The hookIdToDelete.
-
hasCreation
public boolean hasCreation()* Creation details for a new hook.
.com.hedera.hapi.node.hooks.HookCreation creation = 2;- Specified by:
hasCreationin interfaceHookDispatchTransactionBodyOrBuilder- Returns:
- Whether the creation field is set.
-
getCreation
* Creation details for a new hook.
.com.hedera.hapi.node.hooks.HookCreation creation = 2;- Specified by:
getCreationin interfaceHookDispatchTransactionBodyOrBuilder- Returns:
- The creation.
-
hasExecution
public boolean hasExecution()* Execution details of an existing hook.
.com.hedera.hapi.node.hooks.HookExecution execution = 3;- Specified by:
hasExecutionin interfaceHookDispatchTransactionBodyOrBuilder- Returns:
- Whether the execution field is set.
-
getExecution
* Execution details of an existing hook.
.com.hedera.hapi.node.hooks.HookExecution execution = 3;- Specified by:
getExecutionin interfaceHookDispatchTransactionBodyOrBuilder- Returns:
- The execution.
-
parseFrom
public static HookDispatchTransactionBody parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HookDispatchTransactionBody parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HookDispatchTransactionBody parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HookDispatchTransactionBody parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HookDispatchTransactionBody parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HookDispatchTransactionBody parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static HookDispatchTransactionBody parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static HookDispatchTransactionBody parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static HookDispatchTransactionBody parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static HookDispatchTransactionBody 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<HookDispatchTransactionBody,HookDispatchTransactionBody.Builder>
-
getDefaultInstance
-
parser
-