Class SnapshotsResource
The "snapshots" collection of methods.
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class SnapshotsResource
Constructors
SnapshotsResource(IClientService)
Constructs a new resource.
Declaration
public SnapshotsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Retrieves the metadata for a given snapshot ID.
Declaration
public virtual SnapshotsResource.GetRequest Get(string snapshotId)
Parameters
Type | Name | Description |
---|---|---|
string | snapshotId | The ID of the snapshot. |
Returns
Type | Description |
---|---|
SnapshotsResource.GetRequest |
List(string)
Retrieves a list of snapshots created by your application for the player corresponding to the player ID.
Declaration
public virtual SnapshotsResource.ListRequest List(string playerId)
Parameters
Type | Name | Description |
---|---|---|
string | playerId | A player ID. A value of |
Returns
Type | Description |
---|---|
SnapshotsResource.ListRequest |