GetInstancePlainArgs

data class GetInstancePlainArgs(val config: String? = null, val displayName: String? = null, val name: String, val project: String? = null) : ConvertibleToJava<GetInstancePlainArgs>

A collection of arguments for invoking getInstance.

Constructors

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

Properties

Link copied to clipboard
val config: String? = null
Link copied to clipboard
val displayName: String? = null
Link copied to clipboard

The name of the spanner instance.

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used.

Functions

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