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>,
}

A database resource inside a 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.

HTTP 1.1 Entity tag for the resource.

The MySQL collation value.

The URI of this resource.

Trait Implementations

impl Debug for Database
[src]

Formats the value using the given formatter.

impl Clone for Database
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Database
[src]

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

impl RequestValue for Database
[src]

impl Resource for Database
[src]

impl ResponseResult for Database
[src]