Show / Hide Table of Contents

Class SnapshotsResource.GetRequest

Retrieves the metadata for a given snapshot ID.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Snapshot>
GamesBaseServiceRequest<Snapshot>
SnapshotsResource.GetRequest
Implements
IClientServiceRequest<Snapshot>
IClientServiceRequest
Inherited Members
GamesBaseServiceRequest<Snapshot>.Xgafv
GamesBaseServiceRequest<Snapshot>.AccessToken
GamesBaseServiceRequest<Snapshot>.Alt
GamesBaseServiceRequest<Snapshot>.Callback
GamesBaseServiceRequest<Snapshot>.Fields
GamesBaseServiceRequest<Snapshot>.Key
GamesBaseServiceRequest<Snapshot>.OauthToken
GamesBaseServiceRequest<Snapshot>.PrettyPrint
GamesBaseServiceRequest<Snapshot>.QuotaUser
GamesBaseServiceRequest<Snapshot>.UploadType
GamesBaseServiceRequest<Snapshot>.UploadProtocol
ClientServiceRequest<Snapshot>.Execute()
ClientServiceRequest<Snapshot>.ExecuteAsStream()
ClientServiceRequest<Snapshot>.ExecuteAsync()
ClientServiceRequest<Snapshot>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Snapshot>.ExecuteAsStreamAsync()
ClientServiceRequest<Snapshot>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Snapshot>.CreateRequest(bool?)
ClientServiceRequest<Snapshot>.GenerateRequestUri()
ClientServiceRequest<Snapshot>.GetBody()
ClientServiceRequest<Snapshot>.GetDefaultETagAction(string)
ClientServiceRequest<Snapshot>.ETagAction
ClientServiceRequest<Snapshot>.ModifyRequest
ClientServiceRequest<Snapshot>.ValidateParameters
ClientServiceRequest<Snapshot>.RequestParameters
ClientServiceRequest<Snapshot>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.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
string snapshotId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
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
[RequestParameter("language", RequestParameterType.Query)]
public virtual string Language { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
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
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Games.v1.Data.Snapshot>.RestPath

SnapshotId

The ID of the snapshot.

Declaration
[RequestParameter("snapshotId", RequestParameterType.Path)]
public virtual string SnapshotId { get; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
GamesBaseServiceRequest<Snapshot>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX