Fixed32Rules

object Fixed32Rules extends GeneratedMessageCompanion[Fixed32Rules] with JavaProtoSupport[Fixed32Rules, Fixed32Rules]
Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[Fixed32Rules, Fixed32Rules]
trait GeneratedMessageCompanion[Fixed32Rules]
class Object
trait Matchable
class Any

Type members

Classlikes

class Fixed32RulesLens[UpperPB](_l: Lens[UpperPB, Fixed32Rules]) extends ObjectLens[UpperPB, Fixed32Rules]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A
Inherited from
GeneratedMessageCompanion

Value members

Concrete methods

def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
def fromJavaProto(javaPbSource: Fixed32Rules): Fixed32Rules
def javaDescriptor: Descriptor
def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
def of(const: Option[Int], lt: Option[Int], lte: Option[Int], gt: Option[Int], gte: Option[Int], in: Seq[Int], notIn: Seq[Int]): Fixed32Rules
def parseFrom(_input__: CodedInputStream): Fixed32Rules
def scalaDescriptor: Descriptor
def toJavaProto(scalaPbSource: Fixed32Rules): Fixed32Rules

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
Inherited from
GeneratedMessageCompanion
def fromAscii(s: String): Fixed32Rules
Inherited from
GeneratedMessageCompanion
def merge(a: Fixed32Rules, input: CodedInputStream): Fixed32Rules

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Inherited from
GeneratedMessageCompanion
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[Fixed32Rules]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[Fixed32Rules]
Inherited from
GeneratedMessageCompanion
def parseFrom(s: Array[Byte]): Fixed32Rules
Inherited from
GeneratedMessageCompanion
def parseFrom(input: InputStream): Fixed32Rules
Inherited from
GeneratedMessageCompanion
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[Fixed32Rules]
Inherited from
GeneratedMessageCompanion
def toByteArray(a: Fixed32Rules): Array[Byte]
Inherited from
GeneratedMessageCompanion
def validate(s: Array[Byte]): Try[Fixed32Rules]
Inherited from
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, Fixed32Rules]
Inherited from
GeneratedMessageCompanion

Concrete fields

final val CONST_FIELD_NUMBER: 1
final val GTE_FIELD_NUMBER: 5
final val GT_FIELD_NUMBER: 4
final val IN_FIELD_NUMBER: 6
final val LTE_FIELD_NUMBER: 3
final val LT_FIELD_NUMBER: 2
final val NOT_IN_FIELD_NUMBER: 7
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

implicit def messageCompanion: GeneratedMessageCompanion[Fixed32Rules] & JavaProtoSupport[Fixed32Rules, Fixed32Rules]
implicit def messageReads: Reads[Fixed32Rules]