bigquery
v2
|
#include <location_metadata.h>
Public Member Functions | |
LocationMetadata (const Json::Value &storage) | |
LocationMetadata (Json::Value *storage) | |
virtual | ~LocationMetadata () |
const StringPiece | GetTypeName () const |
bool | has_legacy_location_id () const |
void | clear_legacy_location_id () |
const StringPiece | get_legacy_location_id () const |
void | set_legacy_location_id (const StringPiece &value) |
Static Public Member Functions | |
static LocationMetadata * | New () |
BigQuery-specific metadata about a location. This will be set on google.cloud.location.Location.metadata in Cloud Location API responses.
|
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 'legacyLocationId
' attribute.
|
inline |
Get the value of the 'legacyLocationId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'legacyLocationId
' attribute was set.
legacyLocationId
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'legacyLocationId
' attribute.
The legacy BigQuery location ID, e.g. “EU” for the “europe” location. This is for any API consumers that need the legacy “US” and “EU” locations.
[in] | value | The new value. |