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

#include <bigtable_column_family.h>

Inheritance diagram for google_bigquery_api::BigtableColumnFamily:

Public Member Functions

 BigtableColumnFamily (const Json::Value &storage)
 
 BigtableColumnFamily (Json::Value *storage)
 
virtual ~BigtableColumnFamily ()
 
const StringPiece GetTypeName () const
 
bool has_columns () const
 
void clear_columns ()
 
const client::JsonCppArray< BigtableColumnget_columns () const
 
client::JsonCppArray< BigtableColumnmutable_columns ()
 
bool has_encoding () const
 
void clear_encoding ()
 
const StringPiece get_encoding () const
 
void set_encoding (const StringPiece &value)
 
bool has_family_id () const
 
void clear_family_id ()
 
const StringPiece get_family_id () const
 
void set_family_id (const StringPiece &value)
 
bool has_only_read_latest () const
 
void clear_only_read_latest ()
 
bool get_only_read_latest () const
 
void set_only_read_latest (bool value)
 
bool has_type () const
 
void clear_type ()
 
const StringPiece get_type () const
 
void set_type (const StringPiece &value)
 

Static Public Member Functions

static BigtableColumnFamilyNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ BigtableColumnFamily() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ BigtableColumnFamily() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~BigtableColumnFamily()

google_bigquery_api::BigtableColumnFamily::~BigtableColumnFamily ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_columns()

void google_bigquery_api::BigtableColumnFamily::clear_columns ( )
inline

Clears the 'columns' attribute.

◆ clear_encoding()

void google_bigquery_api::BigtableColumnFamily::clear_encoding ( )
inline

Clears the 'encoding' attribute.

◆ clear_family_id()

void google_bigquery_api::BigtableColumnFamily::clear_family_id ( )
inline

Clears the 'familyId' attribute.

◆ clear_only_read_latest()

void google_bigquery_api::BigtableColumnFamily::clear_only_read_latest ( )
inline

Clears the 'onlyReadLatest' attribute.

◆ clear_type()

void google_bigquery_api::BigtableColumnFamily::clear_type ( )
inline

Clears the 'type' attribute.

◆ get_columns()

const client::JsonCppArray<BigtableColumn > google_bigquery_api::BigtableColumnFamily::get_columns ( ) const

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

◆ get_encoding()

const StringPiece google_bigquery_api::BigtableColumnFamily::get_encoding ( ) const
inline

Get the value of the 'encoding' attribute.

◆ get_family_id()

const StringPiece google_bigquery_api::BigtableColumnFamily::get_family_id ( ) const
inline

Get the value of the 'familyId' attribute.

◆ get_only_read_latest()

bool google_bigquery_api::BigtableColumnFamily::get_only_read_latest ( ) const
inline

Get the value of the 'onlyReadLatest' attribute.

◆ get_type()

const StringPiece google_bigquery_api::BigtableColumnFamily::get_type ( ) const
inline

Get the value of the 'type' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::BigtableColumnFamily

◆ has_columns()

bool google_bigquery_api::BigtableColumnFamily::has_columns ( ) const
inline

Determine if the 'columns' attribute was set.

Returns
true if the 'columns' attribute was set.

◆ has_encoding()

bool google_bigquery_api::BigtableColumnFamily::has_encoding ( ) const
inline

Determine if the 'encoding' attribute was set.

Returns
true if the 'encoding' attribute was set.

◆ has_family_id()

bool google_bigquery_api::BigtableColumnFamily::has_family_id ( ) const
inline

Determine if the 'familyId' attribute was set.

Returns
true if the 'familyId' attribute was set.

◆ has_only_read_latest()

bool google_bigquery_api::BigtableColumnFamily::has_only_read_latest ( ) const
inline

Determine if the 'onlyReadLatest' attribute was set.

Returns
true if the 'onlyReadLatest' attribute was set.

◆ has_type()

bool google_bigquery_api::BigtableColumnFamily::has_type ( ) const
inline

Determine if the 'type' attribute was set.

Returns
true if the 'type' attribute was set.

◆ mutable_columns()

client::JsonCppArray<BigtableColumn > google_bigquery_api::BigtableColumnFamily::mutable_columns ( )

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

[Optional] Lists of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as .. Other columns can be accessed as a list through .Column field.

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

◆ New()

BigtableColumnFamily * google_bigquery_api::BigtableColumnFamily::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_encoding()

void google_bigquery_api::BigtableColumnFamily::set_encoding ( const StringPiece &  value)
inline

Change the 'encoding' attribute.

[Optional] The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.

Parameters
[in]valueThe new value.

◆ set_family_id()

void google_bigquery_api::BigtableColumnFamily::set_family_id ( const StringPiece &  value)
inline

Change the 'familyId' attribute.

Identifier of the column family.

Parameters
[in]valueThe new value.

◆ set_only_read_latest()

void google_bigquery_api::BigtableColumnFamily::set_only_read_latest ( bool  value)
inline

Change the 'onlyReadLatest' attribute.

[Optional] If this is set only the latest version of value are exposed for all columns in this column family. This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column.

Parameters
[in]valueThe new value.

◆ set_type()

void google_bigquery_api::BigtableColumnFamily::set_type ( const StringPiece &  value)
inline

Change the 'type' attribute.

[Optional] The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive) - BYTES STRING INTEGER FLOAT BOOLEAN Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it.

Parameters
[in]valueThe new value.

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