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
타겟팅할 국가입니다. 2개 문자로 된 CLDR 코드로 표현됩니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]