google_api_sql_admin v0.24.0 GoogleApi.SQLAdmin.V1beta4.Model.Database View Source
Represents a SQL database on the Cloud SQL instance.
Attributes
charset
(type:String.t
, default:nil
) - The MySQL charset value.collation
(type:String.t
, default:nil
) - The MySQL collation value.etag
(type:String.t
, default:nil
) - This field is deprecated and will be removed from a future version of the API.instance
(type:String.t
, default:nil
) - The name of the Cloud SQL instance. This does not include the project ID.kind
(type:String.t
, default:nil
) - This is alwayssql#database
.name
(type:String.t
, default:nil
) - The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.project
(type:String.t
, default:nil
) - The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.selfLink
(type:String.t
, default:nil
) - The URI of this resource.sqlserverDatabaseDetails
(type:GoogleApi.SQLAdmin.V1beta4.Model.SqlServerDatabaseDetails.t
, default:nil
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.SQLAdmin.V1beta4.Model.Database{ charset: String.t(), collation: String.t(), etag: String.t(), instance: String.t(), kind: String.t(), name: String.t(), project: String.t(), selfLink: String.t(), sqlserverDatabaseDetails: GoogleApi.SQLAdmin.V1beta4.Model.SqlServerDatabaseDetails.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.