Pipeline.ExecuteOptions

class Pipeline.ExecuteOptions : AbstractOptions


Summary

Public constructors

Inherited functions

From com.google.firebase.firestore.pipeline.AbstractOptions
Pipeline.ExecuteOptions
adding(newOptions: AbstractOptions<*>)
Pipeline.ExecuteOptions
with(key: String, subSection: AbstractOptions<*>)
Pipeline.ExecuteOptions
Pipeline.ExecuteOptions
with(key: String, value: Boolean)

Specify generic Boolean option

Pipeline.ExecuteOptions
with(key: String, value: Double)

Specify generic Double option

Pipeline.ExecuteOptions
with(key: String, value: Field)

Specify generic Field option

Pipeline.ExecuteOptions
with(key: String, value: InternalOptions)
Pipeline.ExecuteOptions
with(key: String, value: Long)

Specify generic Long option

Pipeline.ExecuteOptions
with(key: String, value: RawOptions)

Specify RawOptions object

Pipeline.ExecuteOptions
with(key: String, value: String)

Specify generic String option

Pipeline.ExecuteOptions
with(key: String, vararg values: String)

Public constructors

ExecuteOptions

ExecuteOptions()

Public functions