StringValue

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

Type members

Classlikes

class StringValueLens[UpperPB](_l: Lens[UpperPB, StringValue]) extends ObjectLens[UpperPB, StringValue]

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: StringValue): StringValue
def javaDescriptor: Descriptor
def of(value: String): StringValue
def parseFrom(`_input__`: CodedInputStream): StringValue
def toJavaProto(scalaPbSource: StringValue): StringValue

Inherited methods

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

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