Class LeaderboardConfigurationsResource
The "leaderboardConfigurations" collection of methods.
Inherited Members
Namespace: Google.Apis.GamesConfiguration.v1configuration
Assembly: Google.Apis.GamesConfiguration.v1configuration.dll
Syntax
public class LeaderboardConfigurationsResource
Constructors
LeaderboardConfigurationsResource(IClientService)
Constructs a new resource.
Declaration
public LeaderboardConfigurationsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Delete(string)
Delete the leaderboard configuration with the given ID.
Declaration
public virtual LeaderboardConfigurationsResource.DeleteRequest Delete(string leaderboardId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | leaderboardId | The ID of the leaderboard. |
Returns
| Type | Description |
|---|---|
| LeaderboardConfigurationsResource.DeleteRequest |
Get(string)
Retrieves the metadata of the leaderboard configuration with the given ID.
Declaration
public virtual LeaderboardConfigurationsResource.GetRequest Get(string leaderboardId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | leaderboardId | The ID of the leaderboard. |
Returns
| Type | Description |
|---|---|
| LeaderboardConfigurationsResource.GetRequest |
Insert(LeaderboardConfiguration, string)
Insert a new leaderboard configuration in this application.
Declaration
public virtual LeaderboardConfigurationsResource.InsertRequest Insert(LeaderboardConfiguration body, string applicationId)
Parameters
| Type | Name | Description |
|---|---|---|
| LeaderboardConfiguration | body | The body of the request. |
| string | applicationId | The application ID from the Google Play developer console. |
Returns
| Type | Description |
|---|---|
| LeaderboardConfigurationsResource.InsertRequest |
List(string)
Returns a list of the leaderboard configurations in this application.
Declaration
public virtual LeaderboardConfigurationsResource.ListRequest List(string applicationId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | applicationId | The application ID from the Google Play developer console. |
Returns
| Type | Description |
|---|---|
| LeaderboardConfigurationsResource.ListRequest |
Update(LeaderboardConfiguration, string)
Update the metadata of the leaderboard configuration with the given ID.
Declaration
public virtual LeaderboardConfigurationsResource.UpdateRequest Update(LeaderboardConfiguration body, string leaderboardId)
Parameters
| Type | Name | Description |
|---|---|---|
| LeaderboardConfiguration | body | The body of the request. |
| string | leaderboardId | The ID of the leaderboard. |
Returns
| Type | Description |
|---|---|
| LeaderboardConfigurationsResource.UpdateRequest |