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