ReadRowsRequest

com.google.bigtable.v2.bigtable.ReadRowsRequest
See theReadRowsRequest companion object
final case class ReadRowsRequest(tableName: String, appProfileId: String, rows: Option[RowSet], filter: Option[RowFilter], rowsLimit: Long, requestStatsView: RequestStatsView, reversed: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ReadRowsRequest]

Request message for Bigtable.ReadRows.

Value parameters

appProfileId

This value specifies routing for replication. If not specified, the "default" application profile will be used.

filter

The filter to apply to the contents of the specified row(s). If unset, reads the entirety of each row.

requestStatsView

The view into RequestStats, as described above.

reversed

Experimental API - Please note that this API is currently experimental and can change in the future. Return rows in lexiographical descending order of the row keys. The row contents will not be affected by this flag. Example result set: [ {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2", "f:col2": "v2"} ]

rows

The row keys and/or ranges to read sequentially. If not specified, reads from all rows.

rowsLimit

The read will stop after committing to N rows' worth of results. The default (zero) is to return all results.

tableName

Required. The unique name of the table from which to read. Values are of the form projects/<project>/instances/<instance>/tables/<table>.

Attributes

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

Members list

Value members

Concrete methods

Attributes

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

Attributes

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

Attributes

Source
ReadRowsRequest.scala

Attributes

Source
ReadRowsRequest.scala

Attributes

Source
ReadRowsRequest.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
ReadRowsRequest.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
ReadRowsRequest.scala
def withAppProfileId(`__v`: String): ReadRowsRequest

Attributes

Source
ReadRowsRequest.scala
def withReversed(`__v`: Boolean): ReadRowsRequest

Attributes

Source
ReadRowsRequest.scala

Attributes

Source
ReadRowsRequest.scala
def withRowsLimit(`__v`: Long): ReadRowsRequest

Attributes

Source
ReadRowsRequest.scala
def withTableName(`__v`: String): ReadRowsRequest

Attributes

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

Attributes

Source
ReadRowsRequest.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
ReadRowsRequest.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[ReadRowsRequest, ReadRowsRequest] => () => ReadRowsRequest*): 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