PassAllFilter

com.google.bigtable.v2.data.RowFilter$.Filter$.PassAllFilter
final case class PassAllFilter(value: Boolean) extends Filter

Attributes

Source
RowFilter.scala
Graph
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = Boolean

Attributes

Source
RowFilter.scala

Value members

Concrete methods

override def isPassAllFilter: Boolean

Attributes

Definition Classes
Source
RowFilter.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
RowFilter.scala
override def passAllFilter: Option[Boolean]

Attributes

Definition Classes
Source
RowFilter.scala

Inherited methods

def applyLabelTransformer: Option[String]

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def blockAllFilter: Option[Boolean]

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def cellsPerColumnLimitFilter: Option[Int]

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def cellsPerRowLimitFilter: Option[Int]

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def cellsPerRowOffsetFilter: Option[Int]

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def chain: Option[Chain]

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def columnQualifierRegexFilter: Option[ByteString]

Attributes

Inherited from:
Filter
Source
RowFilter.scala

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def condition: Option[Condition]

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def familyNameRegexFilter: Option[String]

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def interleave: Option[Interleave]

Attributes

Inherited from:
Filter
Source
RowFilter.scala

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isBlockAllFilter: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala

Attributes

Inherited from:
Filter
Source
RowFilter.scala

Attributes

Inherited from:
Filter
Source
RowFilter.scala

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isChain: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isColumnRangeFilter: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isCondition: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isDefined: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isEmpty: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isInterleave: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isRowKeyRegexFilter: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isRowSampleFilter: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isSink: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isTimestampRangeFilter: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isValueRangeFilter: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def isValueRegexFilter: Boolean

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def rowKeyRegexFilter: Option[ByteString]

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def rowSampleFilter: Option[Double]

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def sink: Option[Boolean]

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def stripValueTransformer: Option[Boolean]

Attributes

Inherited from:
Filter
Source
RowFilter.scala

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Filter
Source
RowFilter.scala
def valueRegexFilter: Option[ByteString]

Attributes

Inherited from:
Filter
Source
RowFilter.scala