REST Resource: edits.countryavailability
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แหล่งข้อมูล: TrackCountryAvailability
แหล่งข้อมูลสำหรับข้อมูลความพร้อมให้บริการในแต่ละประเทศของแทร็ก
การแสดง JSON |
{
"syncWithProduction": boolean,
"countries": [
{
object (TrackTargetedCountry )
}
],
"restOfWorld": boolean
} |
ช่อง |
syncWithProduction |
boolean
ความพร้อมให้บริการของแทร็กนี้ซิงค์กับแทร็กเวอร์ชันที่ใช้งานจริงเริ่มต้นหรือไม่ ดูข้อมูลเพิ่มเติมเกี่ยวกับการซิงค์ความพร้อมให้บริการในประเทศกับเวอร์ชันที่ใช้งานจริงได้ที่ https://support.google.com/googleplay/android-developer/answer/7550024 โปรดทราบว่าหากเป็นเช่นนั้น ช่อง "countries" และ "restOfWorld" ที่แสดงผลจะแสดงค่าสำหรับแทร็กเวอร์ชันที่ใช้งานจริงเริ่มต้น
|
countries[] |
object (TrackTargetedCountry )
รายชื่อประเทศอย่างน้อย 1 ประเทศที่มีอาร์ติแฟกต์ในแทร็กนี้ รายการนี้รวมทุกประเทศที่แทร็กกำหนดเป้าหมายไว้ แม้ว่าจะกำหนดเป้าหมายเฉพาะผู้ให้บริการบางรายในประเทศนั้นก็ตาม
|
restOfWorld |
boolean
อาร์ติแฟกต์ในแทร็กนี้พร้อมให้บริการในประเทศ "อื่นๆ ทั่วโลก" หรือไม่
|
TrackTargetedCountry
การนำเสนอประเทศเดียวที่มีเนื้อหาของแทร็กให้บริการ
การแสดง JSON |
{
"countryCode": string
} |
ช่อง |
countryCode |
string
ประเทศที่จะกําหนดเป้าหมายเป็นรหัส CLDR 2 ตัวอักษร
|
เมธอด |
|
รับข้อมูลประเทศที่พร้อมให้บริการ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-17 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-12-17 UTC"],[[["TrackCountryAvailability resource provides per-track country availability information, including sync status with production, targeted countries, and \"rest of world\" availability."],["TrackTargetedCountry represents a single country targeted by a track using a two-letter CLDR country code."],["Developers can use the `get` method to retrieve country availability information for their app tracks."]]],["The resource `TrackCountryAvailability` details per-track country availability, with information on whether availability is synced with the production track (`syncWithProduction`). It lists targeted countries (`countries`), each represented by a two-letter CLDR code via `TrackTargetedCountry`, and indicates if the track is available to the \"rest of the world\" (`restOfWorld`). The `get` method retrieves country availability information. Each of these items is represented by its `JSON` structure.\n"]]