com.google.protobuf

wrappers

package wrappers

Visibility
  1. Public
  2. All

Type Members

  1. final case class BoolValue(value: Boolean = false) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[BoolValue] with Updatable[BoolValue] with Product with Serializable

    Wrapper message for bool.

  2. final case class BytesValue(value: ByteString = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[BytesValue] with Updatable[BytesValue] with Product with Serializable

    Wrapper message for bytes.

  3. final case class DoubleValue(value: Double = 0.0) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[DoubleValue] with Updatable[DoubleValue] with Product with Serializable

    Wrapper message for double.

  4. final case class FloatValue(value: Float = 0.0) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[FloatValue] with Updatable[FloatValue] with Product with Serializable

    Wrapper message for float.

  5. final case class Int32Value(value: Int = 0) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Int32Value] with Updatable[Int32Value] with Product with Serializable

    Wrapper message for int32.

  6. final case class Int64Value(value: Long = 0L) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Int64Value] with Updatable[Int64Value] with Product with Serializable

    Wrapper message for int64.

  7. final case class StringValue(value: String = "") extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[StringValue] with Updatable[StringValue] with Product with Serializable

    Wrapper message for string.

  8. final case class UInt32Value(value: Int = 0) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[UInt32Value] with Updatable[UInt32Value] with Product with Serializable

    Wrapper message for uint32.

  9. final case class UInt64Value(value: Long = 0L) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[UInt64Value] with Updatable[UInt64Value] with Product with Serializable

    Wrapper message for uint64.

Value Members

  1. object BoolValue extends GeneratedMessageCompanion[BoolValue] with Serializable

  2. object BytesValue extends GeneratedMessageCompanion[BytesValue] with Serializable

  3. object DoubleValue extends GeneratedMessageCompanion[DoubleValue] with Serializable

  4. object FloatValue extends GeneratedMessageCompanion[FloatValue] with Serializable

  5. object Int32Value extends GeneratedMessageCompanion[Int32Value] with Serializable

  6. object Int64Value extends GeneratedMessageCompanion[Int64Value] with Serializable

  7. object StringValue extends GeneratedMessageCompanion[StringValue] with Serializable

  8. object UInt32Value extends GeneratedMessageCompanion[UInt32Value] with Serializable

  9. object UInt64Value extends GeneratedMessageCompanion[UInt64Value] with Serializable

  10. object WrappersProto extends GeneratedFileObject

Ungrouped