compute  v1
Public Member Functions | Static Public Member Functions | List of all members
google_compute_api::TestFailure Class Reference

#include <test_failure.h>

Inheritance diagram for google_compute_api::TestFailure:

Public Member Functions

 TestFailure (const Json::Value &storage)
 
 TestFailure (Json::Value *storage)
 
virtual ~TestFailure ()
 
const StringPiece GetTypeName () const
 
bool has_actual_service () const
 
void clear_actual_service ()
 
const StringPiece get_actual_service () const
 
void set_actual_service (const StringPiece &value)
 
bool has_expected_service () const
 
void clear_expected_service ()
 
const StringPiece get_expected_service () const
 
void set_expected_service (const StringPiece &value)
 
bool has_host () const
 
void clear_host ()
 
const StringPiece get_host () const
 
void set_host (const StringPiece &value)
 
bool has_path () const
 
void clear_path ()
 
const StringPiece get_path () const
 
void set_path (const StringPiece &value)
 

Static Public Member Functions

static TestFailureNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TestFailure() [1/2]

google_compute_api::TestFailure::TestFailure ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ TestFailure() [2/2]

google_compute_api::TestFailure::TestFailure ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~TestFailure()

google_compute_api::TestFailure::~TestFailure ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_actual_service()

void google_compute_api::TestFailure::clear_actual_service ( )
inline

Clears the 'actualService' attribute.

◆ clear_expected_service()

void google_compute_api::TestFailure::clear_expected_service ( )
inline

Clears the 'expectedService' attribute.

◆ clear_host()

void google_compute_api::TestFailure::clear_host ( )
inline

Clears the 'host' attribute.

◆ clear_path()

void google_compute_api::TestFailure::clear_path ( )
inline

Clears the 'path' attribute.

◆ get_actual_service()

const StringPiece google_compute_api::TestFailure::get_actual_service ( ) const
inline

Get the value of the 'actualService' attribute.

◆ get_expected_service()

const StringPiece google_compute_api::TestFailure::get_expected_service ( ) const
inline

Get the value of the 'expectedService' attribute.

◆ get_host()

const StringPiece google_compute_api::TestFailure::get_host ( ) const
inline

Get the value of the 'host' attribute.

◆ get_path()

const StringPiece google_compute_api::TestFailure::get_path ( ) const
inline

Get the value of the 'path' attribute.

◆ GetTypeName()

const StringPiece google_compute_api::TestFailure::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_compute_api::TestFailure

◆ has_actual_service()

bool google_compute_api::TestFailure::has_actual_service ( ) const
inline

Determine if the 'actualService' attribute was set.

Returns
true if the 'actualService' attribute was set.

◆ has_expected_service()

bool google_compute_api::TestFailure::has_expected_service ( ) const
inline

Determine if the 'expectedService' attribute was set.

Returns
true if the 'expectedService' attribute was set.

◆ has_host()

bool google_compute_api::TestFailure::has_host ( ) const
inline

Determine if the 'host' attribute was set.

Returns
true if the 'host' attribute was set.

◆ has_path()

bool google_compute_api::TestFailure::has_path ( ) const
inline

Determine if the 'path' attribute was set.

Returns
true if the 'path' attribute was set.

◆ New()

TestFailure * google_compute_api::TestFailure::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_actual_service()

void google_compute_api::TestFailure::set_actual_service ( const StringPiece &  value)
inline

Change the 'actualService' attribute.

Parameters
[in]valueThe new value.

◆ set_expected_service()

void google_compute_api::TestFailure::set_expected_service ( const StringPiece &  value)
inline

Change the 'expectedService' attribute.

Parameters
[in]valueThe new value.

◆ set_host()

void google_compute_api::TestFailure::set_host ( const StringPiece &  value)
inline

Change the 'host' attribute.

Parameters
[in]valueThe new value.

◆ set_path()

void google_compute_api::TestFailure::set_path ( const StringPiece &  value)
inline

Change the 'path' attribute.

Parameters
[in]valueThe new value.

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