google_api_sql_admin v0.0.1 GoogleApi.SQLAdmin.V1beta4.Model.Database View Source
A database resource inside a Cloud SQL instance.
Attributes
- charset (String): The MySQL charset value. Defaults to:
null
. - collation (String): The MySQL collation value. Defaults to:
null
. - etag (String): HTTP 1.1 Entity tag for the resource. Defaults to:
null
. - instance (String): The name of the Cloud SQL instance. This does not include the project ID. Defaults to:
null
. - kind (String): This is always sql#database. Defaults to:
null
. - name (String): The name of the database in the Cloud SQL instance. This does not include the project ID or instance name. Defaults to:
null
. - project (String): The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. Defaults to:
null
. - selfLink (String): The URI of this resource. Defaults to:
null
.