Skip to main content

Interface: IVersionTaskQueue

v1.DescribeWorkerDeploymentVersionResponse.IVersionTaskQueue

Properties of a VersionTaskQueue.

Hierarchy

Properties

name

Optional name: null | string

VersionTaskQueue name

Inherited from

$Properties.name


stats

Optional stats: null | $Properties

Only set if report_task_queue_stats is set on the request.

Inherited from

$Properties.stats


statsByPriorityKey

Optional statsByPriorityKey: null | { [k: string]: $Properties; }

Task queue stats breakdown by priority key. Only contains actively used priority keys. Only set if report_task_queue_stats is set to true in the request. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "by" is used to clarify the key. --)

Inherited from

$Properties.statsByPriorityKey


type

Optional type: null | TaskQueueType

VersionTaskQueue type

Inherited from

$Properties.type