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