REST Resource: edits.countryavailability
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: TrackCountryAvailability
हर ट्रैक के लिए देश की उपलब्धता की जानकारी के लिए संसाधन.
JSON के काेड में दिखाना |
{
"syncWithProduction": boolean,
"countries": [
{
object (TrackTargetedCountry )
}
],
"restOfWorld": boolean
} |
फ़ील्ड |
syncWithProduction |
boolean
इस ट्रैक की उपलब्धता को डिफ़ॉल्ट प्रोडक्शन ट्रैक के साथ सिंक किया जाता है या नहीं. प्रोडक्शन ट्रैक की उपलब्धता को सिंक करने के बारे में ज़्यादा जानने के लिए, https://support.google.com/googleplay/android-developer/answer/7550024 पर जाएं. ध्यान दें कि अगर यह सही है, तो "देश" वापस लौटाए जाते हैं और "restOfWorld" फ़ील्ड में डिफ़ॉल्ट प्रोडक्शन ट्रैक की वैल्यू दिखेंगी.
|
countries[] |
object (TrackTargetedCountry )
ऐसे एक या ज़्यादा देशों की सूची जहां इस ट्रैक में मौजूद आर्टफ़ैक्ट उपलब्ध हैं. इस सूची में वे सभी देश शामिल होते हैं जिन्हें ट्रैक ने टारगेट किया है. भले ही, उस देश में सिर्फ़ खास कैरियर को टारगेट किया गया हो.
|
restOfWorld |
boolean
क्या इस ट्रैक में मौजूद आर्टफ़ैक्ट, "दुनिया के बाकी देशों" के लिए उपलब्ध हैं देशों.
|
TrackTargetedCountry
एक ऐसे देश को दिखाना जहां ट्रैक का कॉन्टेंट उपलब्ध हो.
JSON के काेड में दिखाना |
{
"countryCode": string
} |
फ़ील्ड |
countryCode |
string
टारगेट किया जाने वाला देश, दो अक्षरों वाले CLDR कोड के तौर पर.
|
तरीके |
|
देश की उपलब्धता के बारे में जानकारी देता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-05-21 (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-05-21 (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"]]