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

#include <target_ssl_proxies_set_proxy_header_request.h>

Inheritance diagram for google_compute_api::TargetSslProxiesSetProxyHeaderRequest:

Public Member Functions

 TargetSslProxiesSetProxyHeaderRequest (const Json::Value &storage)
 
 TargetSslProxiesSetProxyHeaderRequest (Json::Value *storage)
 
virtual ~TargetSslProxiesSetProxyHeaderRequest ()
 
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 TargetSslProxiesSetProxyHeaderRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TargetSslProxiesSetProxyHeaderRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ TargetSslProxiesSetProxyHeaderRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~TargetSslProxiesSetProxyHeaderRequest()

google_compute_api::TargetSslProxiesSetProxyHeaderRequest::~TargetSslProxiesSetProxyHeaderRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_proxy_header()

void google_compute_api::TargetSslProxiesSetProxyHeaderRequest::clear_proxy_header ( )
inline

Clears the 'proxyHeader' attribute.

◆ get_proxy_header()

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

Get the value of the 'proxyHeader' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::TargetSslProxiesSetProxyHeaderRequest

◆ has_proxy_header()

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

Determine if the 'proxyHeader' attribute was set.

Returns
true if the 'proxyHeader' attribute was set.

◆ New()

TargetSslProxiesSetProxyHeaderRequest * google_compute_api::TargetSslProxiesSetProxyHeaderRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_proxy_header()

void google_compute_api::TargetSslProxiesSetProxyHeaderRequest::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: