REST Resource: snapshots
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
منبع: اسنپ شات
نمایندگی JSON |
---|
{
"id": string,
"driveId": string,
"kind": string,
"type": enum (SnapshotType ),
"title": string,
"description": string,
"lastModifiedMillis": string,
"durationMillis": string,
"coverImage": {
object (SnapshotImage )
},
"uniqueName": string,
"progressValue": string
} |
فیلدها |
---|
id | string شناسه عکس فوری |
driveId | string شناسه فایل زیر این عکس فوری در Drive API. فقط در صورتی ارائه میشود که عکس فوری یک نمای فایل Drive باشد و فایل متعلق به تماسگیرنده باشد. |
kind | string منحصر به فرد نوع این منبع را شناسایی می کند. ارزش همیشه games#snapshot . |
type | enum ( SnapshotType ) نوع این عکس فوری |
title | string عنوان این عکس فوری |
description | string توضیحات این عکس فوری |
lastModifiedMillis | string ( int64 format) مهر زمانی (به میلیلیتر از دوره یونیکس) آخرین تغییر در این عکس فوری. |
durationMillis | string ( int64 format) مدت زمان مرتبط با این عکس فوری، برحسب میلیمتر. |
coverImage | object ( SnapshotImage ) تصویر جلد این عکس فوری در صورت عدم وجود تصویر ممکن است وجود نداشته باشد. |
uniqueName | string نام منحصر به فردی که هنگام ایجاد عکس فوری ارائه شد. |
progressValue | string ( int64 format) مقدار پیشرفت (عدد صحیح 64 بیتی تنظیم شده توسط توسعه دهنده) مرتبط با این عکس فوری. |
Snapshot Type
انواع اسنپ شات پشتیبانی شده را تعریف کنید.
Enums |
---|
SAVE_GAME | یک عکس فوری که نشان دهنده یک بازی ذخیره است. |
عکس لحظه ای
نمایندگی JSON |
---|
{
"width": integer,
"height": integer,
"mime_type": string,
"url": string,
"kind": string
} |
فیلدها |
---|
width | integer عرض تصویر. |
height | integer ارتفاع تصویر. |
mime_type | string نوع MIME تصویر. |
url | string URL تصویر. این URL ممکن است در هر زمانی باطل شود و نباید در حافظه پنهان ذخیره شود. |
kind | string منحصر به فرد نوع این منبع را شناسایی می کند. ارزش همیشه games#snapshotImage . |
روش ها |
---|
| فراداده یک شناسه عکس فوری معین را بازیابی می کند. |
| فهرستی از عکس های فوری ایجاد شده توسط برنامه شما برای پخش کننده مربوط به شناسه پخش کننده را بازیابی می کند. |
محتوا و نمونه کدها در این صفحه مشمول پروانههای توصیفشده در پروانه محتوا هستند. جاوا و OpenJDK علامتهای تجاری یا علامتهای تجاری ثبتشده Oracle و/یا وابستههای آن هستند.
تاریخ آخرین بهروزرسانی 2025-07-29 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-29 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# REST Resource: snapshots\n\n- [Resource: Snapshot](#Snapshot)\n - [JSON representation](#Snapshot.SCHEMA_REPRESENTATION)\n- [SnapshotType](#SnapshotType)\n- [SnapshotImage](#SnapshotImage)\n - [JSON representation](#SnapshotImage.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Snapshot\n------------------\n\nAn snapshot object.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"driveId\": string, \"kind\": string, \"type\": enum (/games/services/web/api/rest/v1/snapshots#SnapshotType), \"title\": string, \"description\": string, \"lastModifiedMillis\": string, \"durationMillis\": string, \"coverImage\": { object (/games/services/web/api/rest/v1/snapshots#SnapshotImage) }, \"uniqueName\": string, \"progressValue\": string } ``` |\n\n| Fields ||\n|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` The ID of the snapshot. |\n| `driveId` | `string` The ID of the file underlying this snapshot in the Drive API. Only present if the snapshot is a view on a Drive file and the file is owned by the caller. |\n| `kind` | `string` Uniquely identifies the type of this resource. Value is always the fixed string `games#snapshot`. |\n| `type` | `enum (`[SnapshotType](/games/services/web/api/rest/v1/snapshots#SnapshotType)`)` The type of this snapshot. |\n| `title` | `string` The title of this snapshot. |\n| `description` | `string` The description of this snapshot. |\n| `lastModifiedMillis` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The timestamp (in millis since Unix epoch) of the last modification to this snapshot. |\n| `durationMillis` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The duration associated with this snapshot, in millis. |\n| `coverImage` | `object (`[SnapshotImage](/games/services/web/api/rest/v1/snapshots#SnapshotImage)`)` The cover image of this snapshot. May be absent if there is no image. |\n| `uniqueName` | `string` The unique name provided when the snapshot was created. |\n| `progressValue` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The progress value (64-bit integer set by developer) associated with this snapshot. |\n\nSnapshotType\n------------\n\nDefine supported snapshot types.\n\n| Enums ||\n|-------------|--------------------------------------|\n| `SAVE_GAME` | A snapshot representing a save game. |\n\nSnapshotImage\n-------------\n\nAn image of a snapshot.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------|\n| ``` { \"width\": integer, \"height\": integer, \"mime_type\": string, \"url\": string, \"kind\": string } ``` |\n\n| Fields ||\n|-------------|-----------------------------------------------------------------------------------------------------------------|\n| `width` | `integer` The width of the image. |\n| `height` | `integer` The height of the image. |\n| `mime_type` | `string` The MIME type of the image. |\n| `url` | `string` The URL of the image. This URL may be invalidated at any time and should not be cached. |\n| `kind` | `string` Uniquely identifies the type of this resource. Value is always the fixed string `games#snapshotImage`. |\n\n| Methods ------- ||\n|------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|\n| ### [get](/games/services/web/api/rest/v1/snapshots/get) | Retrieves the metadata for a given snapshot ID. |\n| ### [list](/games/services/web/api/rest/v1/snapshots/list) | Retrieves a list of snapshots created by your application for the player corresponding to the player ID. |"]]