com.google.protobuf.descriptor

ServiceDescriptorProto

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

Linear Supertypes
Serializable, Serializable, JavaProtoSupport[ServiceDescriptorProto, DescriptorProtos.ServiceDescriptorProto], GeneratedMessageCompanion[ServiceDescriptorProto], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ServiceDescriptorProto
  2. Serializable
  3. Serializable
  4. JavaProtoSupport
  5. GeneratedMessageCompanion
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ServiceDescriptorProtoLens[UpperPB] extends ObjectLens[UpperPB, ServiceDescriptorProto]

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 val METHOD_FIELD_NUMBER: Int(2)

  7. final val NAME_FIELD_NUMBER: Int(1)

  8. final val OPTIONS_FIELD_NUMBER: Int(3)

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. lazy val defaultInstance: ServiceDescriptorProto

  12. def descriptor: Descriptor

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

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

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

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

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

    Definition Classes
    GeneratedMessageCompanion
  18. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, scala.Any]): ServiceDescriptorProto

  19. def fromJavaProto(javaPbSource: DescriptorProtos.ServiceDescriptorProto): ServiceDescriptorProto

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

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

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

    Definition Classes
    Any
  23. implicit def messageCompanion: GeneratedMessageCompanion[ServiceDescriptorProto] with JavaProtoSupport[ServiceDescriptorProto, DescriptorProtos.ServiceDescriptorProto]

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

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

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

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

    Definition Classes
    AnyRef
  28. def parseDelimitedFrom(input: InputStream): scala.Option[ServiceDescriptorProto]

    Definition Classes
    GeneratedMessageCompanion
  29. def parseDelimitedFrom(input: CodedInputStream): scala.Option[ServiceDescriptorProto]

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

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

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

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

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

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

    Definition Classes
    GeneratedMessageCompanion
  36. def toJavaProto(scalaPbSource: ServiceDescriptorProto): DescriptorProtos.ServiceDescriptorProto

  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def validate(s: Array[Byte]): Try[ServiceDescriptorProto]

    Definition Classes
    GeneratedMessageCompanion
  39. def validateAscii(s: String): Either[TextFormatError, ServiceDescriptorProto]

    Definition Classes
    GeneratedMessageCompanion
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[ServiceDescriptorProto, DescriptorProtos.ServiceDescriptorProto]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped