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

#include <error_proto.h>

Inheritance diagram for google_bigquery_api::ErrorProto:

Public Member Functions

 ErrorProto (const Json::Value &storage)
 
 ErrorProto (Json::Value *storage)
 
virtual ~ErrorProto ()
 
const StringPiece GetTypeName () const
 
bool has_debug_info () const
 
void clear_debug_info ()
 
const StringPiece get_debug_info () const
 
void set_debug_info (const StringPiece &value)
 
bool has_location () const
 
void clear_location ()
 
const StringPiece get_location () const
 
void set_location (const StringPiece &value)
 
bool has_message () const
 
void clear_message ()
 
const StringPiece get_message () const
 
void set_message (const StringPiece &value)
 
bool has_reason () const
 
void clear_reason ()
 
const StringPiece get_reason () const
 
void set_reason (const StringPiece &value)
 

Static Public Member Functions

static ErrorProtoNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ErrorProto() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ErrorProto() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ErrorProto()

google_bigquery_api::ErrorProto::~ErrorProto ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_debug_info()

void google_bigquery_api::ErrorProto::clear_debug_info ( )
inline

Clears the 'debugInfo' attribute.

◆ clear_location()

void google_bigquery_api::ErrorProto::clear_location ( )
inline

Clears the 'location' attribute.

◆ clear_message()

void google_bigquery_api::ErrorProto::clear_message ( )
inline

Clears the 'message' attribute.

◆ clear_reason()

void google_bigquery_api::ErrorProto::clear_reason ( )
inline

Clears the 'reason' attribute.

◆ get_debug_info()

const StringPiece google_bigquery_api::ErrorProto::get_debug_info ( ) const
inline

Get the value of the 'debugInfo' attribute.

◆ get_location()

const StringPiece google_bigquery_api::ErrorProto::get_location ( ) const
inline

Get the value of the 'location' attribute.

◆ get_message()

const StringPiece google_bigquery_api::ErrorProto::get_message ( ) const
inline

Get the value of the 'message' attribute.

◆ get_reason()

const StringPiece google_bigquery_api::ErrorProto::get_reason ( ) const
inline

Get the value of the 'reason' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::ErrorProto

◆ has_debug_info()

bool google_bigquery_api::ErrorProto::has_debug_info ( ) const
inline

Determine if the 'debugInfo' attribute was set.

Returns
true if the 'debugInfo' attribute was set.

◆ has_location()

bool google_bigquery_api::ErrorProto::has_location ( ) const
inline

Determine if the 'location' attribute was set.

Returns
true if the 'location' attribute was set.

◆ has_message()

bool google_bigquery_api::ErrorProto::has_message ( ) const
inline

Determine if the 'message' attribute was set.

Returns
true if the 'message' attribute was set.

◆ has_reason()

bool google_bigquery_api::ErrorProto::has_reason ( ) const
inline

Determine if the 'reason' attribute was set.

Returns
true if the 'reason' attribute was set.

◆ New()

ErrorProto * google_bigquery_api::ErrorProto::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_debug_info()

void google_bigquery_api::ErrorProto::set_debug_info ( const StringPiece &  value)
inline

Change the 'debugInfo' attribute.

Debugging information. This property is internal to Google and should not be used.

Parameters
[in]valueThe new value.

◆ set_location()

void google_bigquery_api::ErrorProto::set_location ( const StringPiece &  value)
inline

Change the 'location' attribute.

Specifies where the error occurred, if present.

Parameters
[in]valueThe new value.

◆ set_message()

void google_bigquery_api::ErrorProto::set_message ( const StringPiece &  value)
inline

Change the 'message' attribute.

A human-readable description of the error.

Parameters
[in]valueThe new value.

◆ set_reason()

void google_bigquery_api::ErrorProto::set_reason ( const StringPiece &  value)
inline

Change the 'reason' attribute.

A short error code that summarizes the error.

Parameters
[in]valueThe new value.

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