#include <job_reference.h>
◆ JobReference() [1/2]
google_bigquery_api::JobReference::JobReference |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ JobReference() [2/2]
google_bigquery_api::JobReference::JobReference |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~JobReference()
google_bigquery_api::JobReference::~JobReference |
( |
| ) |
|
|
virtual |
◆ clear_job_id()
void google_bigquery_api::JobReference::clear_job_id |
( |
| ) |
|
|
inline |
Clears the 'jobId
' attribute.
◆ clear_location()
void google_bigquery_api::JobReference::clear_location |
( |
| ) |
|
|
inline |
Clears the 'location
' attribute.
◆ clear_project_id()
void google_bigquery_api::JobReference::clear_project_id |
( |
| ) |
|
|
inline |
Clears the 'projectId
' attribute.
◆ get_job_id()
const StringPiece google_bigquery_api::JobReference::get_job_id |
( |
| ) |
const |
|
inline |
Get the value of the 'jobId
' attribute.
◆ get_location()
const StringPiece google_bigquery_api::JobReference::get_location |
( |
| ) |
const |
|
inline |
Get the value of the 'location
' attribute.
◆ get_project_id()
const StringPiece google_bigquery_api::JobReference::get_project_id |
( |
| ) |
const |
|
inline |
Get the value of the 'projectId
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::JobReference::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_job_id()
bool google_bigquery_api::JobReference::has_job_id |
( |
| ) |
const |
|
inline |
Determine if the 'jobId
' attribute was set.
- Returns
- true if the '
jobId
' attribute was set.
◆ has_location()
bool google_bigquery_api::JobReference::has_location |
( |
| ) |
const |
|
inline |
Determine if the 'location
' attribute was set.
- Returns
- true if the '
location
' attribute was set.
◆ has_project_id()
bool google_bigquery_api::JobReference::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_job_id()
void google_bigquery_api::JobReference::set_job_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'jobId
' attribute.
[Required] The ID of the job. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters.
- Parameters
-
◆ set_location()
void google_bigquery_api::JobReference::set_location |
( |
const StringPiece & |
value | ) |
|
|
inline |
◆ set_project_id()
void google_bigquery_api::JobReference::set_project_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'projectId
' attribute.
[Required] The ID of the project containing this job.
- Parameters
-
The documentation for this class was generated from the following files: