identitytoolkit  v3
Public Member Functions | Static Public Member Functions | List of all members
google_identitytoolkit_api::GetRecaptchaParamResponse Class Reference

#include <get_recaptcha_param_response.h>

Inheritance diagram for google_identitytoolkit_api::GetRecaptchaParamResponse:

Public Member Functions

 GetRecaptchaParamResponse (const Json::Value &storage)
 
 GetRecaptchaParamResponse (Json::Value *storage)
 
virtual ~GetRecaptchaParamResponse ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_recaptcha_site_key () const
 
void clear_recaptcha_site_key ()
 
const StringPiece get_recaptcha_site_key () const
 
void set_recaptcha_site_key (const StringPiece &value)
 
bool has_recaptcha_stoken () const
 
void clear_recaptcha_stoken ()
 
const StringPiece get_recaptcha_stoken () const
 
void set_recaptcha_stoken (const StringPiece &value)
 

Static Public Member Functions

static GetRecaptchaParamResponseNew ()
 

Detailed Description

Response of getting recaptcha param.

Constructor & Destructor Documentation

◆ GetRecaptchaParamResponse() [1/2]

google_identitytoolkit_api::GetRecaptchaParamResponse::GetRecaptchaParamResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ GetRecaptchaParamResponse() [2/2]

google_identitytoolkit_api::GetRecaptchaParamResponse::GetRecaptchaParamResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~GetRecaptchaParamResponse()

google_identitytoolkit_api::GetRecaptchaParamResponse::~GetRecaptchaParamResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_identitytoolkit_api::GetRecaptchaParamResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_recaptcha_site_key()

void google_identitytoolkit_api::GetRecaptchaParamResponse::clear_recaptcha_site_key ( )
inline

Clears the 'recaptchaSiteKey' attribute.

◆ clear_recaptcha_stoken()

void google_identitytoolkit_api::GetRecaptchaParamResponse::clear_recaptcha_stoken ( )
inline

Clears the 'recaptchaStoken' attribute.

◆ get_kind()

const StringPiece google_identitytoolkit_api::GetRecaptchaParamResponse::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_recaptcha_site_key()

const StringPiece google_identitytoolkit_api::GetRecaptchaParamResponse::get_recaptcha_site_key ( ) const
inline

Get the value of the 'recaptchaSiteKey' attribute.

◆ get_recaptcha_stoken()

const StringPiece google_identitytoolkit_api::GetRecaptchaParamResponse::get_recaptcha_stoken ( ) const
inline

Get the value of the 'recaptchaStoken' attribute.

◆ GetTypeName()

const StringPiece google_identitytoolkit_api::GetRecaptchaParamResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::GetRecaptchaParamResponse

◆ has_kind()

bool google_identitytoolkit_api::GetRecaptchaParamResponse::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_recaptcha_site_key()

bool google_identitytoolkit_api::GetRecaptchaParamResponse::has_recaptcha_site_key ( ) const
inline

Determine if the 'recaptchaSiteKey' attribute was set.

Returns
true if the 'recaptchaSiteKey' attribute was set.

◆ has_recaptcha_stoken()

bool google_identitytoolkit_api::GetRecaptchaParamResponse::has_recaptcha_stoken ( ) const
inline

Determine if the 'recaptchaStoken' attribute was set.

Returns
true if the 'recaptchaStoken' attribute was set.

◆ New()

GetRecaptchaParamResponse * google_identitytoolkit_api::GetRecaptchaParamResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_identitytoolkit_api::GetRecaptchaParamResponse::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

The fixed string "identitytoolkit#GetRecaptchaParamResponse".

Parameters
[in]valueThe new value.

◆ set_recaptcha_site_key()

void google_identitytoolkit_api::GetRecaptchaParamResponse::set_recaptcha_site_key ( const StringPiece &  value)
inline

Change the 'recaptchaSiteKey' attribute.

Site key registered at recaptcha.

Parameters
[in]valueThe new value.

◆ set_recaptcha_stoken()

void google_identitytoolkit_api::GetRecaptchaParamResponse::set_recaptcha_stoken ( const StringPiece &  value)
inline

Change the 'recaptchaStoken' attribute.

The stoken field for the recaptcha widget, used to request captcha challenge.

Parameters
[in]valueThe new value.

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