FieldOptions

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

Type members

Classlikes

class FieldOptionsLens[UpperPB](_l: Lens[UpperPB, FieldOptions]) extends ObjectLens[UpperPB, FieldOptions]

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(`type`: Option[String], scalaName: Option[String], collectionType: Option[String], collection: Option[Collection], keyType: Option[String], valueType: Option[String], annotations: Seq[String], mapType: Option[String], noDefaultValueInConstructor: Option[Boolean], noBox: Option[Boolean], required: Option[Boolean]): FieldOptions
def parseFrom(`_input__`: CodedInputStream): 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]