Show / Hide Table of Contents

Class LeaderboardsResource.GetRequest

Retrieves the metadata of the leaderboard with the given ID.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Leaderboard>
GamesBaseServiceRequest<Leaderboard>
LeaderboardsResource.GetRequest
Implements
IClientServiceRequest<Leaderboard>
IClientServiceRequest
Inherited Members
GamesBaseServiceRequest<Leaderboard>.Alt
GamesBaseServiceRequest<Leaderboard>.Fields
GamesBaseServiceRequest<Leaderboard>.Key
GamesBaseServiceRequest<Leaderboard>.OauthToken
GamesBaseServiceRequest<Leaderboard>.PrettyPrint
GamesBaseServiceRequest<Leaderboard>.QuotaUser
GamesBaseServiceRequest<Leaderboard>.UserIp
ClientServiceRequest<Leaderboard>.Execute()
ClientServiceRequest<Leaderboard>.ExecuteAsStream()
ClientServiceRequest<Leaderboard>.ExecuteAsync()
ClientServiceRequest<Leaderboard>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Leaderboard>.ExecuteAsStreamAsync()
ClientServiceRequest<Leaderboard>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Leaderboard>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Leaderboard>.GenerateRequestUri()
ClientServiceRequest<Leaderboard>.GetBody()
ClientServiceRequest<Leaderboard>.GetDefaultETagAction(String)
ClientServiceRequest<Leaderboard>.ETagAction
ClientServiceRequest<Leaderboard>.ModifyRequest
ClientServiceRequest<Leaderboard>.RequestParameters
ClientServiceRequest<Leaderboard>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.Finalize()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class GetRequest : GamesBaseServiceRequest<Leaderboard>, IClientServiceRequest<Leaderboard>, IClientServiceRequest

Constructors

GetRequest(IClientService, String)

Constructs a new Get request.

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

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Games.v1.Data.Leaderboard>.HttpMethod

Language

The preferred language to use for strings returned by this method.

Declaration
public virtual string Language { get; set; }
Property Value
Type Description
System.String

LeaderboardId

The ID of the leaderboard.

Declaration
public virtual string LeaderboardId { get; }
Property Value
Type Description
System.String

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Games.v1.Data.Leaderboard>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Games.v1.Data.Leaderboard>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Games.v1.GamesBaseServiceRequest<Google.Apis.Games.v1.Data.Leaderboard>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top