Struct

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

Type members

Classlikes

@SerialVersionUID(0L)
final case class FieldsEntry(key: String, value: Option[Value], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[FieldsEntry]
Companion
object
class StructLens[UpperPB](_l: Lens[UpperPB, Struct]) extends ObjectLens[UpperPB, Struct]

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: Struct): Struct
def javaDescriptor: Descriptor
def of(fields: Map[String, Value]): Struct
def parseFrom(`_input__`: CodedInputStream): Struct
def toJavaProto(scalaPbSource: Struct): Struct

Inherited methods

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

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

Implicits