google_api_games_configuration v0.5.0 GoogleApi.GamesConfiguration.V1configuration.Api.AchievementConfigurations View Source
API calls for all endpoints tagged AchievementConfigurations
.
Link to this section Summary
Functions
Delete the achievement configuration with the given ID.
Retrieves the metadata of the achievement configuration with the given ID.
Insert a new achievement configuration in this application.
Returns a list of the achievement configurations in this application.
Update the metadata of the achievement configuration with the given ID. This method supports patch semantics.
Update the metadata of the achievement configuration with the given ID.
Link to this section Functions
games_configuration_achievement_configurations_delete(connection, achievement_id, optional_params \\ [], opts \\ [])
View Sourcegames_configuration_achievement_configurations_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Delete the achievement configuration with the given ID.
Parameters
connection
(type:GoogleApi.GamesConfiguration.V1configuration.Connection.t
) - Connection to serverachievement_id
(type:String.t
) - The ID of the achievement used by this method.optional_params
(type:keyword()
) - Optional parameters:alt
(type:String.t
) - Data format for the response.:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.:userIp
(type:String.t
) - Deprecated. Please use quotaUser instead.
opts
(type:keyword()
) - Call options
Returns
{:ok, %{}}
on success{:error, info}
on failure
games_configuration_achievement_configurations_get(connection, achievement_id, optional_params \\ [], opts \\ [])
View Sourcegames_configuration_achievement_configurations_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfiguration.t()} | {:error, Tesla.Env.t()}
Retrieves the metadata of the achievement configuration with the given ID.
Parameters
connection
(type:GoogleApi.GamesConfiguration.V1configuration.Connection.t
) - Connection to serverachievement_id
(type:String.t
) - The ID of the achievement used by this method.optional_params
(type:keyword()
) - Optional parameters:alt
(type:String.t
) - Data format for the response.:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.:userIp
(type:String.t
) - Deprecated. Please use quotaUser instead.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfiguration{}}
on success{:error, info}
on failure
games_configuration_achievement_configurations_insert(connection, application_id, optional_params \\ [], opts \\ [])
View Sourcegames_configuration_achievement_configurations_insert( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfiguration.t()} | {:error, Tesla.Env.t()}
Insert a new achievement configuration in this application.
Parameters
connection
(type:GoogleApi.GamesConfiguration.V1configuration.Connection.t
) - Connection to serverapplication_id
(type:String.t
) - The application ID from the Google Play developer console.optional_params
(type:keyword()
) - Optional parameters:alt
(type:String.t
) - Data format for the response.:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.:userIp
(type:String.t
) - Deprecated. Please use quotaUser instead.:body
(type:GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfiguration.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfiguration{}}
on success{:error, info}
on failure
games_configuration_achievement_configurations_list(connection, application_id, optional_params \\ [], opts \\ [])
View Sourcegames_configuration_achievement_configurations_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfigurationListResponse.t()} | {:error, Tesla.Env.t()}
Returns a list of the achievement configurations in this application.
Parameters
connection
(type:GoogleApi.GamesConfiguration.V1configuration.Connection.t
) - Connection to serverapplication_id
(type:String.t
) - The application ID from the Google Play developer console.optional_params
(type:keyword()
) - Optional parameters:alt
(type:String.t
) - Data format for the response.:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.:userIp
(type:String.t
) - Deprecated. Please use quotaUser instead.:maxResults
(type:integer()
) - The maximum number of resource configurations to return in the response, used for paging. For any response, the actual number of resources returned may be less than the specified maxResults.:pageToken
(type:String.t
) - The token returned by the previous request.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfigurationListResponse{}}
on success{:error, info}
on failure
games_configuration_achievement_configurations_patch(connection, achievement_id, optional_params \\ [], opts \\ [])
View Sourcegames_configuration_achievement_configurations_patch( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfiguration.t()} | {:error, Tesla.Env.t()}
Update the metadata of the achievement configuration with the given ID. This method supports patch semantics.
Parameters
connection
(type:GoogleApi.GamesConfiguration.V1configuration.Connection.t
) - Connection to serverachievement_id
(type:String.t
) - The ID of the achievement used by this method.optional_params
(type:keyword()
) - Optional parameters:alt
(type:String.t
) - Data format for the response.:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.:userIp
(type:String.t
) - Deprecated. Please use quotaUser instead.:body
(type:GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfiguration.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfiguration{}}
on success{:error, info}
on failure
games_configuration_achievement_configurations_update(connection, achievement_id, optional_params \\ [], opts \\ [])
View Sourcegames_configuration_achievement_configurations_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfiguration.t()} | {:error, Tesla.Env.t()}
Update the metadata of the achievement configuration with the given ID.
Parameters
connection
(type:GoogleApi.GamesConfiguration.V1configuration.Connection.t
) - Connection to serverachievement_id
(type:String.t
) - The ID of the achievement used by this method.optional_params
(type:keyword()
) - Optional parameters:alt
(type:String.t
) - Data format for the response.:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - An opaque string that represents a user for quota purposes. Must not exceed 40 characters.:userIp
(type:String.t
) - Deprecated. Please use quotaUser instead.:body
(type:GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfiguration.t
) -
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfiguration{}}
on success{:error, info}
on failure