Int64Value

Companion
class
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class Int64ValueLens[UpperPB](_l: Lens[UpperPB, Int64Value]) extends ObjectLens[UpperPB, Int64Value]

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 javaDescriptor: Descriptor
def of(value: Long): Int64Value
def parseFrom(`_input__`: CodedInputStream): Int64Value

Inherited methods

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

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

Implicits