Show / Hide Table of Contents

Class ScoresResource.ResetAllRequest

Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<PlayerScoreResetAllResponse>
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>
ScoresResource.ResetAllRequest
Implements
IClientServiceRequest<PlayerScoreResetAllResponse>
IClientServiceRequest
Inherited Members
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>.Xgafv
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>.AccessToken
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>.Alt
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>.Callback
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>.Fields
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>.Key
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>.OauthToken
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>.PrettyPrint
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>.QuotaUser
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>.UploadType
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>.UploadProtocol
ClientServiceRequest<PlayerScoreResetAllResponse>.Execute()
ClientServiceRequest<PlayerScoreResetAllResponse>.ExecuteAsStream()
ClientServiceRequest<PlayerScoreResetAllResponse>.ExecuteAsync()
ClientServiceRequest<PlayerScoreResetAllResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<PlayerScoreResetAllResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<PlayerScoreResetAllResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<PlayerScoreResetAllResponse>.CreateRequest(bool?)
ClientServiceRequest<PlayerScoreResetAllResponse>.GenerateRequestUri()
ClientServiceRequest<PlayerScoreResetAllResponse>.GetBody()
ClientServiceRequest<PlayerScoreResetAllResponse>.GetDefaultETagAction(string)
ClientServiceRequest<PlayerScoreResetAllResponse>.ETagAction
ClientServiceRequest<PlayerScoreResetAllResponse>.ModifyRequest
ClientServiceRequest<PlayerScoreResetAllResponse>.ValidateParameters
ClientServiceRequest<PlayerScoreResetAllResponse>.ApiVersion
ClientServiceRequest<PlayerScoreResetAllResponse>.RequestParameters
ClientServiceRequest<PlayerScoreResetAllResponse>.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.GamesManagement.v1management
Assembly: Google.Apis.GamesManagement.v1management.dll
Syntax
public class ScoresResource.ResetAllRequest : GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>, IClientServiceRequest<PlayerScoreResetAllResponse>, IClientServiceRequest

Constructors

ResetAllRequest(IClientService)

Constructs a new ResetAll request.

Declaration
public ResetAllRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<PlayerScoreResetAllResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<PlayerScoreResetAllResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<PlayerScoreResetAllResponse>.RestPath

Methods

InitParameters()

Initializes ResetAll parameter list.

Declaration
protected override void InitParameters()
Overrides
GamesManagementBaseServiceRequest<PlayerScoreResetAllResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX