Class/Object

com.google.protobuf.api

Method

Related Docs: object Method | package api

Permalink

final case class Method(name: String = "", requestTypeUrl: String = "", requestStreaming: Boolean = false, responseTypeUrl: String = "", responseStreaming: Boolean = false, options: Seq[OptionProto] = Nil, syntax: Syntax = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[Method] with Updatable[Method] with Product with Serializable

Method represents a method of an api.

name

The simple name of this method.

requestTypeUrl

A URL of the input message type.

requestStreaming

If true, the request is streamed.

responseTypeUrl

The URL of the output message type.

responseStreaming

If true, the response is streamed.

options

Any metadata attached to the method.

syntax

The source syntax of this method.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Method], trueaccord.scalapb.Message[Method], trueaccord.scalapb.GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Method
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Method(name: String = "", requestTypeUrl: String = "", requestStreaming: Boolean = false, responseTypeUrl: String = "", responseStreaming: Boolean = false, options: Seq[OptionProto] = Nil, syntax: Syntax = ...)

    Permalink

    name

    The simple name of this method.

    requestTypeUrl

    A URL of the input message type.

    requestStreaming

    If true, the request is streamed.

    responseTypeUrl

    The URL of the output message type.

    responseStreaming

    If true, the response is streamed.

    options

    Any metadata attached to the method.

    syntax

    The source syntax of this method.

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. def addAllOptions(__vs: TraversableOnce[OptionProto]): Method

    Permalink
  5. def addOptions(__vs: OptionProto*): Method

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clearOptions: Method

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def companion: Method.type

    Permalink
    Definition Classes
    MethodGeneratedMessage
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    MethodGeneratedMessage
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def mergeFrom(_input__: CodedInputStream): Method

    Permalink
    Definition Classes
    MethodMessage
  17. val name: String

    Permalink

    The simple name of this method.

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val options: Seq[OptionProto]

    Permalink

    Any metadata attached to the method.

  22. val requestStreaming: Boolean

    Permalink

    If true, the request is streamed.

  23. val requestTypeUrl: String

    Permalink

    A URL of the input message type.

  24. val responseStreaming: Boolean

    Permalink

    If true, the response is streamed.

  25. val responseTypeUrl: String

    Permalink

    The URL of the output message type.

  26. final def serializedSize: Int

    Permalink
    Definition Classes
    MethodGeneratedMessage
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. val syntax: Syntax

    Permalink

    The source syntax of this method.

  29. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  30. def toString(): String

    Permalink
    Definition Classes
    Method → AnyRef → Any
  31. def update(ms: (Lens[Method, Method]) ⇒ Mutation[Method]*): Method

    Permalink
    Definition Classes
    Updatable
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withName(__v: String): Method

    Permalink
  36. def withOptions(__v: Seq[OptionProto]): Method

    Permalink
  37. def withRequestStreaming(__v: Boolean): Method

    Permalink
  38. def withRequestTypeUrl(__v: String): Method

    Permalink
  39. def withResponseStreaming(__v: Boolean): Method

    Permalink
  40. def withResponseTypeUrl(__v: String): Method

    Permalink
  41. def withSyntax(__v: Syntax): Method

    Permalink
  42. def writeDelimitedTo(output: OutputStream): Unit

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

    Permalink
    Definition Classes
    MethodGeneratedMessage
  44. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Method]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped