Package

com.google.protobuf

struct

Permalink

package struct

Visibility
  1. Public
  2. All

Type Members

  1. final case class ListValue(values: Seq[Value] = Nil) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[ListValue] with Updatable[ListValue] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. sealed trait NullValue extends GeneratedEnum

    Permalink
  3. final case class Struct(fields: Map[String, Value] = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Struct] with Updatable[Struct] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  4. final case class Value(kind: Kind = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Value] with Updatable[Value] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object ListValue extends GeneratedMessageCompanion[ListValue] with Serializable

    Permalink
  2. object NullValue extends GeneratedEnumCompanion[NullValue] with Serializable

    Permalink
  3. object Struct extends GeneratedMessageCompanion[Struct] with Serializable

    Permalink
  4. object StructProto

    Permalink
  5. object Value extends GeneratedMessageCompanion[Value] with Serializable

    Permalink

Ungrouped