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

#include <table_data_insert_all_request.h>

Inheritance diagram for google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows:

Public Member Functions

 TableDataInsertAllRequestRows (const Json::Value &storage)
 
 TableDataInsertAllRequestRows (Json::Value *storage)
 
virtual ~TableDataInsertAllRequestRows ()
 
const StringPiece GetTypeName () const
 
bool has_insert_id () const
 
void clear_insert_id ()
 
const StringPiece get_insert_id () const
 
void set_insert_id (const StringPiece &value)
 
bool has_json () const
 
void clear_json ()
 
const client::JsonCppAssociativeArray< client::JsonCppData > get_json () const
 
client::JsonCppAssociativeArray< client::JsonCppData > mutable_json ()
 

Static Public Member Functions

static TableDataInsertAllRequestRowsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TableDataInsertAllRequestRows() [1/2]

google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::TableDataInsertAllRequestRows ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ TableDataInsertAllRequestRows() [2/2]

google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::TableDataInsertAllRequestRows ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~TableDataInsertAllRequestRows()

google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::~TableDataInsertAllRequestRows ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_insert_id()

void google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::clear_insert_id ( )
inline

Clears the 'insertId' attribute.

◆ clear_json()

void google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::clear_json ( )
inline

Clears the 'json' attribute.

◆ get_insert_id()

const StringPiece google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::get_insert_id ( ) const
inline

Get the value of the 'insertId' attribute.

◆ get_json()

const client::JsonCppAssociativeArray<client::JsonCppData > google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::get_json ( ) const

Get a reference to the value of the 'json' attribute.

◆ GetTypeName()

const StringPiece google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::TableDataInsertAllRequestRows

◆ has_insert_id()

bool google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::has_insert_id ( ) const
inline

Determine if the 'insertId' attribute was set.

Returns
true if the 'insertId' attribute was set.

◆ has_json()

bool google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::has_json ( ) const
inline

Determine if the 'json' attribute was set.

Returns
true if the 'json' attribute was set.

◆ mutable_json()

client::JsonCppAssociativeArray<client::JsonCppData > google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::mutable_json ( )

Gets a reference to a mutable value of the 'json' property.

[Required] A JSON object that contains a row of data. The object's properties and values must match the destination table's schema.

Returns
The result can be modified to change the attribute value.

◆ New()

TableDataInsertAllRequest::TableDataInsertAllRequestRows * google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_insert_id()

void google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequestRows::set_insert_id ( const StringPiece &  value)
inline

Change the 'insertId' attribute.

[Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis.

Parameters
[in]valueThe new value.

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