BundleElement

com.google.firestore.proto.bundle.BundleElement
See theBundleElement companion class
object BundleElement extends GeneratedMessageCompanion[BundleElement]

Attributes

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

Members list

Type members

Classlikes

implicit class BundleElementLens[UpperPB](_l: Lens[UpperPB, BundleElement]) extends ObjectLens[UpperPB, BundleElement]

Attributes

Source
BundleElement.scala
Supertypes
class ObjectLens[UpperPB, BundleElement]
trait Lens[UpperPB, BundleElement]
trait Serializable
class Object
trait Matchable
class Any
Show all
object ElementType

Attributes

Companion
trait
Source
BundleElement.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ElementType extends GeneratedOneof

Attributes

Companion
object
Source
BundleElement.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Document
object Empty
class Metadata
class NamedQuery

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

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

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

Attributes

Source
BundleElement.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
BundleElement.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
BundleElement.scala
def of(elementType: ElementType): BundleElement

Attributes

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

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
BundleElement.scala
def scalaDescriptor: Descriptor

Attributes

Source
BundleElement.scala

Inherited methods

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

Attributes

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

Attributes

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

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[BundleElement]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

final val DOCUMENT_FIELD_NUMBER: 4

Attributes

Source
BundleElement.scala

Attributes

Source
BundleElement.scala
final val METADATA_FIELD_NUMBER: 1

Attributes

Source
BundleElement.scala

Attributes

Source
BundleElement.scala

Attributes

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

Attributes

Source
BundleElement.scala

Implicits

Implicits

final implicit def BundleElementLens[UpperPB](_l: Lens[UpperPB, BundleElement]): BundleElementLens[UpperPB]

Attributes

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

Attributes

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

Attributes

Source
BundleElement.scala