Show / Hide Table of Contents

Class SnapshotsResource.GetRequest

Retrieves the metadata for a given snapshot ID.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Snapshot>
GamesBaseServiceRequest<Snapshot>
SnapshotsResource.GetRequest
Implements
IClientServiceRequest<Snapshot>
IClientServiceRequest
Inherited Members
GamesBaseServiceRequest<Snapshot>.Alt
GamesBaseServiceRequest<Snapshot>.Fields
GamesBaseServiceRequest<Snapshot>.Key
GamesBaseServiceRequest<Snapshot>.OauthToken
GamesBaseServiceRequest<Snapshot>.PrettyPrint
GamesBaseServiceRequest<Snapshot>.QuotaUser
GamesBaseServiceRequest<Snapshot>.UserIp
ClientServiceRequest<Snapshot>.Execute()
ClientServiceRequest<Snapshot>.ExecuteAsStream()
ClientServiceRequest<Snapshot>.ExecuteAsync()
ClientServiceRequest<Snapshot>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Snapshot>.ExecuteAsStreamAsync()
ClientServiceRequest<Snapshot>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Snapshot>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Snapshot>.GenerateRequestUri()
ClientServiceRequest<Snapshot>.GetBody()
ClientServiceRequest<Snapshot>.GetDefaultETagAction(String)
ClientServiceRequest<Snapshot>.ETagAction
ClientServiceRequest<Snapshot>.ModifyRequest
ClientServiceRequest<Snapshot>.RequestParameters
ClientServiceRequest<Snapshot>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.Finalize()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class GetRequest : GamesBaseServiceRequest<Snapshot>, IClientServiceRequest<Snapshot>, IClientServiceRequest

Constructors

GetRequest(IClientService, String)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string snapshotId)
Parameters
Type Name Description
IClientService service
System.String snapshotId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Games.v1.Data.Snapshot>.HttpMethod

Language

The preferred language to use for strings returned by this method.

Declaration
public virtual string Language { get; set; }
Property Value
Type Description
System.String

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Games.v1.Data.Snapshot>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Games.v1.Data.Snapshot>.RestPath

SnapshotId

The ID of the snapshot.

Declaration
public virtual string SnapshotId { get; }
Property Value
Type Description
System.String

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Games.v1.GamesBaseServiceRequest<Google.Apis.Games.v1.Data.Snapshot>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top