MethodDescriptorProto

Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[MethodDescriptorProto, MethodDescriptorProto]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class MethodDescriptorProtoLens[UpperPB](_l: Lens[UpperPB, MethodDescriptorProto]) extends ObjectLens[UpperPB, MethodDescriptorProto]

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 fromJavaProto(javaPbSource: MethodDescriptorProto): MethodDescriptorProto
def javaDescriptor: Descriptor
def of(name: Option[String], inputType: Option[String], outputType: Option[String], options: Option[MethodOptions], clientStreaming: Option[Boolean], serverStreaming: Option[Boolean]): MethodDescriptorProto
def parseFrom(`_input__`: CodedInputStream): MethodDescriptorProto
def toJavaProto(scalaPbSource: MethodDescriptorProto): MethodDescriptorProto

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def merge(a: MethodDescriptorProto, input: CodedInputStream): MethodDescriptorProto

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[MethodDescriptorProto]
def parseDelimitedFrom(input: CodedInputStream): Option[MethodDescriptorProto]
def parseFrom(s: Array[Byte]): MethodDescriptorProto
def parseFrom(input: InputStream): MethodDescriptorProto
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[MethodDescriptorProto]
def validate(s: Array[Byte]): Try[MethodDescriptorProto]