QueueAppEngineRoutingOverride

data class QueueAppEngineRoutingOverride(val host: String? = null, val instance: String? = null, val service: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(host: String? = null, instance: String? = null, service: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val host: String? = null

(Output) The host that the task is sent to.

Link copied to clipboard
val instance: String? = null

App instance. By default, the task is sent to an instance which is available when the task is attempted.

Link copied to clipboard
val service: String? = null

App service. By default, the task is sent to the service which is the default service when the task is attempted.

Link copied to clipboard
val version: String? = null

App version. By default, the task is sent to the version which is the default version when the task is attempted.