#include <bigtable_column_family.h>
◆ BigtableColumnFamily() [1/2]
google_bigquery_api::BigtableColumnFamily::BigtableColumnFamily |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~BigtableColumnFamily()
google_bigquery_api::BigtableColumnFamily::~BigtableColumnFamily |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ 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
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files: