Int32Value

Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[Int32Value, Int32Value]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class Int32ValueLens[UpperPB](_l: Lens[UpperPB, Int32Value]) extends ObjectLens[UpperPB, Int32Value]

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

Value members

Concrete methods

def fromJavaProto(javaPbSource: Int32Value): Int32Value
def javaDescriptor: Descriptor
def of(value: Int): Int32Value
def parseFrom(`_input__`: CodedInputStream): Int32Value
def toJavaProto(scalaPbSource: Int32Value): Int32Value

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def fromAscii(s: String): Int32Value
def merge(a: Int32Value, input: CodedInputStream): Int32Value

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 parseDelimitedFrom(input: InputStream): Option[Int32Value]
def parseDelimitedFrom(input: CodedInputStream): Option[Int32Value]
def parseFrom(s: Array[Byte]): Int32Value
def parseFrom(input: InputStream): Int32Value
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[Int32Value]
def toByteArray(a: Int32Value): Array[Byte]
def validate(s: Array[Byte]): Try[Int32Value]
def validateAscii(s: String): Either[TextFormatError, Int32Value]