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

#include <routine_reference.h>

Inheritance diagram for google_bigquery_api::RoutineReference:

Public Member Functions

 RoutineReference (const Json::Value &storage)
 
 RoutineReference (Json::Value *storage)
 
virtual ~RoutineReference ()
 
const StringPiece GetTypeName () const
 
bool has_dataset_id () const
 
void clear_dataset_id ()
 
const StringPiece get_dataset_id () const
 
void set_dataset_id (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)
 
bool has_routine_id () const
 
void clear_routine_id ()
 
const StringPiece get_routine_id () const
 
void set_routine_id (const StringPiece &value)
 

Static Public Member Functions

static RoutineReferenceNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ RoutineReference() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ RoutineReference() [2/2]

google_bigquery_api::RoutineReference::RoutineReference ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~RoutineReference()

google_bigquery_api::RoutineReference::~RoutineReference ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_dataset_id()

void google_bigquery_api::RoutineReference::clear_dataset_id ( )
inline

Clears the 'datasetId' attribute.

◆ clear_project_id()

void google_bigquery_api::RoutineReference::clear_project_id ( )
inline

Clears the 'projectId' attribute.

◆ clear_routine_id()

void google_bigquery_api::RoutineReference::clear_routine_id ( )
inline

Clears the 'routineId' attribute.

◆ get_dataset_id()

const StringPiece google_bigquery_api::RoutineReference::get_dataset_id ( ) const
inline

Get the value of the 'datasetId' attribute.

◆ get_project_id()

const StringPiece google_bigquery_api::RoutineReference::get_project_id ( ) const
inline

Get the value of the 'projectId' attribute.

◆ get_routine_id()

const StringPiece google_bigquery_api::RoutineReference::get_routine_id ( ) const
inline

Get the value of the 'routineId' attribute.

◆ GetTypeName()

const StringPiece google_bigquery_api::RoutineReference::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::RoutineReference

◆ has_dataset_id()

bool google_bigquery_api::RoutineReference::has_dataset_id ( ) const
inline

Determine if the 'datasetId' attribute was set.

Returns
true if the 'datasetId' attribute was set.

◆ has_project_id()

bool google_bigquery_api::RoutineReference::has_project_id ( ) const
inline

Determine if the 'projectId' attribute was set.

Returns
true if the 'projectId' attribute was set.

◆ has_routine_id()

bool google_bigquery_api::RoutineReference::has_routine_id ( ) const
inline

Determine if the 'routineId' attribute was set.

Returns
true if the 'routineId' attribute was set.

◆ New()

RoutineReference * google_bigquery_api::RoutineReference::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_dataset_id()

void google_bigquery_api::RoutineReference::set_dataset_id ( const StringPiece &  value)
inline

Change the 'datasetId' attribute.

[Required] The ID of the dataset containing this routine.

Parameters
[in]valueThe new value.

◆ set_project_id()

void google_bigquery_api::RoutineReference::set_project_id ( const StringPiece &  value)
inline

Change the 'projectId' attribute.

[Required] The ID of the project containing this routine.

Parameters
[in]valueThe new value.

◆ set_routine_id()

void google_bigquery_api::RoutineReference::set_routine_id ( const StringPiece &  value)
inline

Change the 'routineId' attribute.

[Required] The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.

Parameters
[in]valueThe new value.

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