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

#include <backend_service_iap.h>

Inheritance diagram for google_compute_api::BackendServiceIAP:

Public Member Functions

 BackendServiceIAP (const Json::Value &storage)
 
 BackendServiceIAP (Json::Value *storage)
 
virtual ~BackendServiceIAP ()
 
const StringPiece GetTypeName () const
 
bool has_enabled () const
 
void clear_enabled ()
 
bool get_enabled () const
 
void set_enabled (bool value)
 
bool has_oauth2_client_id () const
 
void clear_oauth2_client_id ()
 
const StringPiece get_oauth2_client_id () const
 
void set_oauth2_client_id (const StringPiece &value)
 
bool has_oauth2_client_secret () const
 
void clear_oauth2_client_secret ()
 
const StringPiece get_oauth2_client_secret () const
 
void set_oauth2_client_secret (const StringPiece &value)
 
bool has_oauth2_client_secret_sha256 () const
 
void clear_oauth2_client_secret_sha256 ()
 
const StringPiece get_oauth2_client_secret_sha256 () const
 
void set_oauth2_client_secret_sha256 (const StringPiece &value)
 

Static Public Member Functions

static BackendServiceIAPNew ()
 

Detailed Description

Identity-Aware Proxy.

Constructor & Destructor Documentation

◆ BackendServiceIAP() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ BackendServiceIAP() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~BackendServiceIAP()

google_compute_api::BackendServiceIAP::~BackendServiceIAP ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_enabled()

void google_compute_api::BackendServiceIAP::clear_enabled ( )
inline

Clears the 'enabled' attribute.

◆ clear_oauth2_client_id()

void google_compute_api::BackendServiceIAP::clear_oauth2_client_id ( )
inline

Clears the 'oauth2ClientId' attribute.

◆ clear_oauth2_client_secret()

void google_compute_api::BackendServiceIAP::clear_oauth2_client_secret ( )
inline

Clears the 'oauth2ClientSecret' attribute.

◆ clear_oauth2_client_secret_sha256()

void google_compute_api::BackendServiceIAP::clear_oauth2_client_secret_sha256 ( )
inline

Clears the 'oauth2ClientSecretSha256' attribute.

◆ get_enabled()

bool google_compute_api::BackendServiceIAP::get_enabled ( ) const
inline

Get the value of the 'enabled' attribute.

◆ get_oauth2_client_id()

const StringPiece google_compute_api::BackendServiceIAP::get_oauth2_client_id ( ) const
inline

Get the value of the 'oauth2ClientId' attribute.

◆ get_oauth2_client_secret()

const StringPiece google_compute_api::BackendServiceIAP::get_oauth2_client_secret ( ) const
inline

Get the value of the 'oauth2ClientSecret' attribute.

◆ get_oauth2_client_secret_sha256()

const StringPiece google_compute_api::BackendServiceIAP::get_oauth2_client_secret_sha256 ( ) const
inline

Get the value of the 'oauth2ClientSecretSha256' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::BackendServiceIAP

◆ has_enabled()

bool google_compute_api::BackendServiceIAP::has_enabled ( ) const
inline

Determine if the 'enabled' attribute was set.

Returns
true if the 'enabled' attribute was set.

◆ has_oauth2_client_id()

bool google_compute_api::BackendServiceIAP::has_oauth2_client_id ( ) const
inline

Determine if the 'oauth2ClientId' attribute was set.

Returns
true if the 'oauth2ClientId' attribute was set.

◆ has_oauth2_client_secret()

bool google_compute_api::BackendServiceIAP::has_oauth2_client_secret ( ) const
inline

Determine if the 'oauth2ClientSecret' attribute was set.

Returns
true if the 'oauth2ClientSecret' attribute was set.

◆ has_oauth2_client_secret_sha256()

bool google_compute_api::BackendServiceIAP::has_oauth2_client_secret_sha256 ( ) const
inline

Determine if the 'oauth2ClientSecretSha256' attribute was set.

Returns
true if the 'oauth2ClientSecretSha256' attribute was set.

◆ New()

BackendServiceIAP * google_compute_api::BackendServiceIAP::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_enabled()

void google_compute_api::BackendServiceIAP::set_enabled ( bool  value)
inline

Change the 'enabled' attribute.

Parameters
[in]valueThe new value.

◆ set_oauth2_client_id()

void google_compute_api::BackendServiceIAP::set_oauth2_client_id ( const StringPiece &  value)
inline

Change the 'oauth2ClientId' attribute.

Parameters
[in]valueThe new value.

◆ set_oauth2_client_secret()

void google_compute_api::BackendServiceIAP::set_oauth2_client_secret ( const StringPiece &  value)
inline

Change the 'oauth2ClientSecret' attribute.

Parameters
[in]valueThe new value.

◆ set_oauth2_client_secret_sha256()

void google_compute_api::BackendServiceIAP::set_oauth2_client_secret_sha256 ( const StringPiece &  value)
inline

Change the 'oauth2ClientSecretSha256' attribute.

[Output Only] SHA256 hash value for the field oauth2_client_secret above.

Parameters
[in]valueThe new value.

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