Show / Hide Table of Contents

Class PlayerGameEventsResource.BatchRecordEventsRequest

Records a batch of player game events for a specific player. This method allows sending multiple events in a single request.

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

Constructors

BatchRecordEventsRequest(IClientService, BatchRecordEventsRequest, string)

Constructs a new BatchRecordEvents request.

Declaration
public BatchRecordEventsRequest(IClientService service, BatchRecordEventsRequest body, string playerId)
Parameters
Type Name Description
IClientService service
BatchRecordEventsRequest body
string playerId

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PlayerId

Required. The player ID of the player that performed the events.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<BatchRecordEventsResponse>.GetBody()

InitParameters()

Initializes BatchRecordEvents parameter list.

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

Implements

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