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 دو حرفی. |
روش ها |
---|
| در دسترس بودن کشور را دریافت می کند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی."],[[["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"]]