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 )
רשימה של מדינה אחת או יותר שבהן הארטיפקטים שבטראק הזה זמינים. הרשימה הזו כוללת את כל המדינות שמטורגטות על ידי הטראק, גם אם רק ספקים ספציפיים מטרגטים במדינה הזו.
|
restOfWorld |
boolean
האם הארטיפקטים בקהל היעד המצומצם הזה זמינים במדינות 'שאר העולם'.
|
TrackTargetedCountry
ייצוג של מדינה אחת שבה התוכן של טראק זמין.
ייצוג ב-JSON |
{
"countryCode": string
} |
שדות |
countryCode |
string
המדינה שאליה רוצים לטרגט, כקוד CLDR בן שתי אותיות.
|
Methods |
|
הפונקציה מקבלת את הזמינות במדינה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]