#include <streamingbuffer.h>
◆ Streamingbuffer() [1/2]
google_bigquery_api::Streamingbuffer::Streamingbuffer |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ Streamingbuffer() [2/2]
google_bigquery_api::Streamingbuffer::Streamingbuffer |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~Streamingbuffer()
google_bigquery_api::Streamingbuffer::~Streamingbuffer |
( |
| ) |
|
|
virtual |
◆ clear_estimated_bytes()
void google_bigquery_api::Streamingbuffer::clear_estimated_bytes |
( |
| ) |
|
|
inline |
Clears the 'estimatedBytes
' attribute.
◆ clear_estimated_rows()
void google_bigquery_api::Streamingbuffer::clear_estimated_rows |
( |
| ) |
|
|
inline |
Clears the 'estimatedRows
' attribute.
◆ clear_oldest_entry_time()
void google_bigquery_api::Streamingbuffer::clear_oldest_entry_time |
( |
| ) |
|
|
inline |
Clears the 'oldestEntryTime
' attribute.
◆ get_estimated_bytes()
uint64 google_bigquery_api::Streamingbuffer::get_estimated_bytes |
( |
| ) |
const |
|
inline |
Get the value of the 'estimatedBytes
' attribute.
◆ get_estimated_rows()
uint64 google_bigquery_api::Streamingbuffer::get_estimated_rows |
( |
| ) |
const |
|
inline |
Get the value of the 'estimatedRows
' attribute.
◆ get_oldest_entry_time()
uint64 google_bigquery_api::Streamingbuffer::get_oldest_entry_time |
( |
| ) |
const |
|
inline |
Get the value of the 'oldestEntryTime
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::Streamingbuffer::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_estimated_bytes()
bool google_bigquery_api::Streamingbuffer::has_estimated_bytes |
( |
| ) |
const |
|
inline |
Determine if the 'estimatedBytes
' attribute was set.
- Returns
- true if the '
estimatedBytes
' attribute was set.
◆ has_estimated_rows()
bool google_bigquery_api::Streamingbuffer::has_estimated_rows |
( |
| ) |
const |
|
inline |
Determine if the 'estimatedRows
' attribute was set.
- Returns
- true if the '
estimatedRows
' attribute was set.
◆ has_oldest_entry_time()
bool google_bigquery_api::Streamingbuffer::has_oldest_entry_time |
( |
| ) |
const |
|
inline |
Determine if the 'oldestEntryTime
' attribute was set.
- Returns
- true if the '
oldestEntryTime
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_estimated_bytes()
void google_bigquery_api::Streamingbuffer::set_estimated_bytes |
( |
uint64 |
value | ) |
|
|
inline |
Change the 'estimatedBytes
' attribute.
[Output-only] A lower-bound estimate of the number of bytes currently in the streaming buffer.
- Parameters
-
◆ set_estimated_rows()
void google_bigquery_api::Streamingbuffer::set_estimated_rows |
( |
uint64 |
value | ) |
|
|
inline |
Change the 'estimatedRows
' attribute.
[Output-only] A lower-bound estimate of the number of rows currently in the streaming buffer.
- Parameters
-
◆ set_oldest_entry_time()
void google_bigquery_api::Streamingbuffer::set_oldest_entry_time |
( |
uint64 |
value | ) |
|
|
inline |
Change the 'oldestEntryTime
' attribute.
[Output-only] Contains the timestamp of the oldest entry in the streaming buffer, in milliseconds since the epoch, if the streaming buffer is available.
- Parameters
-
The documentation for this class was generated from the following files: