All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.gamesManagement.GamesManagement.Events.html Maven / Gradle / Ivy

The newest version!






GamesManagement.Events (Google Play Game Management v1management-rev20241209-2.0.0)












com.google.api.services.gamesManagement

Class GamesManagement.Events

  • java.lang.Object
    • com.google.api.services.gamesManagement.GamesManagement.Events
  • Enclosing class:
    GamesManagement


    public class GamesManagement.Events
    extends Object
    The "events" collection of methods.
    • Constructor Detail

      • Events

        public Events()
    • Method Detail

      • reset

        public GamesManagement.Events.Reset reset(String eventId)
                                           throws IOException
        Resets all player progress on the event with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. Create a request for the method "events.reset". This request holds the parameters needed by the gamesManagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        eventId - The ID of the event.
        Returns:
        the request
        Throws:
        IOException
      • resetAll

        public GamesManagement.Events.ResetAll resetAll()
                                                 throws IOException
        Resets all player progress on all events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. Create a request for the method "events.resetAll". This request holds the parameters needed by the gamesManagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Returns:
        the request
        Throws:
        IOException
      • resetAllForAllPlayers

        public GamesManagement.Events.ResetAllForAllPlayers resetAllForAllPlayers()
                                                                           throws IOException
        Resets all draft events for all players. This method is only available to user accounts for your developer console. Create a request for the method "events.resetAllForAllPlayers". This request holds the parameters needed by the gamesManagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Returns:
        the request
        Throws:
        IOException
      • resetForAllPlayers

        public GamesManagement.Events.ResetForAllPlayers resetForAllPlayers(String eventId)
                                                                     throws IOException
        Resets the event with the given ID for all players. This method is only available to user accounts for your developer console. Only draft events can be reset. Create a request for the method "events.resetForAllPlayers". This request holds the parameters needed by the gamesManagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        eventId - The ID of the event.
        Returns:
        the request
        Throws:
        IOException
      • resetMultipleForAllPlayers

        public GamesManagement.Events.ResetMultipleForAllPlayers resetMultipleForAllPlayers(EventsResetMultipleForAllRequest content)
                                                                                     throws IOException
        Resets events with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft events may be reset. Create a request for the method "events.resetMultipleForAllPlayers". This request holds the parameters needed by the gamesManagement server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        content - the EventsResetMultipleForAllRequest
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy