Struct google_sqladmin1_beta4::Database[][src]

pub struct Database {
    pub kind: Option<String>,
    pub name: Option<String>,
    pub charset: Option<String>,
    pub project: Option<String>,
    pub instance: Option<String>,
    pub etag: Option<String>,
    pub collation: Option<String>,
    pub self_link: Option<String>,
}

Represents a SQL database on the Cloud SQL instance.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

This is always sql#database.

The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.

The MySQL charset value.

The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.

The name of the Cloud SQL instance. This does not include the project ID.

This field is deprecated and will be removed from a future version of the API.

The MySQL collation value.

The URI of this resource.

Trait Implementations

impl Default for Database
[src]

Returns the "default value" for a type. Read more

impl Clone for Database
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Database
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Database
[src]

impl Resource for Database
[src]

impl ResponseResult for Database
[src]

Auto Trait Implementations

impl Send for Database

impl Sync for Database