Uses of Class
com.exonum.core.messages.Runtime.AnyTx
| Package | Description |
|---|---|
| com.exonum.core.messages |
-
Uses of Runtime.AnyTx in com.exonum.core.messages
Methods in com.exonum.core.messages that return Runtime.AnyTx Modifier and Type Method Description Runtime.AnyTxRuntime.AnyTx.Builder. build()Runtime.AnyTxRuntime.AnyTx.Builder. buildPartial()Runtime.AnyTxConsensus.ExonumMessage.Builder. getAnyTx().exonum.runtime.AnyTx any_tx = 1;Runtime.AnyTxConsensus.ExonumMessage. getAnyTx().exonum.runtime.AnyTx any_tx = 1;Runtime.AnyTxConsensus.ExonumMessageOrBuilder. getAnyTx().exonum.runtime.AnyTx any_tx = 1;static Runtime.AnyTxRuntime.AnyTx. getDefaultInstance()Runtime.AnyTxRuntime.AnyTx.Builder. getDefaultInstanceForType()Runtime.AnyTxRuntime.AnyTx. getDefaultInstanceForType()static Runtime.AnyTxRuntime.AnyTx. parseDelimitedFrom(InputStream input)static Runtime.AnyTxRuntime.AnyTx. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Runtime.AnyTxRuntime.AnyTx. parseFrom(byte[] data)static Runtime.AnyTxRuntime.AnyTx. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Runtime.AnyTxRuntime.AnyTx. parseFrom(com.google.protobuf.ByteString data)static Runtime.AnyTxRuntime.AnyTx. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Runtime.AnyTxRuntime.AnyTx. parseFrom(com.google.protobuf.CodedInputStream input)static Runtime.AnyTxRuntime.AnyTx. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Runtime.AnyTxRuntime.AnyTx. parseFrom(InputStream input)static Runtime.AnyTxRuntime.AnyTx. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Runtime.AnyTxRuntime.AnyTx. parseFrom(ByteBuffer data)static Runtime.AnyTxRuntime.AnyTx. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.exonum.core.messages that return types with arguments of type Runtime.AnyTx Modifier and Type Method Description com.google.protobuf.Parser<Runtime.AnyTx>Runtime.AnyTx. getParserForType()static com.google.protobuf.Parser<Runtime.AnyTx>Runtime.AnyTx. parser()Methods in com.exonum.core.messages with parameters of type Runtime.AnyTx Modifier and Type Method Description Consensus.ExonumMessage.BuilderConsensus.ExonumMessage.Builder. mergeAnyTx(Runtime.AnyTx value).exonum.runtime.AnyTx any_tx = 1;Runtime.AnyTx.BuilderRuntime.AnyTx.Builder. mergeFrom(Runtime.AnyTx other)static Runtime.AnyTx.BuilderRuntime.AnyTx. newBuilder(Runtime.AnyTx prototype)Consensus.ExonumMessage.BuilderConsensus.ExonumMessage.Builder. setAnyTx(Runtime.AnyTx value).exonum.runtime.AnyTx any_tx = 1;