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