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
Ordering
- Alphabetic
- By Inheritance
Inherited
- EntitySpec
- Product
- Equals
- Updatable
- Message
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllEntities(__vs: Iterable[Entity]): EntitySpec
- def addEntities(__vs: Entity*): EntitySpec
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearEntities: EntitySpec
- def clearServiceInfo: EntitySpec
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: EntitySpec.type
- Definition Classes
- EntitySpec → GeneratedMessage
- val entities: Seq[Entity]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- EntitySpec → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- EntitySpec → GeneratedMessage
- def getServiceInfo: ServiceInfo
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeFrom(_input__: CodedInputStream): EntitySpec
- Definition Classes
- EntitySpec → Message
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val proto: ByteString
-
final
def
serializedSize: Int
- Definition Classes
- EntitySpec → GeneratedMessage
- val serviceInfo: Option[ServiceInfo]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- EntitySpec → GeneratedMessage
-
def
update(ms: (Lens[EntitySpec, EntitySpec]) ⇒ Mutation[EntitySpec]*): EntitySpec
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withEntities(__v: Seq[Entity]): EntitySpec
- def withProto(__v: ByteString): EntitySpec
- def withServiceInfo(__v: ServiceInfo): EntitySpec
-
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- EntitySpec → GeneratedMessage
-
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
getAllFields: Map[FieldDescriptor, Any]
- Definition Classes
- GeneratedMessage
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) Use toPMessage
-
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