#include <backend_service_iap.h>
◆ BackendServiceIAP() [1/2]
google_compute_api::BackendServiceIAP::BackendServiceIAP |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~BackendServiceIAP()
google_compute_api::BackendServiceIAP::~BackendServiceIAP |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ set_oauth2_client_id()
void google_compute_api::BackendServiceIAP::set_oauth2_client_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'oauth2ClientId
' attribute.
- Parameters
-
◆ set_oauth2_client_secret()
void google_compute_api::BackendServiceIAP::set_oauth2_client_secret |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'oauth2ClientSecret
' attribute.
- Parameters
-
◆ 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
-
The documentation for this class was generated from the following files: