Google Play Android Developer API . edits . listings

Instance Methods

close()

Close httplib2 connections.

delete(packageName, editId, language, x__xgafv=None)

Deletes a localized store listing.

deleteall(packageName, editId, x__xgafv=None)

Deletes all store listings.

get(packageName, editId, language, x__xgafv=None)

Gets a localized store listing.

list(packageName, editId, x__xgafv=None)

Lists all localized store listings.

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

Patches a localized store listing.

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

Creates or updates a localized store listing.

Method Details

close()
Close httplib2 connections.
delete(packageName, editId, language, x__xgafv=None)
Deletes a localized store listing.

Args:
  packageName: string, Package name of the app. (required)
  editId: string, Identifier of the edit. (required)
  language: string, Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German). (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
deleteall(packageName, editId, x__xgafv=None)
Deletes all store listings.

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
get(packageName, editId, language, x__xgafv=None)
Gets a localized store listing.

Args:
  packageName: string, Package name of the app. (required)
  editId: string, Identifier of the edit. (required)
  language: string, Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German). (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # A localized store listing. The resource for ListingsService.
  "fullDescription": "A String", # Full description of the app.
  "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
  "shortDescription": "A String", # Short description of the app.
  "title": "A String", # Localized title of the app.
  "video": "A String", # URL of a promotional YouTube video for the app.
}
list(packageName, editId, x__xgafv=None)
Lists all localized store listings.

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:

    { # Response listing all localized listings.
  "kind": "A String", # The kind of this response ("androidpublisher#listingsListResponse").
  "listings": [ # All localized listings.
    { # A localized store listing. The resource for ListingsService.
      "fullDescription": "A String", # Full description of the app.
      "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
      "shortDescription": "A String", # Short description of the app.
      "title": "A String", # Localized title of the app.
      "video": "A String", # URL of a promotional YouTube video for the app.
    },
  ],
}
patch(packageName, editId, language, body=None, x__xgafv=None)
Patches a localized store listing.

Args:
  packageName: string, Package name of the app. (required)
  editId: string, Identifier of the edit. (required)
  language: string, Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German). (required)
  body: object, The request body.
    The object takes the form of:

{ # A localized store listing. The resource for ListingsService.
  "fullDescription": "A String", # Full description of the app.
  "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
  "shortDescription": "A String", # Short description of the app.
  "title": "A String", # Localized title of the app.
  "video": "A String", # URL of a promotional YouTube video for the app.
}

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

Returns:
  An object of the form:

    { # A localized store listing. The resource for ListingsService.
  "fullDescription": "A String", # Full description of the app.
  "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
  "shortDescription": "A String", # Short description of the app.
  "title": "A String", # Localized title of the app.
  "video": "A String", # URL of a promotional YouTube video for the app.
}
update(packageName, editId, language, body=None, x__xgafv=None)
Creates or updates a localized store listing.

Args:
  packageName: string, Package name of the app. (required)
  editId: string, Identifier of the edit. (required)
  language: string, Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German). (required)
  body: object, The request body.
    The object takes the form of:

{ # A localized store listing. The resource for ListingsService.
  "fullDescription": "A String", # Full description of the app.
  "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
  "shortDescription": "A String", # Short description of the app.
  "title": "A String", # Localized title of the app.
  "video": "A String", # URL of a promotional YouTube video for the app.
}

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

Returns:
  An object of the form:

    { # A localized store listing. The resource for ListingsService.
  "fullDescription": "A String", # Full description of the app.
  "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
  "shortDescription": "A String", # Short description of the app.
  "title": "A String", # Localized title of the app.
  "video": "A String", # URL of a promotional YouTube video for the app.
}