Query

endless.transaction.proto.replies.QueryReply.Reply.Query
final case class Query(value: ByteString) extends Reply

Attributes

Graph
Supertypes
trait Reply
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = ByteString

Value members

Concrete methods

override def isQuery: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def query: Option[ByteString]

Attributes

Definition Classes

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Reply
def isEmpty: Boolean

Attributes

Inherited from:
Reply
def isUnknown: Boolean

Attributes

Inherited from:
Reply
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def unknown: Option[UnknownReply]

Attributes

Inherited from:
Reply
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof