container
v1
|
#include <big_query_destination.h>
Public Member Functions | |
BigQueryDestination (const Json::Value &storage) | |
BigQueryDestination (Json::Value *storage) | |
virtual | ~BigQueryDestination () |
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) |
Static Public Member Functions | |
static BigQueryDestination * | New () |
Parameters for using BigQuery as the destination of resource usage export.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'datasetId
' attribute.
|
inline |
Get the value of the 'datasetId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'datasetId
' attribute was set.
datasetId
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'datasetId
' attribute.
The ID of a BigQuery Dataset.
[in] | value | The new value. |