Google Play Android Developer API (androidpublisher:v3)

2022-03-28

3 new methods

Additions

    Methods
  • androidpublisher.applications.deviceTierConfigs.get

      Parameters:

        packageName

          Location: path

          Required: Yes

          Description: Package name of the app.

          Type: string

        deviceTierConfigId

          Location: path

          Required: Yes

          Type: string

          Format: int64

          Description: Required. Id of an existing device tier config.

      Scopes: https://www.googleapis.com/auth/androidpublisher

      Flat Path: androidpublisher/v3/applications/{packageName}/deviceTierConfigs/{deviceTierConfigId}

      HTTP Method: GET

      Description: Returns a particular device tier config.

      Path: androidpublisher/v3/applications/{packageName}/deviceTierConfigs/{deviceTierConfigId}

      Parameter Order:

    • packageName
    • deviceTierConfigId
  • androidpublisher.applications.deviceTierConfigs.list

      Parameters:

        pageSize

          Type: integer

          Format: int32

          Location: query

          Description: The maximum number of device tier configs to return. The service may return fewer than this value. If unspecified, at most 10 device tier configs will be returned. The maximum value for this field is 100; values above 100 will be coerced to 100. Device tier configs will be ordered by descending creation time.

        packageName

          Type: string

          Description: Package name of the app.

          Required: Yes

          Location: path

        pageToken

          Location: query

          Type: string

          Description: A page token, received from a previous `ListDeviceTierConfigs` call. Provide this to retrieve the subsequent page.

      Description: Returns created device tier configs, ordered by descending creation time.

      Path: androidpublisher/v3/applications/{packageName}/deviceTierConfigs

      Parameter Order: packageName

      HTTP Method: GET

      Scopes: https://www.googleapis.com/auth/androidpublisher

      Flat Path: androidpublisher/v3/applications/{packageName}/deviceTierConfigs

  • androidpublisher.applications.deviceTierConfigs.create

      Scopes: https://www.googleapis.com/auth/androidpublisher

      Flat Path: androidpublisher/v3/applications/{packageName}/deviceTierConfigs

      Description: Creates a new device tier config for an app.

      HTTP Method: POST

      Parameter Order: packageName

      Path: androidpublisher/v3/applications/{packageName}/deviceTierConfigs

      Parameters:

        packageName

          Type: string

          Required: Yes

          Description: Package name of the app.

          Location: path