com.google.protobuf.api

Api

final case class Api(name: String = "", methods: Seq[Method] = immutable.this.Nil, options: Seq[OptionProto] = immutable.this.Nil, version: String = "", sourceContext: scala.Option[source_context.SourceContext] = scala.None, mixins: Seq[Mixin] = immutable.this.Nil, syntax: type.Syntax = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Api] with Updatable[Api] with Product with Serializable

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
Product, Equals, Updatable[Api], trueaccord.scalapb.Message[Api], trueaccord.scalapb.GeneratedMessage, Serializable, Serializable, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Api
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Api(name: String = "", methods: Seq[Method] = immutable.this.Nil, options: Seq[OptionProto] = immutable.this.Nil, version: String = "", sourceContext: scala.Option[source_context.SourceContext] = scala.None, mixins: Seq[Mixin] = immutable.this.Nil, syntax: type.Syntax = ...)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: scala.Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: scala.Any): Boolean

    Definition Classes
    Any
  6. def addAllMethods(__vs: TraversableOnce[Method]): Api

  7. def addAllMixins(__vs: TraversableOnce[Mixin]): Api

  8. def addAllOptions(__vs: TraversableOnce[OptionProto]): Api

  9. def addMethods(__vs: Method*): Api

  10. def addMixins(__vs: Mixin*): Api

  11. def addOptions(__vs: OptionProto*): Api

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clearMethods: Api

  14. def clearMixins: Api

  15. def clearOptions: Api

  16. def clearSourceContext: Api

  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def companion: Api.type

    Definition Classes
    ApiGeneratedMessage
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def getAllFields: Map[FieldDescriptor, scala.Any]

    Definition Classes
    GeneratedMessage
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def getField(__field: FieldDescriptor): scala.Any

    Definition Classes
    ApiGeneratedMessage
  24. def getSourceContext: source_context.SourceContext

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def mergeFrom(_input__: CodedInputStream): Api

    Definition Classes
    ApiMessage
  27. val methods: Seq[Method]

  28. val mixins: Seq[Mixin]

  29. val name: String

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. val options: Seq[OptionProto]

  34. final def serializedSize: Int

    Definition Classes
    ApiGeneratedMessage
  35. val sourceContext: scala.Option[source_context.SourceContext]

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. val syntax: type.Syntax

  38. def toByteArray: Array[Byte]

    Definition Classes
    GeneratedMessage
  39. def toString(): String

    Definition Classes
    Api → AnyRef → Any
  40. def update(ms: (Lens[Api, Api]) ⇒ (Api) ⇒ Api*): Api

    Definition Classes
    Updatable
  41. val version: String

  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def withMethods(__v: Seq[Method]): Api

  46. def withMixins(__v: Seq[Mixin]): Api

  47. def withName(__v: String): Api

  48. def withOptions(__v: Seq[OptionProto]): Api

  49. def withSourceContext(__v: source_context.SourceContext): Api

  50. def withSyntax(__v: type.Syntax): Api

  51. def withVersion(__v: String): Api

  52. def writeDelimitedTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage
  53. def writeTo(_output__: CodedOutputStream): Unit

    Definition Classes
    ApiGeneratedMessage
  54. def writeTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Api]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from scala.Any

Ungrouped