Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class TransactionGetFastRecordResponse
java.lang.Object
com.google.protobuf.AbstractMessageLite<TransactionGetFastRecordResponse,TransactionGetFastRecordResponse.Builder>
com.google.protobuf.GeneratedMessageLite<TransactionGetFastRecordResponse,TransactionGetFastRecordResponse.Builder>
com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,TransactionGetFastRecordResponseOrBuilder
@Generated
@Deprecated
public final class TransactionGetFastRecordResponse
extends com.google.protobuf.GeneratedMessageLite<TransactionGetFastRecordResponse,TransactionGetFastRecordResponse.Builder>
implements TransactionGetFastRecordResponseOrBuilder
Deprecated.
* Response when the client sends the node TransactionGetFastRecordQuery. If it created a new entity (account, file, or smart contract instance) then one of the three ID fields will be filled in with the ID of the new entity. Sometimes a single transaction will create more than one new entity, such as when a new contract instance is created, and this also creates the new account that it owned by that instance.Protobuf type
proto.TransactionGetFastRecordResponse-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.* Response when the client sends the node TransactionGetFastRecordQuery.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 intDeprecated.static final intDeprecated.Fields 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) Deprecated.Deprecated.Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).Deprecated.* The requested transaction recordsbooleanDeprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).booleanDeprecated.* The requested transaction recordsDeprecated.newBuilder(TransactionGetFastRecordResponse prototype) Deprecated.parseDelimitedFrom(InputStream input) Deprecated.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(byte[] data) Deprecated.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(com.google.protobuf.ByteString data) Deprecated.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(com.google.protobuf.CodedInputStream input) Deprecated.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(InputStream input) Deprecated.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(ByteBuffer data) Deprecated.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static com.google.protobuf.Parser<TransactionGetFastRecordResponse> parser()Deprecated.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
-
HEADER_FIELD_NUMBER
public static final int HEADER_FIELD_NUMBERDeprecated.- See Also:
-
TRANSACTIONRECORD_FIELD_NUMBER
public static final int TRANSACTIONRECORD_FIELD_NUMBERDeprecated.- See Also:
-
-
Method Details
-
hasHeader
public boolean hasHeader()Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
.proto.ResponseHeader header = 1;- Specified by:
hasHeaderin interfaceTransactionGetFastRecordResponseOrBuilder- Returns:
- Whether the header field is set.
-
getHeader
Deprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
.proto.ResponseHeader header = 1;- Specified by:
getHeaderin interfaceTransactionGetFastRecordResponseOrBuilder- Returns:
- The header.
-
hasTransactionRecord
public boolean hasTransactionRecord()Deprecated.* The requested transaction records
.proto.TransactionRecord transactionRecord = 2;- Specified by:
hasTransactionRecordin interfaceTransactionGetFastRecordResponseOrBuilder- Returns:
- Whether the transactionRecord field is set.
-
getTransactionRecord
Deprecated.* The requested transaction records
.proto.TransactionRecord transactionRecord = 2;- Specified by:
getTransactionRecordin interfaceTransactionGetFastRecordResponseOrBuilder- Returns:
- The transactionRecord.
-
parseFrom
public static TransactionGetFastRecordResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionGetFastRecordResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionGetFastRecordResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionGetFastRecordResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionGetFastRecordResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionGetFastRecordResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
Deprecated.- Throws:
IOException
-
parseFrom
public static TransactionGetFastRecordResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseDelimitedFrom
public static TransactionGetFastRecordResponse parseDelimitedFrom(InputStream input) throws IOException Deprecated.- Throws:
IOException
-
parseDelimitedFrom
public static TransactionGetFastRecordResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseFrom
public static TransactionGetFastRecordResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException Deprecated.- Throws:
IOException
-
parseFrom
public static TransactionGetFastRecordResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
newBuilder
Deprecated. -
newBuilder
public static TransactionGetFastRecordResponse.Builder newBuilder(TransactionGetFastRecordResponse prototype) Deprecated. -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) Deprecated.- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<TransactionGetFastRecordResponse,TransactionGetFastRecordResponse.Builder>
-
getDefaultInstance
Deprecated. -
parser
Deprecated.
-