public static interface QuantumTaskQueueInfo.Builder extends SdkPojo, CopyableBuilder<QuantumTaskQueueInfo.Builder,QuantumTaskQueueInfo>
| Modifier and Type | Method and Description |
|---|---|
QuantumTaskQueueInfo.Builder |
message(String message)
Optional.
|
QuantumTaskQueueInfo.Builder |
position(String position)
Current position of the task in the quantum tasks queue.
|
QuantumTaskQueueInfo.Builder |
queue(QueueName queue)
The name of the queue.
|
QuantumTaskQueueInfo.Builder |
queue(String queue)
The name of the queue.
|
QuantumTaskQueueInfo.Builder |
queuePriority(QueuePriority queuePriority)
Optional.
|
QuantumTaskQueueInfo.Builder |
queuePriority(String queuePriority)
Optional.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQuantumTaskQueueInfo.Builder message(String message)
Optional. Provides more information about the queue position. For example, if the task is complete and no longer in the queue, the message field contains that information.
message - Optional. Provides more information about the queue position. For example, if the task is complete and
no longer in the queue, the message field contains that information.QuantumTaskQueueInfo.Builder position(String position)
Current position of the task in the quantum tasks queue.
position - Current position of the task in the quantum tasks queue.QuantumTaskQueueInfo.Builder queue(String queue)
The name of the queue.
QuantumTaskQueueInfo.Builder queue(QueueName queue)
The name of the queue.
QuantumTaskQueueInfo.Builder queuePriority(String queuePriority)
Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.
queuePriority - Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before
the tasks in a normal queue.QueuePriority,
QueuePriorityQuantumTaskQueueInfo.Builder queuePriority(QueuePriority queuePriority)
Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.
queuePriority - Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before
the tasks in a normal queue.QueuePriority,
QueuePriorityCopyright © 2023. All rights reserved.