Package

com.google.protobuf

wrappers

Permalink

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

    Permalink

    Wrapper message for bool.

    Wrapper message for bool.

    The JSON representation for BoolValue is JSON true and false.

    value

    The bool value.

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

    Permalink

    Wrapper message for bytes.

    Wrapper message for bytes.

    The JSON representation for BytesValue is JSON string.

    value

    The bytes value.

    Annotations
    @SerialVersionUID()
  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

    Permalink

    Wrapper message for double.

    Wrapper message for double.

    The JSON representation for DoubleValue is JSON number.

    value

    The double value.

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

    Permalink

    Wrapper message for float.

    Wrapper message for float.

    The JSON representation for FloatValue is JSON number.

    value

    The float value.

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

    Permalink

    Wrapper message for int32.

    Wrapper message for int32.

    The JSON representation for Int32Value is JSON number.

    value

    The int32 value.

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

    Permalink

    Wrapper message for int64.

    Wrapper message for int64.

    The JSON representation for Int64Value is JSON string.

    value

    The int64 value.

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

    Permalink

    Wrapper message for string.

    Wrapper message for string.

    The JSON representation for StringValue is JSON string.

    value

    The string value.

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

    Permalink

    Wrapper message for uint32.

    Wrapper message for uint32.

    The JSON representation for UInt32Value is JSON number.

    value

    The uint32 value.

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

    Permalink

    Wrapper message for uint64.

    Wrapper message for uint64.

    The JSON representation for UInt64Value is JSON string.

    value

    The uint64 value.

    Annotations
    @SerialVersionUID()

Value Members

  1. object BoolValue extends GeneratedMessageCompanion[BoolValue] with Serializable

    Permalink
  2. object BytesValue extends GeneratedMessageCompanion[BytesValue] with Serializable

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

    Permalink
  4. object FloatValue extends GeneratedMessageCompanion[FloatValue] with Serializable

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

    Permalink
  6. object Int64Value extends GeneratedMessageCompanion[Int64Value] with Serializable

    Permalink
  7. object StringValue extends GeneratedMessageCompanion[StringValue] with Serializable

    Permalink
  8. object UInt32Value extends GeneratedMessageCompanion[UInt32Value] with Serializable

    Permalink
  9. object UInt64Value extends GeneratedMessageCompanion[UInt64Value] with Serializable

    Permalink
  10. object WrappersProto

    Permalink

Ungrouped