Object/Class

com.google.protobuf.descriptor

MethodDescriptorProto

Related Docs: class MethodDescriptorProto | package descriptor

Permalink

object MethodDescriptorProto extends GeneratedMessageCompanion[MethodDescriptorProto] with Serializable

Linear Supertypes
Serializable, Serializable, GeneratedMessageCompanion[MethodDescriptorProto], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodDescriptorProto
  2. Serializable
  3. Serializable
  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]

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: 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: 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, Any]): MethodDescriptorProto

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

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

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

    Permalink
    Definition Classes
    Any
  23. implicit def messageCompanion: GeneratedMessageCompanion[MethodDescriptorProto]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  36. def toString(): String

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

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped