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

#include <target_tcp_proxies_set_backend_service_request.h>

Inheritance diagram for google_compute_api::TargetTcpProxiesSetBackendServiceRequest:

Public Member Functions

 TargetTcpProxiesSetBackendServiceRequest (const Json::Value &storage)
 
 TargetTcpProxiesSetBackendServiceRequest (Json::Value *storage)
 
virtual ~TargetTcpProxiesSetBackendServiceRequest ()
 
const StringPiece GetTypeName () const
 
bool has_service () const
 
void clear_service ()
 
const StringPiece get_service () const
 
void set_service (const StringPiece &value)
 

Static Public Member Functions

static TargetTcpProxiesSetBackendServiceRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TargetTcpProxiesSetBackendServiceRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ TargetTcpProxiesSetBackendServiceRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~TargetTcpProxiesSetBackendServiceRequest()

google_compute_api::TargetTcpProxiesSetBackendServiceRequest::~TargetTcpProxiesSetBackendServiceRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_service()

void google_compute_api::TargetTcpProxiesSetBackendServiceRequest::clear_service ( )
inline

Clears the 'service' attribute.

◆ get_service()

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

Get the value of the 'service' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::TargetTcpProxiesSetBackendServiceRequest

◆ has_service()

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

Determine if the 'service' attribute was set.

Returns
true if the 'service' attribute was set.

◆ New()

TargetTcpProxiesSetBackendServiceRequest * google_compute_api::TargetTcpProxiesSetBackendServiceRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_service()

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

Change the 'service' attribute.

The URL of the new BackendService resource for the targetTcpProxy.

Parameters
[in]valueThe new value.

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