Method

Companion
class
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

implicit
class MethodLens[UpperPB](_l: Lens[UpperPB, Method]) extends ObjectLens[UpperPB, Method]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A

Value members

Concrete methods

def javaDescriptor: Descriptor
def of(name: String, requestTypeUrl: String, requestStreaming: Boolean, responseTypeUrl: String, responseStreaming: Boolean, options: Seq[OptionProto], syntax: Syntax): Method
def parseFrom(`_input__`: CodedInputStream): Method

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def fromAscii(s: String): Method
def merge(a: Method, input: CodedInputStream): Method

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[Method]
def parseDelimitedFrom(input: CodedInputStream): Option[Method]
def parseFrom(s: Array[Byte]): Method
def parseFrom(input: InputStream): Method
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[Method]
def toByteArray(a: Method): Array[Byte]
def validate(s: Array[Byte]): Try[Method]
def validateAscii(s: String): Either[TextFormatError, Method]

Implicits

Implicits

final implicit
def MethodLens[UpperPB](_l: Lens[UpperPB, Method]): MethodLens[UpperPB]
implicit