UninterpretedOption

com.google.protobuf.descriptor.UninterpretedOption
See theUninterpretedOption companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait JavaProtoSupport[UninterpretedOption, UninterpretedOption]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

final case class NamePart(namePart: String, isExtension: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[NamePart]

The name of the uninterpreted option. Each string represents a segment in a dot-separated name. is_extension is true iff a segment represents an extension (denoted with parentheses in options specs in .proto files). E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents "foo.(bar.baz).qux".

The name of the uninterpreted option. Each string represents a segment in a dot-separated name. is_extension is true iff a segment represents an extension (denoted with parentheses in options specs in .proto files). E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents "foo.(bar.baz).qux".

Attributes

Companion
object
Supertypes
trait Updatable[NamePart]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait JavaProtoSupport[NamePart, NamePart]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
NamePart.type
implicit class UninterpretedOptionLens[UpperPB](_l: Lens[UpperPB, UninterpretedOption]) extends ObjectLens[UpperPB, UninterpretedOption]

Attributes

Supertypes
class ObjectLens[UpperPB, UninterpretedOption]
trait Lens[UpperPB, UninterpretedOption]
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Attributes

Inherited from:
GeneratedMessageCompanion

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]
def fromJavaProto(javaPbSource: UninterpretedOption): UninterpretedOption
def javaDescriptor: Descriptor

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 available 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 available in Scala.js or scala-native.

Attributes

def of(name: Seq[NamePart], identifierValue: Option[String], positiveIntValue: Option[Long], negativeIntValue: Option[Long], doubleValue: Option[Double], stringValue: Option[ByteString], aggregateValue: Option[String]): UninterpretedOption
def parseFrom(`_input__`: CodedInputStream): UninterpretedOption

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

def toJavaProto(scalaPbSource: UninterpretedOption): UninterpretedOption

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
def fromAscii(s: String): UninterpretedOption

Attributes

Inherited from:
GeneratedMessageCompanion
def merge(a: UninterpretedOption, input: CodedInputStream): UninterpretedOption

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

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

Attributes

Inherited from:
GeneratedMessageCompanion
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[UninterpretedOption]

Attributes

Inherited from:
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[UninterpretedOption]

Attributes

Inherited from:
GeneratedMessageCompanion
def parseFrom(s: Array[Byte]): UninterpretedOption

Attributes

Inherited from:
GeneratedMessageCompanion
def parseFrom(input: InputStream): UninterpretedOption

Attributes

Inherited from:
GeneratedMessageCompanion
def streamFromDelimitedInput(input: InputStream): Stream[UninterpretedOption]

Attributes

Inherited from:
GeneratedMessageCompanion
def toByteArray(a: UninterpretedOption): Array[Byte]

Attributes

Inherited from:
GeneratedMessageCompanion
def validate(s: Array[Byte]): Try[UninterpretedOption]

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion

Implicits

Implicits

final implicit def UninterpretedOptionLens[UpperPB](_l: Lens[UpperPB, UninterpretedOption]): UninterpretedOptionLens[UpperPB]