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

#include <table_data_insert_all_response.h>

Inheritance diagram for google_bigquery_api::TableDataInsertAllResponse:

Classes

class  TableDataInsertAllResponseInsertErrors
 

Public Member Functions

 TableDataInsertAllResponse (const Json::Value &storage)
 
 TableDataInsertAllResponse (Json::Value *storage)
 
virtual ~TableDataInsertAllResponse ()
 
const StringPiece GetTypeName () const
 
bool has_insert_errors () const
 
void clear_insert_errors ()
 
const client::JsonCppArray< TableDataInsertAllResponseInsertErrorsget_insert_errors () const
 
client::JsonCppArray< TableDataInsertAllResponseInsertErrorsmutable_insertErrors ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static TableDataInsertAllResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TableDataInsertAllResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ TableDataInsertAllResponse() [2/2]

google_bigquery_api::TableDataInsertAllResponse::TableDataInsertAllResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~TableDataInsertAllResponse()

google_bigquery_api::TableDataInsertAllResponse::~TableDataInsertAllResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_insert_errors()

void google_bigquery_api::TableDataInsertAllResponse::clear_insert_errors ( )
inline

Clears the 'insertErrors' attribute.

◆ clear_kind()

void google_bigquery_api::TableDataInsertAllResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_insert_errors()

const client::JsonCppArray<TableDataInsertAllResponseInsertErrors > google_bigquery_api::TableDataInsertAllResponse::get_insert_errors ( ) const
inline

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

◆ get_kind()

const StringPiece google_bigquery_api::TableDataInsertAllResponse::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ GetTypeName()

const StringPiece google_bigquery_api::TableDataInsertAllResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::TableDataInsertAllResponse

◆ has_insert_errors()

bool google_bigquery_api::TableDataInsertAllResponse::has_insert_errors ( ) const
inline

Determine if the 'insertErrors' attribute was set.

Returns
true if the 'insertErrors' attribute was set.

◆ has_kind()

bool google_bigquery_api::TableDataInsertAllResponse::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_insertErrors()

client::JsonCppArray<TableDataInsertAllResponseInsertErrors > google_bigquery_api::TableDataInsertAllResponse::mutable_insertErrors ( )
inline

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

An array of errors for rows that were not inserted.

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

◆ New()

TableDataInsertAllResponse * google_bigquery_api::TableDataInsertAllResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_bigquery_api::TableDataInsertAllResponse::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

The resource type of the response.

Parameters
[in]valueThe new value.

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