The "listings" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | delete ($packageName, $editId, $language, $optParams=array()) |
| | Deletes the specified localized store listing from an edit.
|
| |
| | deleteall ($packageName, $editId, $optParams=array()) |
| | Deletes all localized listings from an edit.
|
| |
| | get ($packageName, $editId, $language, $optParams=array()) |
| | Fetches information about a localized store listing.
|
| |
| | listEditsListings ($packageName, $editId, $optParams=array()) |
| | Returns all of the localized store listings attached to this edit.
|
| |
| | patch ($packageName, $editId, $language, Google_Service_AndroidPublisher_Listing $postBody, $optParams=array()) |
| | Creates or updates a localized store listing.
|
| |
| | update ($packageName, $editId, $language, Google_Service_AndroidPublisher_Listing $postBody, $optParams=array()) |
| | Creates or updates a localized store listing.
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "listings" collection of methods.
Typical usage is: $androidpublisherService = new Google_Service_AndroidPublisher(...); $listings = $androidpublisherService->listings;
◆ call()
| Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
| $name | |
| $arguments | |
| $expected_class | - optional, the expected class name |
- Return values
-
| Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
| Google_Service_AndroidPublisher_EditsListings_Resource::delete |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $language, |
|
|
| $optParams = array() ) |
Deletes the specified localized store listing from an edit.
(listings.delete)
- Parameters
-
| string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
| string | $editId | Unique identifier for this edit. |
| string | $language | The language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Austrian German, pass "de-AT". |
| array | $optParams | Optional parameters. |
◆ deleteall()
| Google_Service_AndroidPublisher_EditsListings_Resource::deleteall |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $optParams = array() ) |
Deletes all localized listings from an edit.
(listings.deleteall)
- Parameters
-
| string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
| string | $editId | Unique identifier for this edit. |
| array | $optParams | Optional parameters. |
◆ get()
| Google_Service_AndroidPublisher_EditsListings_Resource::get |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $language, |
|
|
| $optParams = array() ) |
Fetches information about a localized store listing.
(listings.get)
- Parameters
-
| string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
| string | $editId | Unique identifier for this edit. |
| string | $language | The language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Austrian German, pass "de-AT". |
| array | $optParams | Optional parameters. |
- Return values
-
◆ listEditsListings()
| Google_Service_AndroidPublisher_EditsListings_Resource::listEditsListings |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $optParams = array() ) |
Returns all of the localized store listings attached to this edit.
(listings.listEditsListings)
- Parameters
-
| string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
| string | $editId | Unique identifier for this edit. |
| array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Creates or updates a localized store listing.
This method supports patch semantics. (listings.patch)
- Parameters
-
| string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
| string | $editId | Unique identifier for this edit. |
| string | $language | The language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Austrian German, pass "de-AT". |
| Google_Listing | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Creates or updates a localized store listing.
(listings.update)
- Parameters
-
| string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
| string | $editId | Unique identifier for this edit. |
| string | $language | The language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Austrian German, pass "de-AT". |
| Google_Listing | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AndroidPublisher.php