ReadRowsResponse

com.google.bigtable.v2.bigtable.ReadRowsResponse
See theReadRowsResponse companion class
object ReadRowsResponse extends GeneratedMessageCompanion[ReadRowsResponse]

Attributes

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

Members list

Type members

Classlikes

final case class CellChunk(rowKey: ByteString, familyName: Option[String], qualifier: Option[ByteString], timestampMicros: Long, labels: Seq[String], value: ByteString, valueSize: Int, rowStatus: RowStatus, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CellChunk]

Specifies a piece of a row's contents returned as part of the read response stream.

Specifies a piece of a row's contents returned as part of the read response stream.

Value parameters

familyName

The column family name for this chunk of data. If this message is not present this CellChunk is a continuation of the same column family as the previous CellChunk. The empty string can occur as a column family name in a response so clients must check explicitly for the presence of this message, not just for family_name.value being non-empty.

labels

Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter]. Labels are only set on the first CellChunk per cell.

qualifier

The column qualifier for this chunk of data. If this message is not present, this CellChunk is a continuation of the same column as the previous CellChunk. Column qualifiers may be empty so clients must check for the presence of this message, not just for qualifier.value being non-empty.

rowKey

The row key for this chunk of data. If the row key is empty, this CellChunk is a continuation of the same row as the previous CellChunk in the response stream, even if that CellChunk was in a previous ReadRowsResponse message.

timestampMicros

The cell's stored timestamp, which also uniquely identifies it within its column. Values are always expressed in microseconds, but individual tables may set a coarser granularity to further restrict the allowed values. For example, a table which specifies millisecond granularity will only allow values of timestamp_micros which are multiples of 1000. Timestamps are only set in the first CellChunk per cell (for cells split into multiple chunks).

value

The value stored in the cell. Cell values can be split across multiple CellChunks. In that case only the value field will be set in CellChunks after the first: the timestamp and labels will only be present in the first CellChunk, even if the first CellChunk came in a previous ReadRowsResponse.

valueSize

If this CellChunk is part of a chunked cell value and this is not the final chunk of that cell, value_size will be set to the total length of the cell value. The client can use this size to pre-allocate memory to hold the full cell value.

Attributes

Companion
object
Source
ReadRowsResponse.scala
Supertypes
trait Updatable[CellChunk]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CellChunk extends GeneratedMessageCompanion[CellChunk]

Attributes

Companion
class
Source
ReadRowsResponse.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CellChunk]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
CellChunk.type
implicit class ReadRowsResponseLens[UpperPB](_l: Lens[UpperPB, ReadRowsResponse]) extends ObjectLens[UpperPB, ReadRowsResponse]

Attributes

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

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
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

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

Attributes

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

Attributes

Source
ReadRowsResponse.scala
def of(chunks: Seq[CellChunk], lastScannedRowKey: ByteString, requestStats: Option[RequestStats]): ReadRowsResponse

Attributes

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

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
ReadRowsResponse.scala
def scalaDescriptor: Descriptor

Attributes

Source
ReadRowsResponse.scala

Inherited methods

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

Attributes

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

Attributes

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

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

final val CHUNKS_FIELD_NUMBER: 1

Attributes

Source
ReadRowsResponse.scala

Attributes

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

Attributes

Source
ReadRowsResponse.scala

Implicits

Implicits

final implicit def ReadRowsResponseLens[UpperPB](_l: Lens[UpperPB, ReadRowsResponse]): ReadRowsResponseLens[UpperPB]

Attributes

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

Attributes

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

Attributes

Source
ReadRowsResponse.scala