GetDatabasePlainArgs

data class GetDatabasePlainArgs(val instance: String, val name: String, val project: String? = null) : ConvertibleToJava<GetDatabasePlainArgs>

A collection of arguments for invoking getDatabase.

Constructors

Link copied to clipboard
constructor(instance: String, name: String, project: String? = null)

Properties

Link copied to clipboard

The name of the Cloud SQL database instance in which the database belongs.

Link copied to clipboard

The name of the database.

Link copied to clipboard
val project: String? = null

The ID of the project in which the instance belongs.

Functions

Link copied to clipboard
open override fun toJava(): GetDatabasePlainArgs