#include <job_statistics4.h>
◆ JobStatistics4() [1/2]
google_bigquery_api::JobStatistics4::JobStatistics4 |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ JobStatistics4() [2/2]
google_bigquery_api::JobStatistics4::JobStatistics4 |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~JobStatistics4()
google_bigquery_api::JobStatistics4::~JobStatistics4 |
( |
| ) |
|
|
virtual |
◆ clear_destination_uri_file_counts()
void google_bigquery_api::JobStatistics4::clear_destination_uri_file_counts |
( |
| ) |
|
|
inline |
Clears the 'destinationUriFileCounts
' attribute.
◆ clear_input_bytes()
void google_bigquery_api::JobStatistics4::clear_input_bytes |
( |
| ) |
|
|
inline |
Clears the 'inputBytes
' attribute.
◆ get_destination_uri_file_counts()
const client::JsonCppArray<int64 > google_bigquery_api::JobStatistics4::get_destination_uri_file_counts |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'destinationUriFileCounts
' attribute.
◆ get_input_bytes()
int64 google_bigquery_api::JobStatistics4::get_input_bytes |
( |
| ) |
const |
|
inline |
Get the value of the 'inputBytes
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::JobStatistics4::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_destination_uri_file_counts()
bool google_bigquery_api::JobStatistics4::has_destination_uri_file_counts |
( |
| ) |
const |
|
inline |
Determine if the 'destinationUriFileCounts
' attribute was set.
- Returns
- true if the '
destinationUriFileCounts
' attribute was set.
◆ has_input_bytes()
bool google_bigquery_api::JobStatistics4::has_input_bytes |
( |
| ) |
const |
|
inline |
Determine if the 'inputBytes
' attribute was set.
- Returns
- true if the '
inputBytes
' attribute was set.
◆ mutable_destinationUriFileCounts()
client::JsonCppArray<int64 > google_bigquery_api::JobStatistics4::mutable_destinationUriFileCounts |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'destinationUriFileCounts
' property.
[Output-only] Number of files per destination URI or URI pattern specified in the extract configuration. These values will be in the same order as the URIs specified in the 'destinationUris' field.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_input_bytes()
void google_bigquery_api::JobStatistics4::set_input_bytes |
( |
int64 |
value | ) |
|
|
inline |
Change the 'inputBytes
' attribute.
[Output-only] Number of user bytes extracted into the result. This is the byte count as computed by BigQuery for billing purposes.
- Parameters
-
The documentation for this class was generated from the following files: