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

#include <target_ssl_proxies_set_backend_service_request.h>

Inheritance diagram for google_compute_api::TargetSslProxiesSetBackendServiceRequest:

Public Member Functions

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

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TargetSslProxiesSetBackendServiceRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ TargetSslProxiesSetBackendServiceRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~TargetSslProxiesSetBackendServiceRequest()

google_compute_api::TargetSslProxiesSetBackendServiceRequest::~TargetSslProxiesSetBackendServiceRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_service()

void google_compute_api::TargetSslProxiesSetBackendServiceRequest::clear_service ( )
inline

Clears the 'service' attribute.

◆ get_service()

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

Get the value of the 'service' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::TargetSslProxiesSetBackendServiceRequest

◆ has_service()

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

Determine if the 'service' attribute was set.

Returns
true if the 'service' attribute was set.

◆ New()

TargetSslProxiesSetBackendServiceRequest * google_compute_api::TargetSslProxiesSetBackendServiceRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_service()

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

Change the 'service' attribute.

The URL of the new BackendService resource for the targetSslProxy.

Parameters
[in]valueThe new value.

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