- Companion:
- class
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Type members
Classlikes
implicit class MethodDescriptorProtoLens[UpperPB](_l: Lens[UpperPB, MethodDescriptorProto]) extends ObjectLens[UpperPB, MethodDescriptorProto]
Value members
Concrete methods
Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not avaialable in Scala.js or scala-native.
Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not avaialable in Scala.js or scala-native.
def of(name: Option[String], inputType: Option[String], outputType: Option[String], options: Option[MethodOptions], clientStreaming: Option[Boolean], serverStreaming: Option[Boolean]): MethodDescriptorProto
Inherited methods
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
Concrete fields
Implicits
Implicits
final implicit def MethodDescriptorProtoLens[UpperPB](_l: Lens[UpperPB, MethodDescriptorProto]): MethodDescriptorProtoLens[UpperPB]