PathSegment
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
API müşterisi tarafından API sunucusuna (ör. durum değişikliği) veya API sunucusu tarafından API müşterisine gönderilen (ör. gönderi yönlendirme) yolun bir bölümünü temsil eder.
| JSON gösterimi |
{
"sourceHub": string,
"destinationHub": string,
"line": string,
"lineRotation": string,
"vehicle": string
} |
| Alanlar |
sourceHub |
string
Zorunlu. Segmentin kaynağı.
|
destinationHub |
string
Zorunlu. Segmentin hedefi.
|
line |
string
Zorunlu. Bu segment için izlenen çizgi.
|
lineRotation |
string
Zorunlu. Bu segment için takip edilen rotasyon.
|
vehicle |
string
Zorunlu. Araç ve ardından bu segment.
|
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: 2024-09-12 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: 2024-09-12 UTC."],[],["This content defines a path segment, detailing its structure and fields. It utilizes a JSON format with five required string fields: `sourceHub`, `destinationHub`, `line`, `lineRotation`, and `vehicle`. These fields respectively identify the segment's origin, destination, the route being taken, the direction of travel on that route, and the specific vehicle in use. This segment is exchanged between the API server and its customer to indicate movements or changes.\n"]]