bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::JobStatistics4 Class Reference

#include <job_statistics4.h>

Inheritance diagram for google_bigquery_api::JobStatistics4:

Public Member Functions

 JobStatistics4 (const Json::Value &storage)
 
 JobStatistics4 (Json::Value *storage)
 
virtual ~JobStatistics4 ()
 
const StringPiece GetTypeName () const
 
bool has_destination_uri_file_counts () const
 
void clear_destination_uri_file_counts ()
 
const client::JsonCppArray< int64 > get_destination_uri_file_counts () const
 
client::JsonCppArray< int64 > mutable_destinationUriFileCounts ()
 
bool has_input_bytes () const
 
void clear_input_bytes ()
 
int64 get_input_bytes () const
 
void set_input_bytes (int64 value)
 

Static Public Member Functions

static JobStatistics4New ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ JobStatistics4() [1/2]

google_bigquery_api::JobStatistics4::JobStatistics4 ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~JobStatistics4()

google_bigquery_api::JobStatistics4::~JobStatistics4 ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::JobStatistics4

◆ 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()

JobStatistics4 * google_bigquery_api::JobStatistics4::New ( )
static

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
[in]valueThe new value.

The documentation for this class was generated from the following files: