Struct gapi_grpc::google::cloud::sql::v1beta4::Database[][src]

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

Represents a SQL database on the Cloud SQL instance.

Fields

kind: String

This is always sql#database.

charset: String

The Cloud SQL charset value.

collation: String

The Cloud SQL collation value.

etag: String

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

name: String

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

instance: String

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

self_link: String

The URI of this resource.

project: String

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

database_details: Option<DatabaseDetails>

Trait Implementations

impl Clone for Database[src]

impl Debug for Database[src]

impl Default for Database[src]

impl Message for Database[src]

impl PartialEq<Database> for Database[src]

impl StructuralPartialEq for Database[src]

Auto Trait Implementations

impl RefUnwindSafe for Database

impl Send for Database

impl Sync for Database

impl Unpin for Database

impl UnwindSafe for Database

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]