trait GeneratedMessage extends Product with Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
canEqual(that: Any): Boolean
- Definition Classes
- Equals
- abstract def companion: GeneratedMessageCompanion[_]
-
abstract
def
getClass(): Class[_]
- Definition Classes
- Any
- abstract def getField(field: FieldDescriptor): PValue
-
abstract
def
productArity: Int
- Definition Classes
- Product
-
abstract
def
productElement(n: Int): Any
- Definition Classes
- Product
- abstract def serializedSize: Int
-
abstract
def
toProtoString: String
Returns a human-readable ASCII format representation of this message.
Returns a human-readable ASCII format representation of this message.
The original message can be decoded from this format by using fromAscii on the companion object.
- returns
human-readable representation of this message.
-
abstract
def
writeTo(output: CodedOutputStream): Unit
Serializes the message into the given coded output stream
-
abstract
def
getFieldByNumber(fieldNumber: Int): Any
- Annotations
- @deprecated
- Deprecated
(Since version 0.11.17) Use getField instead.
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
-
def
hashCode(): Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
-
final
def
toByteArray: Array[Byte]
Serializes the message and returns a byte array containing its raw bytes
-
final
def
toByteString: ByteString
Serializes the message and returns a ByteString containing its raw bytes
- final def toPMessage: PMessage
-
def
toString(): String
- Definition Classes
- Any
- final def writeDelimitedTo(output: OutputStream): Unit
-
final
def
writeTo(output: OutputStream): Unit
Serializes the message into the given output stream