App

io.bidmachine.protobuf.ml.v1.App
See theApp companion object
final case class App(id: Option[String], name: Option[String], pub: Option[Publisher], domain: Option[String], cat: Seq[String], cattax: Option[CategoryTaxonomy], privpolicy: Option[Boolean], keywords: Option[String], bundle: Option[String], storeid: Option[String], storeurl: Option[String], ver: Option[String], paid: Option[Boolean], ext: Option[AppExt], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[App]

Attributes

Companion
object
Graph
Supertypes
trait Updatable[App]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addAllCat(`__vs`: Iterable[String]): App
def addCat(`__vs`: String*): App
def clearCat: App
def clearExt: App
def clearId: App
def clearName: App
def clearPaid: App
def clearPub: App
def clearVer: App
def companion: App.type
def getBundle: String
def getDomain: String
def getExt: AppExt
def getField(`__field`: FieldDescriptor): PValue
def getFieldByNumber(`__fieldNumber`: Int): Any
def getId: String
def getKeywords: String
def getName: String
def getPaid: Boolean
def getPrivpolicy: Boolean
def getStoreid: String
def getStoreurl: String
def getVer: String
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
def toProtoString: String

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

def withBundle(`__v`: String): App
def withCat(`__v`: Seq[String]): App
def withDomain(`__v`: String): App
def withExt(`__v`: AppExt): App
def withId(`__v`: String): App
def withKeywords(`__v`: String): App
def withName(`__v`: String): App
def withPaid(`__v`: Boolean): App
def withPrivpolicy(`__v`: Boolean): App
def withPub(`__v`: Publisher): App
def withStoreid(`__v`: String): App
def withStoreurl(`__v`: String): App
def withUnknownFields(`__v`: UnknownFieldSet): App
def withVer(`__v`: String): App
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
def update(ms: Lens[App, App] => () => App*): App

Attributes

Inherited from:
Updatable
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage