Show / Hide Table of Contents

Class SnapshotsResource

The "snapshots" collection of methods.

Inheritance
object
SnapshotsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 me may be used in place of the authenticated player's ID.

Returns
Type Description
SnapshotsResource.ListRequest
In This Article
Back to top Generated by DocFX