Method: applications.deviceTierConfigs.get
הפונקציה מחזירה הגדרה ספציפית של רמת מכשיר.
בקשת HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/deviceTierConfigs/{deviceTierConfigId}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
packageName |
string
שם החבילה של האפליקציה.
|
deviceTierConfigId |
string (int64 format)
חובה. המזהה של הגדרה קיימת של קבוצת מכשירים.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של DeviceTierConfig
.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/androidpublisher
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-17 (שעון UTC).
[null,null,["עדכון אחרון: 2024-12-17 (שעון UTC)."],[[["Retrieves a specific device tier configuration for an Android app."],["Requires the package name and device tier config ID as path parameters."],["An empty request body is necessary, and the response returns a `DeviceTierConfig` object if successful."],["Authorization is required using the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["The core content describes retrieving a specific device tier configuration using a `GET` request. The URL structure includes `packageName` and `deviceTierConfigId` as path parameters. The request body must be empty. A successful response will contain a `DeviceTierConfig` instance. The necessary authorization scope for this action is `https://www.googleapis.com/auth/androidpublisher`. The provided `try it` button, enables user to test the request. The provided url follow [gRPC Transcoding](https://google.aip.dev/127) syntax.\n"]]