Family

com.google.bigtable.v2.data.Family
See theFamily companion object
final case class Family(name: String, columns: Seq[Column], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Family]

Specifies (some of) the contents of a single row/column family intersection of a table.

Value parameters

columns

Must not be empty. Sorted in order of increasing "qualifier".

name

The unique key which identifies this family within its row. This is the same key that's used to identify the family in, for example, a RowFilter which sets its "family_name_regex_filter" field. Must match [-_.a-zA-Z0-9]+, except that AggregatingRowProcessors may produce cells in a sentinel family with an empty name. Must be no greater than 64 characters in length.

Attributes

Companion
object
Source
Family.scala
Graph
Supertypes
trait Updatable[Family]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addAllColumns(`__vs`: Iterable[Column]): Family

Attributes

Source
Family.scala
def addColumns(`__vs`: Column*): Family

Attributes

Source
Family.scala

Attributes

Source
Family.scala
def companion: Family.type

Attributes

Source
Family.scala

Attributes

Source
Family.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
Family.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
Family.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
Family.scala
def toProtoString: String

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
Family.scala
def withColumns(`__v`: Seq[Column]): Family

Attributes

Source
Family.scala
def withName(`__v`: String): Family

Attributes

Source
Family.scala
def withUnknownFields(`__v`: UnknownFieldSet): Family

Attributes

Source
Family.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
Family.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
def update(ms: Lens[Family, Family] => () => Family*): A

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala