#include <failed_location.h>
Indicates which regional endpoint failed to respond to a request for data.
◆ FailedLocation() [1/2]
google_dataflow_api::FailedLocation::FailedLocation |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ FailedLocation() [2/2]
google_dataflow_api::FailedLocation::FailedLocation |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~FailedLocation()
google_dataflow_api::FailedLocation::~FailedLocation |
( |
| ) |
|
|
virtual |
◆ clear_name()
void google_dataflow_api::FailedLocation::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ get_name()
const StringPiece google_dataflow_api::FailedLocation::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::FailedLocation::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_name()
bool google_dataflow_api::FailedLocation::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_name()
void google_dataflow_api::FailedLocation::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
The name of the regional endpoint that failed to respond.
- Parameters
-
The documentation for this class was generated from the following files: