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