Show / Hide Table of Contents

Class ScoresResource.SubmitMultipleRequest

Submits multiple scores to leaderboards.

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

Constructors

SubmitMultipleRequest(IClientService, PlayerScoreSubmissionList)

Constructs a new SubmitMultiple request.

Declaration
public SubmitMultipleRequest(IClientService service, PlayerScoreSubmissionList body)
Parameters
Type Name Description
IClientService service
PlayerScoreSubmissionList body

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Games.v1.Data.PlayerScoreListResponse>.GetBody()

InitParameters()

Initializes SubmitMultiple parameter list.

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

Implements

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