Skip to main content

Interface: ITaskQueueVersionSelection

taskqueue.v1.ITaskQueueVersionSelection

Properties of a TaskQueueVersionSelection.

Hierarchy

Properties

allActive

Optional allActive: null | boolean

Include all active versions. A version is considered active if, in the last few minutes, it has had new tasks or polls, or it has been the subject of certain task queue API calls.

Inherited from

$Properties.allActive


buildIds

Optional buildIds: null | string[]

Include specific Build IDs.

Inherited from

$Properties.buildIds


unversioned

Optional unversioned: null | boolean

Include the unversioned queue.

Inherited from

$Properties.unversioned