zio.temporal.protobuf

Members list

Type members

Classlikes

final case class BigDecimal(scale: Int, intVal: BigInteger, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BigDecimal]

A BigDecimal encoded as scale with BigInteger value

A BigDecimal encoded as scale with BigInteger value

Attributes

Companion
object
Supertypes
trait Updatable[BigDecimal]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BigDecimal extends GeneratedMessageCompanion[BigDecimal]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BigDecimal]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
BigDecimal.type
final case class BigInteger(value: ByteString, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BigInteger]

A BigInteger bytes representation

A BigInteger bytes representation

Attributes

Companion
object
Supertypes
trait Updatable[BigInteger]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BigInteger extends GeneratedMessageCompanion[BigInteger]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BigInteger]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
BigInteger.type
object EnumProtoType

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final class EnumProtoType[P <: GeneratedEnum, E <: Enum](companion: GeneratedEnumCompanion[P], enumMeta: Scala3EnumMeta[E]) extends ProtoType[E]

Attributes

Companion
object
Supertypes
trait ProtoType[E]
class Object
trait Matchable
class Any
final class EnumProtoTypePartiallyApplied[P <: GeneratedEnum](companion: GeneratedEnumCompanion[P]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class EnumeratumEnumException extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed trait LowPriorityProtoTypes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ProtoType.type
final case class Optional(value: Option[Any], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Optional]

Optional is a scala.Option like type representing either value or null. Untyped due to absence of generic in protocol buffers

Optional is a scala.Option like type representing either value or null. Untyped due to absence of generic in protocol buffers

Attributes

Companion
object
Supertypes
trait Updatable[Optional]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Optional extends GeneratedMessageCompanion[Optional]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Optional]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Optional.type
trait ProtoType[A]

Typeclass allowing conversion to protocol buffers supported type

Typeclass allowing conversion to protocol buffers supported type

Type parameters

A

value type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class EnumProtoType[P, E]

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
ProtoType.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class ProtobufPayloadException extends Exception

Thrown in case of deserialization errors

Thrown in case of deserialization errors

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Result(result: Result, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Result]

Result is a scala.Either like type representing either error or some value. Untyped due to absence of generic in protocol buffers

Result is a scala.Either like type representing either error or some value. Untyped due to absence of generic in protocol buffers

Attributes

Companion
object
Supertypes
trait Updatable[Result]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Result extends GeneratedMessageCompanion[Result]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Result]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Result.type
class ScalapbPayloadConverter(files: Seq[GeneratedFileObject]) extends PayloadConverter

Used to deserialize protobuf generated types

Used to deserialize protobuf generated types

Attributes

Supertypes
trait PayloadConverter
class Object
trait Matchable
class Any
final case class UUID(mostSignificantBits: Long, leastSignificantBits: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[UUID]

A UUID, encoded in accordance with section 4.1.2 of RFC 4122.

A UUID, encoded in accordance with section 4.1.2 of RFC 4122.

Attributes

Companion
object
Supertypes
trait Updatable[UUID]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object UUID extends GeneratedMessageCompanion[UUID]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[UUID]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
UUID.type
final case class ZUnit(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ZUnit]

Empty message which should be used as a result type for activities and workflows with no return value

Empty message which should be used as a result type for activities and workflows with no return value

Attributes

Companion
object
Supertypes
trait Updatable[ZUnit]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ZUnit extends GeneratedMessageCompanion[ZUnit]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ZUnit]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
ZUnit.type
object ZioTemporalProto extends GeneratedFileObject

Attributes

Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
object syntax

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
syntax.type