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

#include <range_partitioning.h>

Inheritance diagram for google_bigquery_api::RangePartitioning:

Classes

class  RangePartitioningRange
 

Public Member Functions

 RangePartitioning (const Json::Value &storage)
 
 RangePartitioning (Json::Value *storage)
 
virtual ~RangePartitioning ()
 
const StringPiece GetTypeName () const
 
bool has_field () const
 
void clear_field ()
 
const StringPiece get_field () const
 
void set_field (const StringPiece &value)
 
bool has_range () const
 
void clear_range ()
 
const RangePartitioningRange get_range () const
 
RangePartitioningRange mutable_range ()
 

Static Public Member Functions

static RangePartitioningNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ RangePartitioning() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ RangePartitioning() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~RangePartitioning()

google_bigquery_api::RangePartitioning::~RangePartitioning ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_field()

void google_bigquery_api::RangePartitioning::clear_field ( )
inline

Clears the 'field' attribute.

◆ clear_range()

void google_bigquery_api::RangePartitioning::clear_range ( )
inline

Clears the 'range' attribute.

◆ get_field()

const StringPiece google_bigquery_api::RangePartitioning::get_field ( ) const
inline

Get the value of the 'field' attribute.

◆ get_range()

const RangePartitioningRange google_bigquery_api::RangePartitioning::get_range ( ) const
inline

Get a reference to the value of the 'range' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::RangePartitioning

◆ has_field()

bool google_bigquery_api::RangePartitioning::has_field ( ) const
inline

Determine if the 'field' attribute was set.

Returns
true if the 'field' attribute was set.

◆ has_range()

bool google_bigquery_api::RangePartitioning::has_range ( ) const
inline

Determine if the 'range' attribute was set.

Returns
true if the 'range' attribute was set.

◆ mutable_range()

RangePartitioningRange google_bigquery_api::RangePartitioning::mutable_range ( )
inline

Gets a reference to a mutable value of the 'range' property.

[TrustedTester] [Required] Defines the ranges for range partitioning.

Returns
The result can be modified to change the attribute value.

◆ New()

RangePartitioning * google_bigquery_api::RangePartitioning::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_field()

void google_bigquery_api::RangePartitioning::set_field ( const StringPiece &  value)
inline

Change the 'field' attribute.

[TrustedTester] [Required] The table is partitioned by this field. The field must be a top-level NULLABLE/REQUIRED field. The only supported type is INTEGER/INT64.

Parameters
[in]valueThe new value.

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