@SerialVersionUID(0L)
final case class WrongExpectedVersion(currentRevisionOption2060: CurrentRevisionOption2060, expectedRevisionOption2060: ExpectedRevisionOption2060, currentRevisionOption: CurrentRevisionOption, expectedRevisionOption: ExpectedRevisionOption, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[WrongExpectedVersion]
- Companion:
- object
trait Updatable[WrongExpectedVersion]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
Serializes the message and returns a byte array containing its raw bytes
Serializes the message and returns a byte array containing its raw bytes
- 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
- Inherited from:
- GeneratedMessage
def update(ms: Lens[WrongExpectedVersion, WrongExpectedVersion] => () => WrongExpectedVersion*): WrongExpectedVersion
- Inherited from:
- Updatable