Progress

com.google.cloud.bigquery.storage.v1.storage.StreamStats$.Progress
See theProgress companion object
final case class Progress(atResponseStart: Double, atResponseEnd: Double, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Progress]

Attributes

atResponseEnd

Similar to at_response_start, except that this value includes the rows in the current response.

atResponseStart

The fraction of rows assigned to the stream that have been processed by the server so far, not including the rows in the current response message. This value, along with at_response_end, can be used to interpolate the progress made as the rows in the message are being processed using the following formula: at_response_start + (at_response_end - at_response_start) * rows_processed_from_response / rows_in_response. Note that if a filter is provided, the at_response_end value of the previous response may not necessarily be equal to the at_response_start value of the current response.

Companion:
object
Source:
StreamStats.scala
Graph
Supertypes
trait Updatable[Progress]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

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

Attributes

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

Attributes

Source:
StreamStats.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source:
StreamStats.scala

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:
StreamStats.scala

Attributes

Source:
StreamStats.scala
def withUnknownFields(`__v`: UnknownFieldSet): Progress

Attributes

Source:
StreamStats.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:
StreamStats.scala

Inherited methods

Attributes

Inherited from:
Product

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