final case class EntitySpec(proto: ByteString = ..., entities: Seq[Entity] = _root_.scala.Seq.empty, serviceInfo: Option[ServiceInfo] = _root_.scala.None) extends GeneratedMessage with Message[EntitySpec] with Updatable[EntitySpec] with Product with Serializable

proto

This should be the Descriptors.FileDescriptorSet in proto serialized from as generated by: protoc --include_imports &92; --proto_path=<proto file directory> &92; --descriptor_set_out=user-function.desc &92; <path to .proto files>

entities

The entities being served.

serviceInfo

Optional information about the service.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[EntitySpec], Message[EntitySpec], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntitySpec
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EntitySpec(proto: ByteString = ..., entities: Seq[Entity] = _root_.scala.Seq.empty, serviceInfo: Option[ServiceInfo] = _root_.scala.None)

    proto

    This should be the Descriptors.FileDescriptorSet in proto serialized from as generated by: protoc --include_imports &92; --proto_path=<proto file directory> &92; --descriptor_set_out=user-function.desc &92; <path to .proto files>

    entities

    The entities being served.

    serviceInfo

    Optional information about the service.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllEntities(__vs: Iterable[Entity]): EntitySpec
  5. def addEntities(__vs: Entity*): EntitySpec
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearEntities: EntitySpec
  8. def clearServiceInfo: EntitySpec
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def companion: EntitySpec.type
    Definition Classes
    EntitySpec → GeneratedMessage
  11. val entities: Seq[Entity]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    EntitySpec → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    EntitySpec → GeneratedMessage
  17. def getServiceInfo: ServiceInfo
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def mergeFrom(_input__: CodedInputStream): EntitySpec
    Definition Classes
    EntitySpec → Message
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val proto: ByteString
  24. final def serializedSize: Int
    Definition Classes
    EntitySpec → GeneratedMessage
  25. val serviceInfo: Option[ServiceInfo]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  28. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  29. def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  30. def toProtoString: String
    Definition Classes
    EntitySpec → GeneratedMessage
  31. def update(ms: (Lens[EntitySpec, EntitySpec]) ⇒ Mutation[EntitySpec]*): EntitySpec
    Definition Classes
    Updatable
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. def withEntities(__v: Seq[Entity]): EntitySpec
  36. def withProto(__v: ByteString): EntitySpec
  37. def withServiceInfo(__v: ServiceInfo): EntitySpec
  38. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  39. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    EntitySpec → GeneratedMessage
  40. def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[EntitySpec]

Inherited from Message[EntitySpec]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped