GetDatabaseResult

data class GetDatabaseResult(val charset: String, val collation: String, val etag: String, val instance: String, val kind: String, val name: String, val project: String, val selfLink: String, val sqlserverDatabaseDetails: SqlServerDatabaseDetailsResponse)

Constructors

Link copied to clipboard
fun GetDatabaseResult(charset: String, collation: String, etag: String, instance: String, kind: String, name: String, project: String, selfLink: String, sqlserverDatabaseDetails: SqlServerDatabaseDetailsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Cloud SQL charset value.

Link copied to clipboard

The Cloud SQL collation value.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

This is always sql#database.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The URI of this resource.