|
sqladmin
v1beta4
|
#include <database.h>
Public Member Functions | |
| Database (const Json::Value &storage) | |
| Database (Json::Value *storage) | |
| virtual | ~Database () |
| const StringPiece | GetTypeName () const |
| bool | has_charset () const |
| void | clear_charset () |
| const StringPiece | get_charset () const |
| void | set_charset (const StringPiece &value) |
| bool | has_collation () const |
| void | clear_collation () |
| const StringPiece | get_collation () const |
| void | set_collation (const StringPiece &value) |
| bool | has_etag () const |
| void | clear_etag () |
| const StringPiece | get_etag () const |
| void | set_etag (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_project () const |
| void | clear_project () |
| const StringPiece | get_project () const |
| void | set_project (const StringPiece &value) |
| bool | has_self_link () const |
| void | clear_self_link () |
| const StringPiece | get_self_link () const |
| void | set_self_link (const StringPiece &value) |
Static Public Member Functions | |
| static Database * | New () |
Represents a SQL database on the Cloud SQL instance.
|
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 'charset' attribute.
|
inline |
Clears the 'collation' attribute.
|
inline |
Clears the 'etag' attribute.
|
inline |
Clears the 'instance' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'name' attribute.
|
inline |
Clears the 'project' attribute.
|
inline |
Clears the 'selfLink' attribute.
|
inline |
Get the value of the 'charset' attribute.
|
inline |
Get the value of the 'collation' attribute.
|
inline |
Get the value of the 'etag' 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 'project' attribute.
|
inline |
Get the value of the 'selfLink' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'charset' attribute was set.
charset' attribute was set.
|
inline |
Determine if the 'collation' attribute was set.
collation' attribute was set.
|
inline |
Determine if the 'etag' attribute was set.
etag' 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 'project' attribute was set.
project' attribute was set.
|
inline |
Determine if the 'selfLink' attribute was set.
selfLink' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'charset' attribute.
The MySQL charset value.
| [in] | value | The new value. |
|
inline |
Change the 'collation' attribute.
The MySQL collation value.
| [in] | value | The new value. |
|
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 'instance' attribute.
The name of the Cloud SQL instance. This does not include the project ID.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
This is always sql::database.
| [in] | value | The new value. |
|
inline |
Change the 'name' attribute.
The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.
| [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.
| [in] | value | The new value. |
|
inline |
Change the 'selfLink' attribute.
The URI of this resource.
| [in] | value | The new value. |