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

#include <job_reference.h>

Inheritance diagram for google_bigquery_api::JobReference:

Public Member Functions

 JobReference (const Json::Value &storage)
 
 JobReference (Json::Value *storage)
 
virtual ~JobReference ()
 
const StringPiece GetTypeName () const
 
bool has_job_id () const
 
void clear_job_id ()
 
const StringPiece get_job_id () const
 
void set_job_id (const StringPiece &value)
 
bool has_location () const
 
void clear_location ()
 
const StringPiece get_location () const
 
void set_location (const StringPiece &value)
 
bool has_project_id () const
 
void clear_project_id ()
 
const StringPiece get_project_id () const
 
void set_project_id (const StringPiece &value)
 

Static Public Member Functions

static JobReferenceNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ JobReference() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ~JobReference()

google_bigquery_api::JobReference::~JobReference ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::JobReference

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

JobReference * google_bigquery_api::JobReference::New ( )
static

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

◆ set_location()

void google_bigquery_api::JobReference::set_location ( const StringPiece &  value)
inline

Change the 'location' attribute.

The geographic location of the job. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location.

Parameters
[in]valueThe new value.

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

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