#include <table_data_insert_all_request.h>
◆ TableDataInsertAllRequest() [1/2]
google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ TableDataInsertAllRequest() [2/2]
google_bigquery_api::TableDataInsertAllRequest::TableDataInsertAllRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~TableDataInsertAllRequest()
google_bigquery_api::TableDataInsertAllRequest::~TableDataInsertAllRequest |
( |
| ) |
|
|
virtual |
◆ clear_ignore_unknown_values()
void google_bigquery_api::TableDataInsertAllRequest::clear_ignore_unknown_values |
( |
| ) |
|
|
inline |
Clears the 'ignoreUnknownValues
' attribute.
◆ clear_kind()
void google_bigquery_api::TableDataInsertAllRequest::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_rows()
void google_bigquery_api::TableDataInsertAllRequest::clear_rows |
( |
| ) |
|
|
inline |
Clears the 'rows
' attribute.
◆ clear_skip_invalid_rows()
void google_bigquery_api::TableDataInsertAllRequest::clear_skip_invalid_rows |
( |
| ) |
|
|
inline |
Clears the 'skipInvalidRows
' attribute.
◆ clear_template_suffix()
void google_bigquery_api::TableDataInsertAllRequest::clear_template_suffix |
( |
| ) |
|
|
inline |
Clears the 'templateSuffix
' attribute.
◆ get_ignore_unknown_values()
bool google_bigquery_api::TableDataInsertAllRequest::get_ignore_unknown_values |
( |
| ) |
const |
|
inline |
Get the value of the 'ignoreUnknownValues
' attribute.
◆ get_kind()
const StringPiece google_bigquery_api::TableDataInsertAllRequest::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_rows()
Get a reference to the value of the 'rows
' attribute.
◆ get_skip_invalid_rows()
bool google_bigquery_api::TableDataInsertAllRequest::get_skip_invalid_rows |
( |
| ) |
const |
|
inline |
Get the value of the 'skipInvalidRows
' attribute.
◆ get_template_suffix()
const StringPiece google_bigquery_api::TableDataInsertAllRequest::get_template_suffix |
( |
| ) |
const |
|
inline |
Get the value of the 'templateSuffix
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::TableDataInsertAllRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_ignore_unknown_values()
bool google_bigquery_api::TableDataInsertAllRequest::has_ignore_unknown_values |
( |
| ) |
const |
|
inline |
Determine if the 'ignoreUnknownValues
' attribute was set.
- Returns
- true if the '
ignoreUnknownValues
' attribute was set.
◆ has_kind()
bool google_bigquery_api::TableDataInsertAllRequest::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_rows()
bool google_bigquery_api::TableDataInsertAllRequest::has_rows |
( |
| ) |
const |
|
inline |
Determine if the 'rows
' attribute was set.
- Returns
- true if the '
rows
' attribute was set.
◆ has_skip_invalid_rows()
bool google_bigquery_api::TableDataInsertAllRequest::has_skip_invalid_rows |
( |
| ) |
const |
|
inline |
Determine if the 'skipInvalidRows
' attribute was set.
- Returns
- true if the '
skipInvalidRows
' attribute was set.
◆ has_template_suffix()
bool google_bigquery_api::TableDataInsertAllRequest::has_template_suffix |
( |
| ) |
const |
|
inline |
Determine if the 'templateSuffix
' attribute was set.
- Returns
- true if the '
templateSuffix
' attribute was set.
◆ mutable_rows()
Gets a reference to a mutable value of the 'rows
' property.
The rows to insert.
- 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_ignore_unknown_values()
void google_bigquery_api::TableDataInsertAllRequest::set_ignore_unknown_values |
( |
bool |
value | ) |
|
|
inline |
Change the 'ignoreUnknownValues
' attribute.
[Optional] Accept rows that contain values that do not match the schema. The unknown values are ignored. Default is false, which treats unknown values as errors.
- Parameters
-
◆ set_kind()
void google_bigquery_api::TableDataInsertAllRequest::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
The resource type of the response.
- Parameters
-
◆ set_skip_invalid_rows()
void google_bigquery_api::TableDataInsertAllRequest::set_skip_invalid_rows |
( |
bool |
value | ) |
|
|
inline |
Change the 'skipInvalidRows
' attribute.
[Optional] Insert all valid rows of a request, even if invalid rows exist. The default value is false, which causes the entire request to fail if any invalid rows exist.
- Parameters
-
◆ set_template_suffix()
void google_bigquery_api::TableDataInsertAllRequest::set_template_suffix |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'templateSuffix
' attribute.
If specified, treats the destination table as a base template, and inserts the rows into an instance table named "{destination}{templateSuffix}". BigQuery will manage creation of the instance table, using the schema of the base template table. See https://cloud.google.com/bigquery/streaming- data-into-bigquery#template-tables for considerations when working with templates tables.
- Parameters
-
The documentation for this class was generated from the following files: