com.google.protobuf

type

package type

Visibility
  1. Public
  2. All

Type Members

  1. final case class Enum(name: String = "", enumvalue: Seq[EnumValue] = immutable.this.Nil, options: Seq[OptionProto] = immutable.this.Nil, sourceContext: scala.Option[source_context.SourceContext] = scala.None, syntax: Syntax = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Enum] with Updatable[Enum] with Product with Serializable

    Annotations
    @SerialVersionUID( 0L )
  2. final case class EnumValue(name: String = "", number: Int = 0, options: Seq[OptionProto] = immutable.this.Nil) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[EnumValue] with Updatable[EnumValue] with Product with Serializable

    Annotations
    @SerialVersionUID( 0L )
  3. final case class Field(kind: Kind = ..., cardinality: Cardinality = ..., number: Int = 0, name: String = "", typeUrl: String = "", oneofIndex: Int = 0, packed: Boolean = false, options: Seq[OptionProto] = immutable.this.Nil, jsonName: String = "", defaultValue: String = "") extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Field] with Updatable[Field] with Product with Serializable

    Annotations
    @SerialVersionUID( 0L )
  4. final case class OptionProto(name: String = "", value: scala.Option[any.Any] = scala.None) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[OptionProto] with Updatable[OptionProto] with Product with Serializable

    Annotations
    @SerialVersionUID( 0L )
  5. sealed trait Syntax extends GeneratedEnum

  6. final case class Type(name: String = "", fields: Seq[Field] = immutable.this.Nil, oneofs: Seq[String] = immutable.this.Nil, options: Seq[OptionProto] = immutable.this.Nil, sourceContext: scala.Option[source_context.SourceContext] = scala.None, syntax: Syntax = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Type] with Updatable[Type] with Product with Serializable

    Annotations
    @SerialVersionUID( 0L )

Value Members

  1. object Enum extends GeneratedMessageCompanion[Enum] with JavaProtoSupport[Enum, protobuf.Enum] with Serializable

  2. object EnumValue extends GeneratedMessageCompanion[EnumValue] with JavaProtoSupport[EnumValue, protobuf.EnumValue] with Serializable

  3. object Field extends GeneratedMessageCompanion[Field] with JavaProtoSupport[Field, protobuf.Field] with Serializable

  4. object OptionProto extends GeneratedMessageCompanion[OptionProto] with JavaProtoSupport[OptionProto, Option] with Serializable

  5. object Syntax extends GeneratedEnumCompanion[Syntax] with Serializable

  6. object Type extends GeneratedMessageCompanion[Type] with JavaProtoSupport[Type, protobuf.Type] with Serializable

  7. object TypeProto

Ungrouped