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

#include <project_reference.h>

Inheritance diagram for google_bigquery_api::ProjectReference:

Public Member Functions

 ProjectReference (const Json::Value &storage)
 
 ProjectReference (Json::Value *storage)
 
virtual ~ProjectReference ()
 
const StringPiece GetTypeName () const
 
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 ProjectReferenceNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ProjectReference() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ~ProjectReference()

google_bigquery_api::ProjectReference::~ProjectReference ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::ProjectReference

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

ProjectReference * google_bigquery_api::ProjectReference::New ( )
static

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

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