object MethodDescriptorProto extends GeneratedMessageCompanion[MethodDescriptorProto] with JavaProtoSupport[MethodDescriptorProto, DescriptorProtos.MethodDescriptorProto] with Serializable

Linear Supertypes
Serializable, JavaProtoSupport[MethodDescriptorProto, DescriptorProtos.MethodDescriptorProto], GeneratedMessageCompanion[MethodDescriptorProto], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodDescriptorProto
  2. Serializable
  3. JavaProtoSupport
  4. GeneratedMessageCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class MethodDescriptorProtoLens[UpperPB] extends ObjectLens[UpperPB, MethodDescriptorProto]
  2. type ValueType = MethodDescriptorProto
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val CLIENT_STREAMING_FIELD_NUMBER: Int(5)
  5. final val INPUT_TYPE_FIELD_NUMBER: Int(2)
  6. final val NAME_FIELD_NUMBER: Int(1)
  7. final val OPTIONS_FIELD_NUMBER: Int(4)
  8. final val OUTPUT_TYPE_FIELD_NUMBER: Int(3)
  9. final val SERVER_STREAMING_FIELD_NUMBER: Int(6)
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. lazy val defaultInstance: MethodDescriptorProto
  13. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  14. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def fromAscii(s: String): MethodDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  18. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, scala.Any]): MethodDescriptorProto
  19. def fromJavaProto(javaPbSource: DescriptorProtos.MethodDescriptorProto): MethodDescriptorProto
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def javaDescriptor: Descriptor
  24. implicit def messageCompanion: GeneratedMessageCompanion[MethodDescriptorProto] with JavaProtoSupport[MethodDescriptorProto, DescriptorProtos.MethodDescriptorProto]
  25. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  26. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  27. implicit def messageReads: Reads[MethodDescriptorProto]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def of(name: scala.Option[String], inputType: scala.Option[String], outputType: scala.Option[String], options: scala.Option[MethodOptions], clientStreaming: scala.Option[Boolean], serverStreaming: scala.Option[Boolean]): MethodDescriptorProto
  33. def parseDelimitedFrom(input: InputStream): scala.Option[MethodDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  34. def parseDelimitedFrom(input: CodedInputStream): scala.Option[MethodDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  35. def parseFrom(s: Array[Byte]): MethodDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  36. def parseFrom(input: InputStream): MethodDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  37. def parseFrom(input: CodedInputStream): MethodDescriptorProto
    Definition Classes
    GeneratedMessageCompanion
  38. def scalaDescriptor: Descriptor
  39. def streamFromDelimitedInput(input: InputStream): Stream[MethodDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toByteArray(a: MethodDescriptorProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  42. def toJavaProto(scalaPbSource: MethodDescriptorProto): DescriptorProtos.MethodDescriptorProto
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def validate(s: Array[Byte]): Try[MethodDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  45. def validateAscii(s: String): Either[TextFormatError, MethodDescriptorProto]
    Definition Classes
    GeneratedMessageCompanion
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def descriptor: Descriptor
    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @deprecated
    Deprecated

    (Since version ScalaPB 0.5.47) Use javaDescriptor instead. In a future version this will refer to scalaDescriptor.

  2. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from JavaProtoSupport[MethodDescriptorProto, DescriptorProtos.MethodDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped