Google Play Android Developer API . applications

Instance Methods

deviceTierConfigs()

Returns the deviceTierConfigs Resource.

close()

Close httplib2 connections.

dataSafety(packageName, body=None, x__xgafv=None)

Writes the Safety Labels declaration of an app.

Method Details

close()
Close httplib2 connections.
dataSafety(packageName, body=None, x__xgafv=None)
Writes the Safety Labels declaration of an app.

Args:
  packageName: string, Required. Package name of the app. (required)
  body: object, The request body.
    The object takes the form of:

{ # Request to update Safety Labels of an app.
  "safetyLabels": "A String", # Required. Contents of the CSV file containing Data Safety responses. For the format of this file, see the Help Center documentation at https://support.google.com/googleplay/android-developer/answer/10787469?#zippy=%2Cunderstand-the-csv-format To download an up to date template, follow the steps at https://support.google.com/googleplay/android-developer/answer/10787469?#zippy=%2Cexport-to-a-csv-file
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Response for SafetyLabelsUpdate rpc.
}