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)
[[["이해하기 쉬움","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"]],["최종 업데이트: 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,[]]