REST Resource: edits.countryavailability
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: TrackCountryAvailability
트랙별 이용 가능 국가 정보에 관한 리소스입니다.
JSON 표현 |
{
"syncWithProduction": boolean,
"countries": [
{
object (TrackTargetedCountry )
}
],
"restOfWorld": boolean
} |
필드 |
syncWithProduction |
boolean
이 트랙의 이용 가능 여부가 기본 프로덕션 트랙과 동기화되었는지 여부입니다. 제공 국가와 프로덕션 동기화에 관한 자세한 내용은 https://support.google.com/googleplay/android-developer/answer/7550024 페이지를 참조하세요. true인 경우 반환되는 'countries'는 및 'restOfWorld' 필드에는 기본 프로덕션 트랙의 값이 반영됩니다.
|
countries[] |
object (TrackTargetedCountry )
이 트랙의 아티팩트를 사용할 수 있는 하나 이상의 국가 목록입니다. 이 목록에는 트랙에서 타겟팅하는 모든 국가가 포함되며 해당 국가에서 특정 이동통신사만 타겟팅되는 경우에도 마찬가지입니다.
|
restOfWorld |
boolean
이 트랙의 아티팩트를 '기타 국가'에서 사용할 수 있는지 여부 국가.
|
TrackTargetedCountry
트랙의 콘텐츠를 사용할 수 있는 단일 국가를 나타냅니다.
JSON 표현 |
{
"countryCode": string
} |
필드 |
countryCode |
string
타겟팅할 국가이며 두 글자로 된 CLDR 코드입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 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. |"]]