REST Resource: edits.countryavailability
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: TrackCountryAvailability
Nguồn tham khảo thông tin về phạm vi cung cấp theo quốc gia theo từng kênh.
Biểu diễn dưới dạng JSON |
{
"syncWithProduction": boolean,
"countries": [
{
object (TrackTargetedCountry )
}
],
"restOfWorld": boolean
} |
Trường |
syncWithProduction |
boolean
Liệu tình trạng cung cấp của bản nhạc này có được đồng bộ hoá với kênh phát hành công khai mặc định hay không. Hãy xem https://support.google.com/googleplay/android-developer/answer/7550024 để biết thêm thông tin về việc đồng bộ hoá phạm vi cung cấp theo quốc gia với kênh phát hành công khai. Lưu ý rằng nếu điều này đúng, các "countries" được trả về và "restOfWorld" các trường sẽ phản ánh các giá trị cho kênh phát hành công khai mặc định.
|
countries[] |
object (TrackTargetedCountry )
Danh sách một hoặc nhiều quốc gia nơi các cấu phần phần mềm trong kênh này được cung cấp. Danh sách này bao gồm tất cả các quốc gia mà kênh này nhắm đến, ngay cả khi chỉ một số nhà mạng cụ thể được nhắm đến ở quốc gia đó.
|
restOfWorld |
boolean
Liệu các cấu phần phần mềm trong kênh này có được cung cấp cho "các quốc gia khác" hay không quốc gia.
|
TrackTargetedCountry
Đại diện của một quốc gia duy nhất có cung cấp nội dung của một bản nhạc.
Biểu diễn dưới dạng JSON |
{
"countryCode": string
} |
Trường |
countryCode |
string
Quốc gia cần nhắm mục tiêu, dưới dạng mã CLDR gồm hai chữ cái.
|
Phương thức |
|
Xem phạm vi cung cấp theo quốc gia. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eTrackCountryAvailability resource provides per-track country availability information, including sync status with production, targeted countries, and "rest of world" availability.\u003c/p\u003e\n"],["\u003cp\u003eTrackTargetedCountry represents a single country targeted by a track using a two-letter CLDR country code.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the \u003ccode\u003eget\u003c/code\u003e method to retrieve country availability information for their app tracks.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: edits.countryavailability\n\n- [Resource: TrackCountryAvailability](#TrackCountryAvailability)\n - [JSON representation](#TrackCountryAvailability.SCHEMA_REPRESENTATION)\n- [TrackTargetedCountry](#TrackTargetedCountry)\n - [JSON representation](#TrackTargetedCountry.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: TrackCountryAvailability\n----------------------------------\n\nResource for per-track country availability information.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"syncWithProduction\": boolean, \"countries\": [ { object (/android-publisher/api-ref/rest/v3/edits.countryavailability#TrackTargetedCountry) } ], \"restOfWorld\": boolean } ``` |\n\n| Fields ||\n|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `syncWithProduction` | `boolean` Whether this track's availability is synced with the default production track. See \u003chttps://support.google.com/googleplay/android-developer/answer/7550024\u003e for more information on syncing country availability with production. Note that if this is true, the returned \"countries\" and \"restOfWorld\" fields will reflect the values for the default production track. |\n| `countries[]` | `object (`[TrackTargetedCountry](/android-publisher/api-ref/rest/v3/edits.countryavailability#TrackTargetedCountry)`)` A list of one or more countries where artifacts in this track are available. This list includes all countries that are targeted by the track, even if only specific carriers are targeted in that country. |\n| `restOfWorld` | `boolean` Whether artifacts in this track are available to \"rest of the world\" countries. |\n\nTrackTargetedCountry\n--------------------\n\nRepresentation of a single country where the contents of a track are available.\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"countryCode\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------|\n| `countryCode` | `string` The country to target, as a two-letter CLDR code. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------|----------------------------|\n| ### [get](/android-publisher/api-ref/rest/v3/edits.countryavailability/get) | Gets country availability. |"]]