GetInstanceResult

data class GetInstanceResult(val build: BuildResponse, val config: ConfigResponse, val createTime: String, val name: String, val state: String, val stateMessage: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetInstanceResult(build: BuildResponse, config: ConfigResponse, createTime: String, name: String, state: String, stateMessage: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Build info of the Instance if it's in ACTIVE state.

Link copied to clipboard

Config of the Instance.

Link copied to clipboard

Creation timestamp.

Link copied to clipboard

Format: projects/*/locations/*/instance. Currently only locations/global is supported.

Link copied to clipboard

The current state of the Instance.

Link copied to clipboard

Extra information of Instance.State if the state is FAILED.

Link copied to clipboard

Last update timestamp. //