com.google.protobuf.descriptor

MethodDescriptorProto

final case class MethodDescriptorProto(name: scala.Option[String] = scala.None, inputType: scala.Option[String] = scala.None, outputType: scala.Option[String] = scala.None, options: scala.Option[MethodOptions] = scala.None, clientStreaming: scala.Option[Boolean] = scala.None, serverStreaming: scala.Option[Boolean] = scala.None) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[MethodDescriptorProto] with Updatable[MethodDescriptorProto] with Product with Serializable

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
Product, Equals, Updatable[MethodDescriptorProto], trueaccord.scalapb.Message[MethodDescriptorProto], trueaccord.scalapb.GeneratedMessage, Serializable, Serializable, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MethodDescriptorProto
  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 MethodDescriptorProto(name: scala.Option[String] = scala.None, inputType: scala.Option[String] = scala.None, outputType: scala.Option[String] = scala.None, options: scala.Option[MethodOptions] = scala.None, clientStreaming: scala.Option[Boolean] = scala.None, serverStreaming: scala.Option[Boolean] = scala.None)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clearClientStreaming: MethodDescriptorProto

  8. def clearInputType: MethodDescriptorProto

  9. def clearName: MethodDescriptorProto

  10. def clearOptions: MethodDescriptorProto

  11. def clearOutputType: MethodDescriptorProto

  12. def clearServerStreaming: MethodDescriptorProto

  13. val clientStreaming: scala.Option[Boolean]

  14. def clone(): AnyRef

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

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  20. def getClientStreaming: Boolean

  21. def getField(__field: FieldDescriptor): scala.Any

  22. def getInputType: String

  23. def getName: String

  24. def getOptions: MethodOptions

  25. def getOutputType: String

  26. def getServerStreaming: Boolean

  27. val inputType: scala.Option[String]

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def mergeFrom(_input__: CodedInputStream): MethodDescriptorProto

    Definition Classes
    MethodDescriptorProtoMessage
  30. val name: scala.Option[String]

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

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

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

    Definition Classes
    AnyRef
  34. val options: scala.Option[MethodOptions]

  35. val outputType: scala.Option[String]

  36. final def serializedSize: Int

  37. val serverStreaming: scala.Option[Boolean]

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

    Definition Classes
    AnyRef
  39. def toByteArray: Array[Byte]

    Definition Classes
    GeneratedMessage
  40. def toString(): String

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

    Definition Classes
    Updatable
  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 withClientStreaming(__v: Boolean): MethodDescriptorProto

  46. def withInputType(__v: String): MethodDescriptorProto

  47. def withName(__v: String): MethodDescriptorProto

  48. def withOptions(__v: MethodOptions): MethodDescriptorProto

  49. def withOutputType(__v: String): MethodDescriptorProto

  50. def withServerStreaming(__v: Boolean): MethodDescriptorProto

  51. def writeDelimitedTo(output: OutputStream): Unit

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

  53. def writeTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[MethodDescriptorProto]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from scala.Any

Ungrouped