Show / Hide Table of Contents

Class LeaderboardConfigurationsResource.GetRequest

Retrieves the metadata of the leaderboard configuration with the given ID.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<LeaderboardConfiguration>
GamesConfigurationBaseServiceRequest<LeaderboardConfiguration>
LeaderboardConfigurationsResource.GetRequest
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>.GetBody()
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.GetRequest : GamesConfigurationBaseServiceRequest<LeaderboardConfiguration>, IClientServiceRequest<LeaderboardConfiguration>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string leaderboardId)
Parameters
Type Name Description
IClientService service
string leaderboardId

Properties

HttpMethod

Gets the HTTP method.

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

LeaderboardId

The ID of the leaderboard.

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

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

InitParameters()

Initializes Get parameter list.

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

Implements

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