dataflow  v1b3
Public Member Functions | Static Public Member Functions | List of all members
google_dataflow_api::FailedLocation Class Reference

#include <failed_location.h>

Inheritance diagram for google_dataflow_api::FailedLocation:

Public Member Functions

 FailedLocation (const Json::Value &storage)
 
 FailedLocation (Json::Value *storage)
 
virtual ~FailedLocation ()
 
const StringPiece GetTypeName () const
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 

Static Public Member Functions

static FailedLocationNew ()
 

Detailed Description

Indicates which regional endpoint failed to respond to a request for data.

Constructor & Destructor Documentation

◆ FailedLocation() [1/2]

google_dataflow_api::FailedLocation::FailedLocation ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~FailedLocation()

google_dataflow_api::FailedLocation::~FailedLocation ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::FailedLocation

◆ 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()

FailedLocation * google_dataflow_api::FailedLocation::New ( )
static

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
[in]valueThe new value.

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