public final class Streamingbuffer
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the BigQuery API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Streamingbuffer() |
Modifier and Type | Method and Description |
---|---|
Streamingbuffer |
clone() |
java.math.BigInteger |
getEstimatedBytes()
[Output-only] A lower-bound estimate of the number of bytes currently in the streaming buffer.
|
java.math.BigInteger |
getEstimatedRows()
[Output-only] A lower-bound estimate of the number of rows currently in the streaming buffer.
|
java.math.BigInteger |
getOldestEntryTime()
[Output-only] Contains the timestamp of the oldest entry in the streaming buffer, in
milliseconds since the epoch, if the streaming buffer is available.
|
Streamingbuffer |
set(java.lang.String fieldName,
java.lang.Object value) |
Streamingbuffer |
setEstimatedBytes(java.math.BigInteger estimatedBytes)
[Output-only] A lower-bound estimate of the number of bytes currently in the streaming buffer.
|
Streamingbuffer |
setEstimatedRows(java.math.BigInteger estimatedRows)
[Output-only] A lower-bound estimate of the number of rows currently in the streaming buffer.
|
Streamingbuffer |
setOldestEntryTime(java.math.BigInteger oldestEntryTime)
[Output-only] Contains the timestamp of the oldest entry in the streaming buffer, in
milliseconds since the epoch, if the streaming buffer is available.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.math.BigInteger getEstimatedBytes()
null
for nonepublic Streamingbuffer setEstimatedBytes(java.math.BigInteger estimatedBytes)
estimatedBytes
- estimatedBytes or null
for nonepublic java.math.BigInteger getEstimatedRows()
null
for nonepublic Streamingbuffer setEstimatedRows(java.math.BigInteger estimatedRows)
estimatedRows
- estimatedRows or null
for nonepublic java.math.BigInteger getOldestEntryTime()
null
for nonepublic Streamingbuffer setOldestEntryTime(java.math.BigInteger oldestEntryTime)
oldestEntryTime
- oldestEntryTime or null
for nonepublic Streamingbuffer set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Streamingbuffer clone()
clone
in class com.google.api.client.json.GenericJson