FieldOptions

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

Type members

Classlikes

sealed abstract class CType(val value: Int) extends GeneratedEnum
Companion
object
Companion
class
class FieldOptionsLens[UpperPB](_l: Lens[UpperPB, FieldOptions]) extends ObjectLens[UpperPB, FieldOptions]
sealed abstract class JSType(val value: Int) extends GeneratedEnum
Companion
object
Companion
class

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: FieldOptions): FieldOptions
def javaDescriptor: Descriptor
def of(ctype: Option[CType], packed: Option[Boolean], jstype: Option[JSType], `lazy`: Option[Boolean], deprecated: Option[Boolean], weak: Option[Boolean], uninterpretedOption: Seq[UninterpretedOption]): FieldOptions
def parseFrom(`_input__`: CodedInputStream): FieldOptions
def toJavaProto(scalaPbSource: FieldOptions): FieldOptions

Inherited methods

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

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