Google Play Android Developer API . edits . details

Instance Methods

close()

Close httplib2 connections.

get(packageName, editId, x__xgafv=None)

Gets details of an app.

patch(packageName, editId, body=None, x__xgafv=None)

Patches details of an app.

update(packageName, editId, body=None, x__xgafv=None)

Updates details of an app.

Method Details

close()
Close httplib2 connections.
get(packageName, editId, x__xgafv=None)
Gets details of an app.

Args:
  packageName: string, Package name of the app. (required)
  editId: string, Identifier of the edit. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The app details. The resource for DetailsService.
  "contactEmail": "A String", # The user-visible support email for this app.
  "contactPhone": "A String", # The user-visible support telephone number for this app.
  "contactWebsite": "A String", # The user-visible website for this app.
  "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
}
patch(packageName, editId, body=None, x__xgafv=None)
Patches details of an app.

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

{ # The app details. The resource for DetailsService.
  "contactEmail": "A String", # The user-visible support email for this app.
  "contactPhone": "A String", # The user-visible support telephone number for this app.
  "contactWebsite": "A String", # The user-visible website for this app.
  "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
}

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

Returns:
  An object of the form:

    { # The app details. The resource for DetailsService.
  "contactEmail": "A String", # The user-visible support email for this app.
  "contactPhone": "A String", # The user-visible support telephone number for this app.
  "contactWebsite": "A String", # The user-visible website for this app.
  "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
}
update(packageName, editId, body=None, x__xgafv=None)
Updates details of an app.

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

{ # The app details. The resource for DetailsService.
  "contactEmail": "A String", # The user-visible support email for this app.
  "contactPhone": "A String", # The user-visible support telephone number for this app.
  "contactWebsite": "A String", # The user-visible website for this app.
  "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
}

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

Returns:
  An object of the form:

    { # The app details. The resource for DetailsService.
  "contactEmail": "A String", # The user-visible support email for this app.
  "contactPhone": "A String", # The user-visible support telephone number for this app.
  "contactWebsite": "A String", # The user-visible website for this app.
  "defaultLanguage": "A String", # Default language code, in BCP 47 format (eg "en-US").
}