REST Resource: snapshots
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Recurso: Instantánea
Un objeto de instantánea.
Representación 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
} |
Campos |
id |
string
Es el ID de la instantánea.
|
driveId |
string
El ID del archivo subyacente a esta instantánea en la API de Drive. Solo está presente si la instantánea es una vista en un archivo de Drive y el llamador es el propietario del archivo.
|
kind |
string
Identifica de forma única el tipo de este recurso. El valor siempre es la cadena fija games#snapshot .
|
type |
enum (SnapshotType )
Es el tipo de esta instantánea.
|
title |
string
Es el título de esta instantánea.
|
description |
string
Es la descripción de esta instantánea.
|
lastModifiedMillis |
string (int64 format)
Es la marca de tiempo (en milisegundos desde la época de Unix) de la última modificación de esta instantánea.
|
durationMillis |
string (int64 format)
Es la duración asociada con este resumen, en milisegundos.
|
coverImage |
object (SnapshotImage )
La imagen de portada de esta instantánea. Puede no estar presente si no hay una imagen.
|
uniqueName |
string
Es el nombre único que se proporcionó cuando se creó la instantánea.
|
progressValue |
string (int64 format)
Es el valor de progreso (número entero de 64 bits establecido por el desarrollador) asociado con esta instantánea.
|
SnapshotType
Define los tipos de instantáneas admitidos.
Enums |
SAVE_GAME |
Es una instantánea que representa un juego guardado. |
SnapshotImage
Es una imagen de una instantánea.
Representación JSON |
{
"width": integer,
"height": integer,
"mime_type": string,
"url": string,
"kind": string
} |
Campos |
width |
integer
Es el ancho de la imagen.
|
height |
integer
Es la altura de la imagen.
|
mime_type |
string
Es el tipo de MIME de la imagen.
|
url |
string
Es la URL de la imagen. Esta URL puede invalidarse en cualquier momento y no debe almacenarse en caché.
|
kind |
string
Identifica de forma única el tipo de este recurso. El valor siempre es la cadena fija games#snapshotImage .
|
Métodos |
|
Recupera los metadatos de un ID de instantánea determinado. |
|
Recupera una lista de instantáneas que creó tu aplicación para el jugador correspondiente al ID de jugador. |
El contenido y las muestras de código que aparecen en esta página están sujetas a las licencias que se describen en la Licencia de Contenido. Java y OpenJDK son marcas registradas de Oracle o sus afiliados.
Última actualización: 2025-07-27 (UTC)
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-07-27 (UTC)"],[],[],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. |"]]