Uses of Class
com.exonum.binding.common.messages.DeployArguments
Package | Description |
---|---|
com.exonum.binding.common.messages |
-
Uses of DeployArguments in com.exonum.binding.common.messages
Methods in com.exonum.binding.common.messages that return DeployArguments Modifier and Type Method Description DeployArguments
DeployArguments.Builder. build()
DeployArguments
DeployArguments.Builder. buildPartial()
static DeployArguments
DeployArguments. getDefaultInstance()
DeployArguments
DeployArguments.Builder. getDefaultInstanceForType()
DeployArguments
DeployArguments. getDefaultInstanceForType()
static DeployArguments
DeployArguments. parseDelimitedFrom(java.io.InputStream input)
static DeployArguments
DeployArguments. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployArguments
DeployArguments. parseFrom(byte[] data)
static DeployArguments
DeployArguments. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployArguments
DeployArguments. parseFrom(com.google.protobuf.ByteString data)
static DeployArguments
DeployArguments. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployArguments
DeployArguments. parseFrom(com.google.protobuf.CodedInputStream input)
static DeployArguments
DeployArguments. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployArguments
DeployArguments. parseFrom(java.io.InputStream input)
static DeployArguments
DeployArguments. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployArguments
DeployArguments. parseFrom(java.nio.ByteBuffer data)
static DeployArguments
DeployArguments. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.exonum.binding.common.messages that return types with arguments of type DeployArguments Modifier and Type Method Description com.google.protobuf.Parser<DeployArguments>
DeployArguments. getParserForType()
static com.google.protobuf.Parser<DeployArguments>
DeployArguments. parser()
Methods in com.exonum.binding.common.messages with parameters of type DeployArguments Modifier and Type Method Description DeployArguments.Builder
DeployArguments.Builder. mergeFrom(DeployArguments other)
static DeployArguments.Builder
DeployArguments. newBuilder(DeployArguments prototype)