Show / Hide Table of Contents

Class LeaderboardConfigurationsResource.InsertRequest

Insert a new leaderboard configuration in this application.

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

Constructors

InsertRequest(IClientService, LeaderboardConfiguration, string)

Constructs a new Insert request.

Declaration
public InsertRequest(IClientService service, LeaderboardConfiguration body, string applicationId)
Parameters
Type Name Description
IClientService service
LeaderboardConfiguration body
string applicationId

Properties

ApplicationId

The application ID from the Google Play developer console.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Insert parameter list.

Declaration
protected override void InitParameters()
Overrides
GamesConfigurationBaseServiceRequest<LeaderboardConfiguration>.InitParameters()

Implements

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