@SerialVersionUID(0L) final case class StreamIdentifier(streamName: ByteString, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[StreamIdentifier]
- Companion
- object
trait Updatable[StreamIdentifier]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
Serializes the messgae and returns a byte array containing its raw bytes
Serializes the messgae and returns a byte array containing its raw bytes
- Inherited from
- GeneratedMessage
Serializes the messgae and returns a ByteString containing its raw bytes
Serializes the messgae and returns a ByteString containing its raw bytes
- Inherited from
- GeneratedMessage
def update(ms: Lens[StreamIdentifier, StreamIdentifier] => () => StreamIdentifier*): StreamIdentifier
- Inherited from
- Updatable