FieldInfo

com.google.api.field_info.FieldInfo
See theFieldInfo companion class
object FieldInfo extends GeneratedMessageCompanion[FieldInfo]

Attributes

Companion
class
Source
FieldInfo.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FieldInfo]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
FieldInfo.type

Members list

Type members

Classlikes

implicit class FieldInfoLens[UpperPB](_l: Lens[UpperPB, FieldInfo]) extends ObjectLens[UpperPB, FieldInfo]

Attributes

Source
FieldInfo.scala
Supertypes
class ObjectLens[UpperPB, FieldInfo]
trait Lens[UpperPB, FieldInfo]
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed abstract class Format(val value: Int) extends GeneratedEnum

The standard format of a field value.

The standard format of a field value. The supported formats are all backed by either an RFC defined by the IETF or a Google-defined AIP.

Attributes

Companion
object
Source
FieldInfo.scala
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object FORMAT_UNSPECIFIED.type
object IPV4.type
object IPV4_OR_IPV6.type
object IPV6.type
trait Recognized
object UUID4.type
class Unrecognized
Show all
object Format extends GeneratedEnumCompanion[Format]

Attributes

Companion
class
Source
FieldInfo.scala
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[Format]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Format.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source
FieldInfo.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message.

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

Source
FieldInfo.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
FieldInfo.scala
def of(format: Format): FieldInfo

Attributes

Source
FieldInfo.scala
def parseFrom(`_input__`: CodedInputStream): FieldInfo

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
FieldInfo.scala
def scalaDescriptor: Descriptor

Attributes

Source
FieldInfo.scala

Inherited methods

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

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def merge(a: FieldInfo, input: CodedInputStream): A

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
Source
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def toByteArray(a: FieldInfo): Array[Byte]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

final val FORMAT_FIELD_NUMBER: 1

Attributes

Source
FieldInfo.scala

Attributes

Source
FieldInfo.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
FieldInfo.scala

Implicits

Implicits

final implicit def FieldInfoLens[UpperPB](_l: Lens[UpperPB, FieldInfo]): FieldInfoLens[UpperPB]

Attributes

Source
FieldInfo.scala
implicit def messageCompanion: GeneratedMessageCompanion[FieldInfo]

Attributes

Source
FieldInfo.scala
implicit def messageReads: Reads[FieldInfo]

Attributes

Source
FieldInfo.scala