#include <cloud_run_config.h>
Configuration options for the Cloud Run feature.
◆ CloudRunConfig() [1/2]
google_container_api::CloudRunConfig::CloudRunConfig |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ CloudRunConfig() [2/2]
google_container_api::CloudRunConfig::CloudRunConfig |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~CloudRunConfig()
google_container_api::CloudRunConfig::~CloudRunConfig |
( |
| ) |
|
|
virtual |
◆ clear_disabled()
void google_container_api::CloudRunConfig::clear_disabled |
( |
| ) |
|
|
inline |
Clears the 'disabled
' attribute.
◆ get_disabled()
bool google_container_api::CloudRunConfig::get_disabled |
( |
| ) |
const |
|
inline |
Get the value of the 'disabled
' attribute.
◆ GetTypeName()
const StringPiece google_container_api::CloudRunConfig::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_disabled()
bool google_container_api::CloudRunConfig::has_disabled |
( |
| ) |
const |
|
inline |
Determine if the 'disabled
' attribute was set.
- Returns
- true if the '
disabled
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_disabled()
void google_container_api::CloudRunConfig::set_disabled |
( |
bool |
value | ) |
|
|
inline |
Change the 'disabled
' attribute.
Whether Cloud Run addon is enabled for this cluster.
- Parameters
-
The documentation for this class was generated from the following files: