|
sqladmin
v1beta4
|
#include <user.h>
Public Member Functions | |
| User (const Json::Value &storage) | |
| User (Json::Value *storage) | |
| virtual | ~User () |
| const StringPiece | GetTypeName () const |
| bool | has_etag () const |
| void | clear_etag () |
| const StringPiece | get_etag () const |
| void | set_etag (const StringPiece &value) |
| bool | has_host () const |
| void | clear_host () |
| const StringPiece | get_host () const |
| void | set_host (const StringPiece &value) |
| bool | has_instance () const |
| void | clear_instance () |
| const StringPiece | get_instance () const |
| void | set_instance (const StringPiece &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_password () const |
| void | clear_password () |
| const StringPiece | get_password () const |
| void | set_password (const StringPiece &value) |
| bool | has_project () const |
| void | clear_project () |
| const StringPiece | get_project () const |
| void | set_project (const StringPiece &value) |
Static Public Member Functions | |
| static User * | New () |
A Cloud SQL user resource.
|
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 'etag' attribute.
|
inline |
Clears the 'host' attribute.
|
inline |
Clears the 'instance' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'name' attribute.
|
inline |
Clears the 'password' attribute.
|
inline |
Clears the 'project' attribute.
|
inline |
Get the value of the 'etag' attribute.
|
inline |
Get the value of the 'host' attribute.
|
inline |
Get the value of the 'instance' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'name' attribute.
|
inline |
Get the value of the 'password' attribute.
|
inline |
Get the value of the 'project' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_sqladmin_api::User
|
inline |
Determine if the 'etag' attribute was set.
etag' attribute was set.
|
inline |
Determine if the 'host' attribute was set.
host' attribute was set.
|
inline |
Determine if the 'instance' attribute was set.
instance' 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 'password' attribute was set.
password' attribute was set.
|
inline |
Determine if the 'project' attribute was set.
project' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'etag' attribute.
This field is deprecated and will be removed from a future version of the API.
| [in] | value | The new value. |
|
inline |
Change the 'host' attribute.
The host name from which the user can connect. For insert operations, host defaults to an empty string. For update operations, host is specified as part of the request URL. The host name cannot be updated after insertion.
| [in] | value | The new value. |
|
inline |
Change the 'instance' attribute.
The name of the Cloud SQL instance. This does not include the project ID. Can be omitted for update since it is already specified on the URL.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
This is always sql::user.
| [in] | value | The new value. |
|
inline |
Change the 'name' attribute.
The name of the user in the Cloud SQL instance. Can be omitted for update since it is already specified in the URL.
| [in] | value | The new value. |
|
inline |
Change the 'password' attribute.
The password for the user.
| [in] | value | The new value. |
|
inline |
Change the 'project' attribute.
The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. Can be omitted for update since it is already specified on the URL.
| [in] | value | The new value. |