Show / Hide Table of Contents

Class AchievementsResource.UnlockRequest

Unlocks this achievement for the currently authenticated player.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<AchievementUnlockResponse>
GamesBaseServiceRequest<AchievementUnlockResponse>
AchievementsResource.UnlockRequest
Implements
IClientServiceRequest<AchievementUnlockResponse>
IClientServiceRequest
Inherited Members
GamesBaseServiceRequest<AchievementUnlockResponse>.Xgafv
GamesBaseServiceRequest<AchievementUnlockResponse>.AccessToken
GamesBaseServiceRequest<AchievementUnlockResponse>.Alt
GamesBaseServiceRequest<AchievementUnlockResponse>.Callback
GamesBaseServiceRequest<AchievementUnlockResponse>.Fields
GamesBaseServiceRequest<AchievementUnlockResponse>.Key
GamesBaseServiceRequest<AchievementUnlockResponse>.OauthToken
GamesBaseServiceRequest<AchievementUnlockResponse>.PrettyPrint
GamesBaseServiceRequest<AchievementUnlockResponse>.QuotaUser
GamesBaseServiceRequest<AchievementUnlockResponse>.UploadType
GamesBaseServiceRequest<AchievementUnlockResponse>.UploadProtocol
ClientServiceRequest<AchievementUnlockResponse>.Execute()
ClientServiceRequest<AchievementUnlockResponse>.ExecuteAsStream()
ClientServiceRequest<AchievementUnlockResponse>.ExecuteAsync()
ClientServiceRequest<AchievementUnlockResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AchievementUnlockResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<AchievementUnlockResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AchievementUnlockResponse>.CreateRequest(bool?)
ClientServiceRequest<AchievementUnlockResponse>.GenerateRequestUri()
ClientServiceRequest<AchievementUnlockResponse>.GetBody()
ClientServiceRequest<AchievementUnlockResponse>.GetDefaultETagAction(string)
ClientServiceRequest<AchievementUnlockResponse>.ETagAction
ClientServiceRequest<AchievementUnlockResponse>.ModifyRequest
ClientServiceRequest<AchievementUnlockResponse>.ValidateParameters
ClientServiceRequest<AchievementUnlockResponse>.RequestParameters
ClientServiceRequest<AchievementUnlockResponse>.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 AchievementsResource.UnlockRequest : GamesBaseServiceRequest<AchievementUnlockResponse>, IClientServiceRequest<AchievementUnlockResponse>, IClientServiceRequest

Constructors

UnlockRequest(IClientService, string)

Constructs a new Unlock request.

Declaration
public UnlockRequest(IClientService service, string achievementId)
Parameters
Type Name Description
IClientService service
string achievementId

Properties

AchievementId

The ID of the achievement used by this method.

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

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.AchievementUnlockResponse>.HttpMethod

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.AchievementUnlockResponse>.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.AchievementUnlockResponse>.RestPath

Methods

InitParameters()

Initializes Unlock parameter list.

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

Implements

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