|
sqladmin
v1beta4
|
#include <acl_entry.h>
Public Member Functions | |
| AclEntry (const Json::Value &storage) | |
| AclEntry (Json::Value *storage) | |
| virtual | ~AclEntry () |
| const StringPiece | GetTypeName () const |
| bool | has_expiration_time () const |
| void | clear_expiration_time () |
| client::DateTime | get_expiration_time () const |
| void | set_expiration_time (client::DateTime value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_name () const |
| void | clear_name () |
| const StringPiece | get_name () const |
| void | set_name (const StringPiece &value) |
| bool | has_value () const |
| void | clear_value () |
| const StringPiece | get_value () const |
| void | set_value (const StringPiece &value) |
Static Public Member Functions | |
| static AclEntry * | New () |
An entry for an Access Control list.
|
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 'expirationTime' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'name' attribute.
|
inline |
Clears the 'value' attribute.
|
inline |
Get the value of the 'expirationTime' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'name' attribute.
|
inline |
Get the value of the 'value' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'expirationTime' attribute was set.
expirationTime' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'name' attribute was set.
name' attribute was set.
|
inline |
Determine if the 'value' attribute was set.
value' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'expirationTime' attribute.
The time when this access control entry expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
This is always sql::aclEntry.
| [in] | value | The new value. |
|
inline |
Change the 'name' attribute.
An optional label to identify this entry.
| [in] | value | The new value. |
|
inline |
Change the 'value' attribute.
The whitelisted value for the access control list.
| [in] | value | The new value. |