Reference

me.wojnowski.googlecloud4s.firestore.Reference$
See theReference companion trait
object Reference

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Document(parent: Reference, collectionId: CollectionId, documentId: DocumentId) extends Reference

Attributes

Companion:
object
Graph
Supertypes
trait Reference
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Document

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Root(projectId: ProjectId) extends Reference

Attributes

Companion:
object
Graph
Supertypes
trait Reference
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Root

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Root.type

Types

type ParsingError = IllegalArgumentException

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

Value members

Concrete methods

def parse(raw: String): Either[ParsingError, Reference]

Implicits

Implicits

implicit val eq: Eq[Reference]