|
compute
v1
|
#include <log_config_data_access_options.h>
Public Member Functions | |
| LogConfigDataAccessOptions (const Json::Value &storage) | |
| LogConfigDataAccessOptions (Json::Value *storage) | |
| virtual | ~LogConfigDataAccessOptions () |
| const StringPiece | GetTypeName () const |
| bool | has_log_mode () const |
| void | clear_log_mode () |
| const StringPiece | get_log_mode () const |
| void | set_log_mode (const StringPiece &value) |
Static Public Member Functions | |
| static LogConfigDataAccessOptions * | New () |
Write a Data Access (Gin) log.
|
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 'logMode' attribute.
|
inline |
Get the value of the 'logMode' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'logMode' attribute was set.
logMode' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'logMode' attribute.
Whether Gin logging should happen in a fail-closed manner at the caller. This is relevant only in the LocalIAM implementation, for now.
NOTE: Logging to Gin in a fail-closed manner is currently unsupported while work is being done to satisfy the requirements of go/345. Currently, setting LOG_FAIL_CLOSED mode will have no effect, but still exists because there is active work being done to support it (b/115874152).
| [in] | value | The new value. |