#include <table_data_insert_all_response.h>
◆ TableDataInsertAllResponse() [1/2]
google_bigquery_api::TableDataInsertAllResponse::TableDataInsertAllResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~TableDataInsertAllResponse()
google_bigquery_api::TableDataInsertAllResponse::~TableDataInsertAllResponse |
( |
| ) |
|
|
virtual |
◆ 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()
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 |
◆ 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()
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()
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
-
The documentation for this class was generated from the following files: