#include <project_reference.h>
◆ ProjectReference() [1/2]
google_bigquery_api::ProjectReference::ProjectReference |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ProjectReference() [2/2]
google_bigquery_api::ProjectReference::ProjectReference |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ProjectReference()
google_bigquery_api::ProjectReference::~ProjectReference |
( |
| ) |
|
|
virtual |
◆ clear_project_id()
void google_bigquery_api::ProjectReference::clear_project_id |
( |
| ) |
|
|
inline |
Clears the 'projectId
' attribute.
◆ get_project_id()
const StringPiece google_bigquery_api::ProjectReference::get_project_id |
( |
| ) |
const |
|
inline |
Get the value of the 'projectId
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::ProjectReference::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_project_id()
bool google_bigquery_api::ProjectReference::has_project_id |
( |
| ) |
const |
|
inline |
Determine if the 'projectId
' attribute was set.
- Returns
- true if the '
projectId
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_project_id()
void google_bigquery_api::ProjectReference::set_project_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'projectId
' attribute.
[Required] ID of the project. Can be either the numeric ID or the assigned ID of the project.
- Parameters
-
The documentation for this class was generated from the following files: