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 )
このトラックのアーティファクトが利用できる 1 つ以上の国のリスト。 このリストには、トラックが対象とするすべての国が含まれます。特定の携帯通信会社のみが対象となっている国も含みます。
|
restOfWorld |
boolean
このトラックのアーティファクトが「rest of the world」の国で利用できるかどうか。
|
TrackTargetedCountry
トラックのコンテンツが利用できる 1 つの国を表します。
JSON 表現 |
{
"countryCode": string
} |
フィールド |
countryCode |
string
2 文字の CLDR コードで表される対象国。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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"]]