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

#include <destination_table_properties.h>

Inheritance diagram for google_bigquery_api::DestinationTableProperties:

Public Member Functions

 DestinationTableProperties (const Json::Value &storage)
 
 DestinationTableProperties (Json::Value *storage)
 
virtual ~DestinationTableProperties ()
 
const StringPiece GetTypeName () const
 
bool has_description () const
 
void clear_description ()
 
const StringPiece get_description () const
 
void set_description (const StringPiece &value)
 
bool has_friendly_name () const
 
void clear_friendly_name ()
 
const StringPiece get_friendly_name () const
 
void set_friendly_name (const StringPiece &value)
 
bool has_labels () const
 
void clear_labels ()
 
const client::JsonCppAssociativeArray< string > get_labels () const
 
client::JsonCppAssociativeArray< string > mutable_labels ()
 

Static Public Member Functions

static DestinationTablePropertiesNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ DestinationTableProperties() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ DestinationTableProperties() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~DestinationTableProperties()

google_bigquery_api::DestinationTableProperties::~DestinationTableProperties ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_description()

void google_bigquery_api::DestinationTableProperties::clear_description ( )
inline

Clears the 'description' attribute.

◆ clear_friendly_name()

void google_bigquery_api::DestinationTableProperties::clear_friendly_name ( )
inline

Clears the 'friendlyName' attribute.

◆ clear_labels()

void google_bigquery_api::DestinationTableProperties::clear_labels ( )
inline

Clears the 'labels' attribute.

◆ get_description()

const StringPiece google_bigquery_api::DestinationTableProperties::get_description ( ) const
inline

Get the value of the 'description' attribute.

◆ get_friendly_name()

const StringPiece google_bigquery_api::DestinationTableProperties::get_friendly_name ( ) const
inline

Get the value of the 'friendlyName' attribute.

◆ get_labels()

const client::JsonCppAssociativeArray<string > google_bigquery_api::DestinationTableProperties::get_labels ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::DestinationTableProperties

◆ has_description()

bool google_bigquery_api::DestinationTableProperties::has_description ( ) const
inline

Determine if the 'description' attribute was set.

Returns
true if the 'description' attribute was set.

◆ has_friendly_name()

bool google_bigquery_api::DestinationTableProperties::has_friendly_name ( ) const
inline

Determine if the 'friendlyName' attribute was set.

Returns
true if the 'friendlyName' attribute was set.

◆ has_labels()

bool google_bigquery_api::DestinationTableProperties::has_labels ( ) const
inline

Determine if the 'labels' attribute was set.

Returns
true if the 'labels' attribute was set.

◆ mutable_labels()

client::JsonCppAssociativeArray<string > google_bigquery_api::DestinationTableProperties::mutable_labels ( )
inline

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

[Optional] The labels associated with this table. You can use these to organize and group your tables. This will only be used if the destination table is newly created. If the table already exists and labels are different than the current labels are provided, the job will fail.

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

◆ New()

DestinationTableProperties * google_bigquery_api::DestinationTableProperties::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_description()

void google_bigquery_api::DestinationTableProperties::set_description ( const StringPiece &  value)
inline

Change the 'description' attribute.

[Optional] The description for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current description is provided, the job will fail.

Parameters
[in]valueThe new value.

◆ set_friendly_name()

void google_bigquery_api::DestinationTableProperties::set_friendly_name ( const StringPiece &  value)
inline

Change the 'friendlyName' attribute.

[Optional] The friendly name for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current friendly name is provided, the job will fail.

Parameters
[in]valueThe new value.

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