|
container
v1
|
#include <consumption_metering_config.h>
Public Member Functions | |
| ConsumptionMeteringConfig (const Json::Value &storage) | |
| ConsumptionMeteringConfig (Json::Value *storage) | |
| virtual | ~ConsumptionMeteringConfig () |
| const StringPiece | GetTypeName () const |
| bool | has_enabled () const |
| void | clear_enabled () |
| bool | get_enabled () const |
| void | set_enabled (bool value) |
Static Public Member Functions | |
| static ConsumptionMeteringConfig * | New () |
Parameters for controlling consumption metering.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'enabled' attribute.
|
inline |
Get the value of the 'enabled' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'enabled' attribute was set.
enabled' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'enabled' attribute.
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
| [in] | value | The new value. |