scalapb.options.ScalaPbOptions$.AuxMessageOptions
See theAuxMessageOptions companion object AuxMessageOptions enables you to set message-level options through package-scoped options.
This is useful when you can't add a dependency on scalapb.proto from the proto file that
defines the message.
Attributes options Options to apply to the message. If there are any options defined on the target message
they take precedence over the options.
target The fully-qualified name of the message in the proto name space.
Companion: object Graph Reset zoom Hide graph Show graph
Supertypes trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Members list Concise view
Value members
Attributes Definition Classes
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.
Attributes Returns: human-readable representation of this message.
Serializes the message into the given coded output stream
Serializes the message into the given coded output stream
Attributes
Attributes Inherited from: Product
Attributes Inherited from: Product
Serializes the message and returns a byte array containing its raw bytes
Serializes the message and returns a byte array containing its raw bytes
Attributes Inherited from: GeneratedMessage
Serializes the message and returns a ByteString containing its raw bytes
Serializes the message and returns a ByteString containing its raw bytes
Attributes Inherited from: GeneratedMessage
Attributes Inherited from: Updatable
Serializes the message into the given output stream
Serializes the message into the given output stream
Attributes Inherited from: GeneratedMessage