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

#include <url_map_test.h>

Inheritance diagram for google_compute_api::UrlMapTest:

Public Member Functions

 UrlMapTest (const Json::Value &storage)
 
 UrlMapTest (Json::Value *storage)
 
virtual ~UrlMapTest ()
 
const StringPiece GetTypeName () const
 
bool has_description () const
 
void clear_description ()
 
const StringPiece get_description () const
 
void set_description (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)
 
bool has_service () const
 
void clear_service ()
 
const StringPiece get_service () const
 
void set_service (const StringPiece &value)
 

Static Public Member Functions

static UrlMapTestNew ()
 

Detailed Description

Message for the expected URL mappings.

Constructor & Destructor Documentation

◆ UrlMapTest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ UrlMapTest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~UrlMapTest()

google_compute_api::UrlMapTest::~UrlMapTest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_description()

void google_compute_api::UrlMapTest::clear_description ( )
inline

Clears the 'description' attribute.

◆ clear_host()

void google_compute_api::UrlMapTest::clear_host ( )
inline

Clears the 'host' attribute.

◆ clear_path()

void google_compute_api::UrlMapTest::clear_path ( )
inline

Clears the 'path' attribute.

◆ clear_service()

void google_compute_api::UrlMapTest::clear_service ( )
inline

Clears the 'service' attribute.

◆ get_description()

const StringPiece google_compute_api::UrlMapTest::get_description ( ) const
inline

Get the value of the 'description' attribute.

◆ get_host()

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

Get the value of the 'host' attribute.

◆ get_path()

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

Get the value of the 'path' attribute.

◆ get_service()

const StringPiece google_compute_api::UrlMapTest::get_service ( ) const
inline

Get the value of the 'service' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::UrlMapTest

◆ has_description()

bool google_compute_api::UrlMapTest::has_description ( ) const
inline

Determine if the 'description' attribute was set.

Returns
true if the 'description' attribute was set.

◆ has_host()

bool google_compute_api::UrlMapTest::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::UrlMapTest::has_path ( ) const
inline

Determine if the 'path' attribute was set.

Returns
true if the 'path' attribute was set.

◆ has_service()

bool google_compute_api::UrlMapTest::has_service ( ) const
inline

Determine if the 'service' attribute was set.

Returns
true if the 'service' attribute was set.

◆ New()

UrlMapTest * google_compute_api::UrlMapTest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_description()

void google_compute_api::UrlMapTest::set_description ( const StringPiece &  value)
inline

Change the 'description' attribute.

Description of this test case.

Parameters
[in]valueThe new value.

◆ set_host()

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

Change the 'host' attribute.

Host portion of the URL.

Parameters
[in]valueThe new value.

◆ set_path()

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

Change the 'path' attribute.

Path portion of the URL.

Parameters
[in]valueThe new value.

◆ set_service()

void google_compute_api::UrlMapTest::set_service ( const StringPiece &  value)
inline

Change the 'service' attribute.

Expected BackendService resource the given URL should be mapped to.

Parameters
[in]valueThe new value.

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