Packages

package wrappers

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

    Wrapper message for bool.

    Wrapper message for bool.

    The JSON representation for BoolValue is JSON true and false.

    Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.

    value

    The bool value.

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

    Wrapper message for bytes.

    Wrapper message for bytes.

    The JSON representation for BytesValue is JSON string.

    Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.

    value

    The bytes value.

    Annotations
    @SerialVersionUID()
  3. final case class DoubleValue(value: Double = 0.0, unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[DoubleValue] with Product with Serializable

    Wrapper message for double.

    Wrapper message for double.

    The JSON representation for DoubleValue is JSON number.

    Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.

    value

    The double value.

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

    Wrapper message for float.

    Wrapper message for float.

    The JSON representation for FloatValue is JSON number.

    Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.

    value

    The float value.

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

    Wrapper message for int32.

    Wrapper message for int32.

    The JSON representation for Int32Value is JSON number.

    Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.

    value

    The int32 value.

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

    Wrapper message for int64.

    Wrapper message for int64.

    The JSON representation for Int64Value is JSON string.

    Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.

    value

    The int64 value.

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

    Wrapper message for string.

    Wrapper message for string.

    The JSON representation for StringValue is JSON string.

    Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.

    value

    The string value.

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

    Wrapper message for uint32.

    Wrapper message for uint32.

    The JSON representation for UInt32Value is JSON number.

    Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.

    value

    The uint32 value.

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

    Wrapper message for uint64.

    Wrapper message for uint64.

    The JSON representation for UInt64Value is JSON string.

    Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.

    value

    The uint64 value.

    Annotations
    @SerialVersionUID()

Ungrouped