TaskTypeLog
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Sıralamalar |
TASK_TYPE_LOG_UNSPECIFIED |
Varsayılan olarak, görev türü bilinmiyor. |
TASK_TYPE_LOG_PICKUP |
Teslim alma görevi, bir son müşteriden gönderi teslim almak için gerçekleştirilen işlemdir. Depo veya besleyici araç teslim alma işlemlerinde SCHEDULED_STOP türü kullanılmalıdır. |
TASK_TYPE_LOG_DELIVERY |
Teslimat görevi, bir gönderimi son müşteriye teslim etmek için gerçekleştirilen işlemdir. Depo veya besleyici araç bırakma değerleri SCHEDULED_STOP türünü kullanmalıdır. |
TASK_TYPE_LOG_SCHEDULED_STOP |
Planlanmış bir durdurma görevi planlama amacıyla kullanılır. Örneğin, besleyici araçlarında veya depolarında gönderilerin alınmasını ya da bırakılmasını temsil edebilir. Son müşteriden alınan veya son müşteriden bırakılan gönderiler için kullanılmamalıdır. |
UNAVAILABLE |
Aracın uygun olmadığını gösteren görev (ör. sürücü arızaları veya araçta yakıt doldurma). |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-08-31 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-08-31 UTC."],[[["\u003cp\u003eTask types are categorized into \u003ccode\u003eLOG_PICKUP\u003c/code\u003e, \u003ccode\u003eLOG_DELIVERY\u003c/code\u003e, \u003ccode\u003eLOG_SCHEDULED_STOP\u003c/code\u003e, and \u003ccode\u003eUNAVAILABLE\u003c/code\u003e to represent various actions in shipment handling.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLOG_PICKUP\u003c/code\u003e and \u003ccode\u003eLOG_DELIVERY\u003c/code\u003e specifically denote interactions with end customers, while \u003ccode\u003eLOG_SCHEDULED_STOP\u003c/code\u003e handles depot or feeder vehicle operations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUNAVAILABLE\u003c/code\u003e task type is used to represent periods of driver or vehicle unavailability, like breaks or refueling.\u003c/p\u003e\n"]]],[],null,["# TaskTypeLog\n\nThe task type.\n\n| Enums ||\n|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `TASK_TYPE_LOG_UNSPECIFIED` | Default, the task type is not known. |\n| `TASK_TYPE_LOG_PICKUP` | A pickup task is the action taken for picking up a shipment from an end customer. Depot or feeder vehicle pickups should use the `SCHEDULED_STOP` type. |\n| `TASK_TYPE_LOG_DELIVERY` | A delivery task is the action taken for delivering a shipment to an end customer. Depot or feeder vehicle dropoffs should use the `SCHEDULED_STOP` type. |\n| `TASK_TYPE_LOG_SCHEDULED_STOP` | A scheduled stop task is used for planning purposes. For example, it may represent picking up or dropping off shipments at feeder vehicles or depots. It should not be used for any shipments that are picked up or dropped off from an end customer. |\n| `UNAVAILABLE` | A task that indicates unavailability (e.g. driver breaks or vehicle refueling). |"]]