Object/Class

com.google.protobuf.descriptor

MethodDescriptorProto

Related Docs: class MethodDescriptorProto | package descriptor

Permalink

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

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

Type Members

  1. implicit class MethodDescriptorProtoLens[UpperPB] extends ObjectLens[UpperPB, MethodDescriptorProto]

    Permalink

Value Members

  1. final def !=(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val CLIENT_STREAMING_FIELD_NUMBER: Int(5)

    Permalink
  5. final val INPUT_TYPE_FIELD_NUMBER: Int(2)

    Permalink
  6. final val NAME_FIELD_NUMBER: Int(1)

    Permalink
  7. final val OPTIONS_FIELD_NUMBER: Int(4)

    Permalink
  8. final val OUTPUT_TYPE_FIELD_NUMBER: Int(3)

    Permalink
  9. final val SERVER_STREAMING_FIELD_NUMBER: Int(6)

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. lazy val defaultInstance: MethodDescriptorProto

    Permalink
  13. def descriptor: Descriptor

    Permalink
  14. def enumCompanionForField(__field: FieldDescriptor): GeneratedEnumCompanion[_]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fromAscii(s: String): MethodDescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  19. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, scala.Any]): MethodDescriptorProto

    Permalink
  20. def fromJavaProto(javaPbSource: DescriptorProtos.MethodDescriptorProto): MethodDescriptorProto

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. implicit def messageCompanion: GeneratedMessageCompanion[MethodDescriptorProto] with JavaProtoSupport[MethodDescriptorProto, DescriptorProtos.MethodDescriptorProto]

    Permalink
  25. def messageCompanionForField(__field: FieldDescriptor): GeneratedMessageCompanion[_]

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def parseDelimitedFrom(input: InputStream): scala.Option[MethodDescriptorProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  30. def parseDelimitedFrom(input: CodedInputStream): scala.Option[MethodDescriptorProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  31. def parseFrom(s: Array[Byte]): MethodDescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  32. def parseFrom(input: InputStream): MethodDescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  33. def parseFrom(input: CodedInputStream): MethodDescriptorProto

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  34. def streamFromDelimitedInput(input: InputStream): Stream[MethodDescriptorProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toByteArray(a: MethodDescriptorProto): Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  37. def toJavaProto(scalaPbSource: MethodDescriptorProto): DescriptorProtos.MethodDescriptorProto

    Permalink
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def validate(s: Array[Byte]): Try[MethodDescriptorProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  40. def validateAscii(s: String): Either[TextFormatError, MethodDescriptorProto]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[MethodDescriptorProto, DescriptorProtos.MethodDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped