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

#include <target_tcp_proxies_set_proxy_header_request.h>

Inheritance diagram for google_compute_api::TargetTcpProxiesSetProxyHeaderRequest:

Public Member Functions

 TargetTcpProxiesSetProxyHeaderRequest (const Json::Value &storage)
 
 TargetTcpProxiesSetProxyHeaderRequest (Json::Value *storage)
 
virtual ~TargetTcpProxiesSetProxyHeaderRequest ()
 
const StringPiece GetTypeName () const
 
bool has_proxy_header () const
 
void clear_proxy_header ()
 
const StringPiece get_proxy_header () const
 
void set_proxy_header (const StringPiece &value)
 

Static Public Member Functions

static TargetTcpProxiesSetProxyHeaderRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TargetTcpProxiesSetProxyHeaderRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ TargetTcpProxiesSetProxyHeaderRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~TargetTcpProxiesSetProxyHeaderRequest()

google_compute_api::TargetTcpProxiesSetProxyHeaderRequest::~TargetTcpProxiesSetProxyHeaderRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_proxy_header()

void google_compute_api::TargetTcpProxiesSetProxyHeaderRequest::clear_proxy_header ( )
inline

Clears the 'proxyHeader' attribute.

◆ get_proxy_header()

const StringPiece google_compute_api::TargetTcpProxiesSetProxyHeaderRequest::get_proxy_header ( ) const
inline

Get the value of the 'proxyHeader' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::TargetTcpProxiesSetProxyHeaderRequest

◆ has_proxy_header()

bool google_compute_api::TargetTcpProxiesSetProxyHeaderRequest::has_proxy_header ( ) const
inline

Determine if the 'proxyHeader' attribute was set.

Returns
true if the 'proxyHeader' attribute was set.

◆ New()

TargetTcpProxiesSetProxyHeaderRequest * google_compute_api::TargetTcpProxiesSetProxyHeaderRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_proxy_header()

void google_compute_api::TargetTcpProxiesSetProxyHeaderRequest::set_proxy_header ( const StringPiece &  value)
inline

Change the 'proxyHeader' attribute.

The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.

Parameters
[in]valueThe new value.

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