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

#include <table_data_insert_all_request.h>

Inheritance diagram for google_bigquery_api::TableDataInsertAllRequest:

Classes

class  TableDataInsertAllRequestRows
 

Public Member Functions

 TableDataInsertAllRequest (const Json::Value &storage)
 
 TableDataInsertAllRequest (Json::Value *storage)
 
virtual ~TableDataInsertAllRequest ()
 
const StringPiece GetTypeName () const
 
bool has_ignore_unknown_values () const
 
void clear_ignore_unknown_values ()
 
bool get_ignore_unknown_values () const
 
void set_ignore_unknown_values (bool value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_rows () const
 
void clear_rows ()
 
const client::JsonCppArray< TableDataInsertAllRequestRowsget_rows () const
 
client::JsonCppArray< TableDataInsertAllRequestRowsmutable_rows ()
 
bool has_skip_invalid_rows () const
 
void clear_skip_invalid_rows ()
 
bool get_skip_invalid_rows () const
 
void set_skip_invalid_rows (bool value)
 
bool has_template_suffix () const
 
void clear_template_suffix ()
 
const StringPiece get_template_suffix () const
 
void set_template_suffix (const StringPiece &value)
 

Static Public Member Functions

static TableDataInsertAllRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TableDataInsertAllRequest() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~TableDataInsertAllRequest()

google_bigquery_api::TableDataInsertAllRequest::~TableDataInsertAllRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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()

const client::JsonCppArray<TableDataInsertAllRequestRows > google_bigquery_api::TableDataInsertAllRequest::get_rows ( ) const
inline

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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::TableDataInsertAllRequest

◆ 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()

client::JsonCppArray<TableDataInsertAllRequestRows > google_bigquery_api::TableDataInsertAllRequest::mutable_rows ( )
inline

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()

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

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
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

The resource type of the response.

Parameters
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

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